Searched +full:0 +full:x02c00000 (Results 1 – 6 of 6) sorted by relevance
| /linux/include/soc/fsl/qe/ |
| H A D | qe.h | 34 QE_CLK_NONE = 0, 150 return 0; in cpm_muram_dma() 245 return 0; in qe_alive_during_sleep() 291 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */ 304 __be32 traps[16]; /* Trap addresses, 0 == ignore */ 348 #define BD_STATUS_MASK 0xffff0000 349 #define BD_LENGTH_MASK 0x0000ffff 357 #define QE_RISC_ALLOCATION_RISC1 0x1 /* RISC 1 */ 358 #define QE_RISC_ALLOCATION_RISC2 0x2 /* RISC 2 */ 359 #define QE_RISC_ALLOCATION_RISC3 0x4 /* RISC 3 */ [all …]
|
| /linux/arch/arm/net/ |
| H A D | bpf_jit_32.h | 12 #define ARM_R0 0 29 #define ARM_COND_EQ 0x0 /* == */ 30 #define ARM_COND_NE 0x1 /* != */ 31 #define ARM_COND_CS 0x2 /* unsigned >= */ 33 #define ARM_COND_CC 0x3 /* unsigned < */ 35 #define ARM_COND_MI 0x4 /* < 0 */ 36 #define ARM_COND_PL 0x5 /* >= 0 */ 37 #define ARM_COND_VS 0x6 /* Signed Overflow */ 38 #define ARM_COND_VC 0x7 /* No Signed Overflow */ 39 #define ARM_COND_HI 0x8 /* unsigned > */ [all …]
|
| /linux/include/sound/ |
| H A D | cs35l41.h | 16 #define CS35L41_FIRSTREG 0x00000000 17 #define CS35L41_LASTREG 0x03804FE8 18 #define CS35L41_DEVID 0x00000000 19 #define CS35L41_REVID 0x00000004 20 #define CS35L41_FABID 0x00000008 21 #define CS35L41_RELID 0x0000000C 22 #define CS35L41_OTPID 0x00000010 23 #define CS35L41_SFT_RESET 0x00000020 24 #define CS35L41_TEST_KEY_CTL 0x00000040 25 #define CS35L41_USER_KEY_CTL 0x00000044 [all …]
|
| /linux/arch/hexagon/kernel/ |
| H A D | vm_init_segtable.S | 16 * Start with mapping PA=0 to both VA=0x0 and VA=0xc000000 as 16MB large pages. 46 /* VA 0x00000000 */ 59 /* VA 0x40000000 */ 68 /* VA 0x80000000 */ 74 /*0xa8*/.word X,X,X,X 77 /*0xa9*/.word BKPG_IO(0xa9000000),BKPG_IO(0xa9000000),BKPG_IO(0xa9000000),BKPG_IO(0xa9000000) 79 /*0xa9*/.word X,X,X,X 81 /*0xaa*/.word X,X,X,X 82 /*0xab*/.word X,X,X,X 83 /*0xac*/.word X,X,X,X [all …]
|
| /linux/drivers/soc/tegra/cbb/ |
| H A D | tegra194-cbb.c | 27 #define ERRLOGGER_0_ID_COREID_0 0x00000000 28 #define ERRLOGGER_0_ID_REVISIONID_0 0x00000004 29 #define ERRLOGGER_0_FAULTEN_0 0x00000008 30 #define ERRLOGGER_0_ERRVLD_0 0x0000000c 31 #define ERRLOGGER_0_ERRCLR_0 0x00000010 32 #define ERRLOGGER_0_ERRLOG0_0 0x00000014 33 #define ERRLOGGER_0_ERRLOG1_0 0x00000018 34 #define ERRLOGGER_0_RSVD_00_0 0x0000001c 35 #define ERRLOGGER_0_ERRLOG3_0 0x00000020 36 #define ERRLOGGER_0_ERRLOG4_0 0x0000002 [all...] |
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.h | 17 #define TG3_64BIT_REG_HIGH 0x00UL 18 #define TG3_64BIT_REG_LOW 0x04UL 21 #define TG3_BDINFO_HOST_ADDR 0x0UL /* 64-bit */ 22 #define TG3_BDINFO_MAXLEN_FLAGS 0x8UL /* 32-bit */ 23 #define BDINFO_FLAGS_USE_EXT_RECV 0x00000001 /* ext rx_buffer_desc */ 24 #define BDINFO_FLAGS_DISABLED 0x00000002 25 #define BDINFO_FLAGS_MAXLEN_MASK 0xffff0000 27 #define TG3_BDINFO_NIC_ADDR 0xcUL /* 32-bit */ 28 #define TG3_BDINFO_SIZE 0x10UL 41 #define TG3PCI_VENDOR 0x00000000 [all …]
|