| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | omap34xx.h | 17 #define L4_34XX_BASE 0x48000000 18 #define L4_WK_34XX_BASE 0x48300000 19 #define L4_PER_34XX_BASE 0x49000000 20 #define L4_EMU_34XX_BASE 0x54000000 21 #define L3_34XX_BASE 0x68000000 23 #define L4_WK_AM33XX_BASE 0x44C00000 25 #define OMAP3430_32KSYNCT_BASE 0x48320000 26 #define OMAP3430_CM_BASE 0x48004800 27 #define OMAP3430_PRM_BASE 0x48306800 28 #define OMAP343X_SMS_BASE 0x6C000000 [all …]
|
| H A D | omap24xx.h | 19 #define L4_24XX_BASE 0x48000000 20 #define L4_WK_243X_BASE 0x49000000 21 #define L3_24XX_BASE 0x68000000 24 #define OMAP24XX_IC_BASE (L4_24XX_BASE + 0xfe000) 25 #define OMAP24XX_IVA_INTC_BASE 0x40000000 28 #define OMAP2420_32KSYNCT_BASE (L4_24XX_BASE + 0x4000) 29 #define OMAP2420_PRCM_BASE (L4_24XX_BASE + 0x8000) 30 #define OMAP2420_CM_BASE (L4_24XX_BASE + 0x8000) 32 #define OMAP2420_SDRC_BASE (L3_24XX_BASE + 0x9000) 33 #define OMAP2420_SMS_BASE 0x68008000 [all …]
|
| H A D | iomap.h | 33 #define OMAP2_L3_IO_OFFSET 0x90000000 36 #define OMAP2_L4_IO_OFFSET 0xb2000000 39 #define OMAP4_L3_IO_OFFSET 0xb4000000 42 #define AM33XX_L4_WK_IO_OFFSET 0xb5000000 45 #define OMAP4_L3_PER_IO_OFFSET 0xb1100000 48 #define OMAP2_EMU_IO_OFFSET 0xaa800000 /* Emulation */ 58 #define L3_24XX_PHYS L3_24XX_BASE /* 0x68000000 --> 0xf8000000*/ 61 #define L4_24XX_PHYS L4_24XX_BASE /* 0x48000000 --> 0xfa000000 */ 65 #define L4_WK_243X_PHYS L4_WK_243X_BASE /* 0x49000000 --> 0xfb000000 */ 70 /* 0x6e000000 --> 0xfe000000 */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | sata-uctl.txt | 30 reg = <0x11800 0x6c000000 0x0 0x100>; 38 reg = <0x16c00 0x00000000 0x0 0x200>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/ |
| H A D | omap.h | 16 #define SMX_APE_BASE 0x68000000 19 #define OMAP34XX_GPMC_BASE 0x6E000000 22 #define OMAP34XX_SMS_BASE 0x6C000000 25 #define OMAP34XX_SDRC_BASE 0x6D000000 30 #define OMAP34XX_CORE_L4_IO_BASE 0x48000000 31 #define OMAP34XX_WAKEUP_L4_IO_BASE 0x48300000 32 #define OMAP34XX_ID_L4_IO_BASE 0x4830A200 33 #define OMAP34XX_L4_PER 0x49000000 37 #define OMAP34XX_DMA4_BASE 0x48056000 40 #define OMAP34XX_CTRL_BASE (OMAP34XX_L4_IO_BASE + 0x2000) [all …]
|
| /OK3568_Linux_fs/u-boot/post/lib_powerpc/ |
| H A D | cpu_asm.h | 10 #define BIT_C 0x00000001 12 #define OP_BLR 0x4e800020 13 #define OP_EXTSB 0x7c000774 14 #define OP_EXTSH 0x7c000734 15 #define OP_NEG 0x7c0000d0 16 #define OP_CNTLZW 0x7c000034 17 #define OP_ADD 0x7c000214 18 #define OP_ADDC 0x7c000014 19 #define OP_ADDME 0x7c0001d4 20 #define OP_ADDZE 0x7c000194 [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | fsl_epu.c | 14 {EPGCR, 0}, 16 {EPECR0 + EPECR_STRIDE * 0, 0}, 17 {EPECR0 + EPECR_STRIDE * 1, 0}, 18 {EPECR0 + EPECR_STRIDE * 2, 0xF0004004}, 19 {EPECR0 + EPECR_STRIDE * 3, 0x80000084}, 20 {EPECR0 + EPECR_STRIDE * 4, 0x20000084}, 21 {EPECR0 + EPECR_STRIDE * 5, 0x08000004}, 22 {EPECR0 + EPECR_STRIDE * 6, 0x80000084}, 23 {EPECR0 + EPECR_STRIDE * 7, 0x80000084}, 24 {EPECR0 + EPECR_STRIDE * 8, 0x60000084}, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi.yaml | 46 <bank-number> 0 <address of the bank> <size> 49 "^.*@[0-4],[a-f0-9]+$": 59 0: Asynchronous mode 1 SRAM/FRAM. 72 minimum: 0 123 enum: [ 0, 128, 256, 512, 1024 ] 124 default: 0 183 reaches 0, the controller splits the current access, toggles NE to 208 reg = <0x58002000 0x1000>; 212 ranges = <0 0 0x60000000 0x04000000>, /* EBI CS 1 */ 213 <1 0 0x64000000 0x04000000>, /* EBI CS 2 */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/ |
| H A D | savage_drv.h | 101 S3_UNKNOWN = 0, 227 #define SAVAGE_FB_SIZE_S3 0x01000000 /* 16MB */ 228 #define SAVAGE_FB_SIZE_S4 0x02000000 /* 32MB */ 229 #define SAVAGE_MMIO_SIZE 0x00080000 /* 512kB */ 230 #define SAVAGE_APERTURE_OFFSET 0x02000000 /* 32MB */ 231 #define SAVAGE_APERTURE_SIZE 0x05000000 /* 5 tiled surfaces, 16MB each */ 233 #define SAVAGE_BCI_OFFSET 0x00010000 /* offset of the BCI region 241 #define SAVAGE_STATUS_WORD0 0x48C00 242 #define SAVAGE_STATUS_WORD1 0x48C04 243 #define SAVAGE_ALT_STATUS_WORD0 0x48C60 [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | aes_generic.c | 67 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 68 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 69 0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56, 70 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec, 71 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, 72 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb, 73 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 74 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b, 75 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c, 76 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip07.dtsi | 23 #size-cells = <0>; 270 reg = <0x10000>; 273 numa-node-id = <0>; 279 reg = <0x10001>; 282 numa-node-id = <0>; 288 reg = <0x10002>; 291 numa-node-id = <0>; 297 reg = <0x10003>; 300 numa-node-id = <0>; 306 reg = <0x10100>; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/halbb_8852b/ |
| H A D | halbb_hwimg_raw_data_8852b.h | 36 0x704, 0x601E0100, 37 0x4000, 0x00000000, 38 0x4004, 0xCA014000, 39 0x4008, 0xC751D4F0, 40 0x400C, 0x44511475, 41 0x4010, 0x00000000, 42 0x4014, 0x00000000, 43 0x4018, 0x4F4C084B, 44 0x401C, 0x084A4E52, 45 0x4020, 0x4D504E4B, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/halbb_8852b/ |
| H A D | halbb_hwimg_raw_data_8852b.h | 36 0x704, 0x601E0100, 37 0x4000, 0x00000000, 38 0x4004, 0xCA014000, 39 0x4008, 0xC751D4F0, 40 0x400C, 0x44511475, 41 0x4010, 0x00000000, 42 0x4014, 0x00000000, 43 0x4018, 0x4F4C084B, 44 0x401C, 0x084A4E52, 45 0x4020, 0x4D504E4B, [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 13 #define __REG_R0 0 46 #define __REGA0_0 0 79 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) 80 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) 85 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000). 89 (((uintptr_t)(i) & 0x8000) >> 15)) 211 #define PPC_INST_BCCTR_FLUSH 0x4c400420 212 #define PPC_INST_COPY 0x7c20060c 213 #define PPC_INST_DCBA 0x7c0005ec 214 #define PPC_INST_DCBA_MASK 0xfc0007fe [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp151.dtsi | 16 #size-cells = <0>; 18 cpu0: cpu@0 { 22 reg = <0>; 42 reg = <0xa0021000 0x1000>, 43 <0xa0022000 0x2000>; 57 #clock-cells = <0>; 63 #clock-cells = <0>; 69 #clock-cells = <0>; 75 #clock-cells = <0>; 81 #clock-cells = <0>; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/ |
| H A D | halhwimg8822c_bb.c | 30 #define CUT_DONT_CARE 0xf 31 #define RFE_DONT_CARE 0xff 32 #define PARA_IF 0x8 33 #define PARA_ELSE_IF 0x9 34 #define PARA_ELSE 0xa 35 #define PARA_END 0xb 36 #define PARA_CHK 0x4 47 u32 cut_para = 0, rfe_para = 0; in halbb_sel_headline() 48 u32 compare_target = 0; in halbb_sel_headline() 49 u32 cut_max = 0; in halbb_sel_headline() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 76 0, 0, 16, 24, 40, 48, 64, 72, 88, 83 0, 32, 32, 48, 48, 64, 64, 80, 80, 90 0x01000000, 0x02000000, 0x04000000, 0x08000000, 91 0x10000000, 0x20000000, 0x40000000, 0x80000000, 92 0x1B000000, 0x36000000, 0x6C000000 135 memset(&reqctx->hctx_wr, 0, sizeof(struct chcr_hctx_per_wr)); in chcr_init_hctx_per_wr() 142 int nents = 0; in sg_nents_xlen() 144 unsigned int skip_len = 0; in sg_nents_xlen() 149 skip_len = 0; in sg_nents_xlen() 153 skip = 0; in sg_nents_xlen() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c_table.c | 16 0x80000015, 0x00000000, 0x40000000, 0x00000000, 17 0x1D90, 0x300001FF, 18 0x1D90, 0x300101FE, 19 0x1D90, 0x300201FD, 20 0x1D90, 0x300301FC, 21 0x1D90, 0x300401FB, 22 0x1D90, 0x300501FA, 23 0x1D90, 0x300601F9, 24 0x1D90, 0x300701F8, 25 0x1D90, 0x300801F7, [all …]
|