| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | mpc8641_hpcn_36b.dts | 18 reg = <0x0 0x00000000 0x0 0x40000000>; // 1G at 0x0 22 reg = <0x0f 0xffe05000 0x0 0x1000>; 24 ranges = <0 0 0xf 0xef800000 0x00800000 25 2 0 0xf 0xffdf8000 0x00008000 26 3 0 0xf 0xffdf0000 0x00008000>; 28 flash@0,0 { 30 reg = <0 0 0x00800000>; 35 partition@0 { 37 reg = <0x00000000 0x00300000>; 41 reg = <0x00300000 0x00100000>; [all …]
|
| H A D | mpc8641_hpcn.dts | 16 reg = <0x00000000 0x40000000>; // 1G at 0x0 20 reg = <0xffe05000 0x1000>; 22 ranges = <0 0 0xef800000 0x00800000 23 2 0 0xffdf8000 0x00008000 24 3 0 0xffdf0000 0x00008000>; 26 flash@0,0 { 28 reg = <0 0 0x00800000>; 33 partition@0 { 35 reg = <0x00000000 0x00300000>; 39 reg = <0x00300000 0x00100000>; [all …]
|
| H A D | mpc8572ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 partition@0 { 45 reg = <0x0 0x03000000>; 50 reg = <0x03000000 0x00e00000>; 56 reg = <0x03e00000 0x00200000>; 62 reg = <0x04000000 0x00400000>; 67 reg = <0x04400000 0x03b00000>; 72 reg = <0x07f00000 0x00060000>; 77 reg = <0x07f60000 0x00020000>; [all …]
|
| H A D | p2020ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 ramdisk@0 { 45 reg = <0x0 0x03000000>; 50 reg = <0x03000000 0x00e00000>; 55 reg = <0x03e00000 0x00200000>; 60 reg = <0x04000000 0x00400000>; 65 reg = <0x04400000 0x03b00000>; 69 reg = <0x07f00000 0x00080000>; 74 reg = <0x07f80000 0x00080000>; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | amlogic,meson-mx-sdhc.yaml | 62 reg = <0x8e00 0x42>;
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv6111.c | 46 { 2572, 0 }, 82 { 1548, 0 }, 118 { 4870, 0x3000 }, 119 { 4850, 0x3C00 }, 120 { 4800, 0x4500 }, 121 { 4750, 0x4800 }, 122 { 4700, 0x4B00 }, 123 { 4650, 0x4D00 }, 124 { 4600, 0x4F00 }, 125 { 4550, 0x5100 }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ar0230.c | 6 * V0.0X01.0X01 add enum_frame_interval function. 7 * V0.0X01.0X02 add quick stream on/off 27 #define DRIVER_VERSION KERNEL_VERSION(0, 0x01, 0x02) 37 #define CHIP_ID 0x3020 38 #define AR0230_REG_CHIP_ID 0x31fc 40 #define AR0230_REG_CTRL_MODE 0x301A 41 #define AR0230_MODE_SW_STANDBY 0x10D8 42 #define AR0230_MODE_STREAMING 0x10DC 44 #define AR0230_REG_EXPOSURE 0x3012 45 #define AR0230_EXPOSURE_MIN 0 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | meson.dtsi | 22 reg = <0xc1100000 0x200000>; 25 ranges = <0x0 0xc1100000 0x200000>; 31 reg = <0x4000 0x400>; 36 reg = <0x7c00 0x200>; 41 reg = <0x8100 0x8>; 46 reg = <0x84c0 0x18>; 53 reg = <0x84dc 0x18>; 60 reg = <0x8500 0x20>; 63 #size-cells = <0>; 69 reg = <0x8550 0x10>; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | zimage.c | 33 * relative to setup_base (which is 0x90000 currently) 35 * 0x0000-0x7FFF Real mode kernel 36 * 0x8000-0x8FFF Stack and heap 37 * 0x9000-0x90FF Kernel command line 39 #define DEFAULT_SETUP_BASE 0x90000 40 #define COMMAND_LINE_OFFSET 0x9000 41 #define HEAP_END_OFFSET 0x8e00 49 command_line[0] = '\0'; in build_command_line() 76 "(found 0x%04x, expected 0x%04x)\n", in kernel_magic_ok() 78 return 0; in kernel_magic_ok() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ptp/ |
| H A D | idt8a340_reg.h | 8 * Based on 4.8.0, SCSR rev C commit a03c7ae5 13 #define PAGE_ADDR_BASE 0x0000 14 #define PAGE_ADDR 0x00fc 16 #define HW_REVISION 0x8180 17 #define REV_ID 0x007a 19 #define HW_DPLL_0 (0x8a00) 20 #define HW_DPLL_1 (0x8b00) 21 #define HW_DPLL_2 (0x8c00) 22 #define HW_DPLL_3 (0x8d00) 23 #define HW_DPLL_4 (0x8e00) [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cpu.h | 16 register 15, select 0) is defined in this (backwards compatible) way: 24 that bits 16-23 have been 0 for all MIPS processors before the MIPS32/64 28 #define PRID_OPT_MASK 0xff000000 34 #define PRID_COMP_MASK 0xff0000 36 #define PRID_COMP_LEGACY 0x000000 37 #define PRID_COMP_MIPS 0x010000 38 #define PRID_COMP_BROADCOM 0x020000 39 #define PRID_COMP_ALCHEMY 0x030000 40 #define PRID_COMP_SIBYTE 0x040000 41 #define PRID_COMP_SANDCRAFT 0x050000 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v7_0.c | 53 #define NUM_SIMD_PER_CU 0x4 /* missing from the gfx_7 IP headers */ 115 (0x0e00 << 16) | (0xc12c >> 2), 116 0x00000000, 117 (0x0e00 << 16) | (0xc140 >> 2), 118 0x00000000, 119 (0x0e00 << 16) | (0xc150 >> 2), 120 0x00000000, 121 (0x0e00 << 16) | (0xc15c >> 2), 122 0x00000000, 123 (0x0e00 << 16) | (0xc168 >> 2), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | dtcs033.c | 32 if (gspca_dev->usb_err < 0) in reg_rw() 36 usb_rcvctrlpipe(udev, 0), in reg_rw() 42 if (ret < 0) { in reg_rw() 53 int i = 0; in reg_reqs() 56 while ((i < n_reqs) && (gspca_dev->usb_err >= 0)) { in reg_reqs() 63 if (gspca_dev->usb_err < 0) { in reg_reqs() 111 return 0; in sd_config() 117 return 0; in sd_init() 137 gspca_frame_add(gspca_dev, FIRST_PACKET, NULL, 0); in dtcs033_pkt_scan() 141 gspca_frame_add(gspca_dev, LAST_PACKET, NULL, 0); in dtcs033_pkt_scan() [all …]
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/pinctrl/ |
| H A D | stm32f746-pinfunc.h | 4 #define STM32F746_PA0_FUNC_GPIO 0x0 5 #define STM32F746_PA0_FUNC_TIM2_CH1_TIM2_ETR 0x2 6 #define STM32F746_PA0_FUNC_TIM5_CH1 0x3 7 #define STM32F746_PA0_FUNC_TIM8_ETR 0x4 8 #define STM32F746_PA0_FUNC_USART2_CTS 0x8 9 #define STM32F746_PA0_FUNC_UART4_TX 0x9 10 #define STM32F746_PA0_FUNC_SAI2_SD_B 0xb 11 #define STM32F746_PA0_FUNC_ETH_MII_CRS 0xc 12 #define STM32F746_PA0_FUNC_EVENTOUT 0x10 13 #define STM32F746_PA0_FUNC_ANALOG 0x11 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A D | clk-imx8mp.c | 424 anatop_base = of_iomap(np, 0); in imx8mp_clocks_probe() 430 ccm_base = devm_platform_ioremap_resource(pdev, 0); in imx8mp_clocks_probe() 445 hws[IMX8MP_CLK_DUMMY] = imx_clk_hw_fixed("dummy", 0); in imx8mp_clocks_probe() 453 …hws[IMX8MP_AUDIO_PLL1_REF_SEL] = imx_clk_hw_mux("audio_pll1_ref_sel", anatop_base + 0x0, 0, 2, pll… in imx8mp_clocks_probe() 454 …hws[IMX8MP_AUDIO_PLL2_REF_SEL] = imx_clk_hw_mux("audio_pll2_ref_sel", anatop_base + 0x14, 0, 2, pl… in imx8mp_clocks_probe() 455 …hws[IMX8MP_VIDEO_PLL1_REF_SEL] = imx_clk_hw_mux("video_pll1_ref_sel", anatop_base + 0x28, 0, 2, pl… in imx8mp_clocks_probe() 456 …hws[IMX8MP_DRAM_PLL_REF_SEL] = imx_clk_hw_mux("dram_pll_ref_sel", anatop_base + 0x50, 0, 2, pll_re… in imx8mp_clocks_probe() 457 …hws[IMX8MP_GPU_PLL_REF_SEL] = imx_clk_hw_mux("gpu_pll_ref_sel", anatop_base + 0x64, 0, 2, pll_ref_… in imx8mp_clocks_probe() 458 …hws[IMX8MP_VPU_PLL_REF_SEL] = imx_clk_hw_mux("vpu_pll_ref_sel", anatop_base + 0x74, 0, 2, pll_ref_… in imx8mp_clocks_probe() 459 …hws[IMX8MP_ARM_PLL_REF_SEL] = imx_clk_hw_mux("arm_pll_ref_sel", anatop_base + 0x84, 0, 2, pll_ref_… in imx8mp_clocks_probe() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_hwimg_nctl_raw_data_8852b.h | 30 0x8000, 0x00000008, 31 0x8008, 0x00000000, 32 0x8004, 0xf0862966, 33 0x800c, 0x78000000, 34 0x8010, 0x88015000, 35 0x8014, 0x80010100, 36 0x8018, 0x10010100, 37 0x801c, 0xa210bc00, 38 0x8020, 0x000403e0, 39 0x8024, 0x00072160, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_hwimg_nctl_raw_data_8852b.h | 30 0x8000, 0x00000008, 31 0x8008, 0x00000000, 32 0x8004, 0xf0862966, 33 0x800c, 0x78000000, 34 0x8010, 0x88015000, 35 0x8014, 0x80010100, 36 0x8018, 0x10010100, 37 0x801c, 0xa210bc00, 38 0x8020, 0x000403e0, 39 0x8024, 0x00072160, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | cik.c | 159 * Returns 0 for success or -EINVAL for an invalid register 179 return 0; in cik_get_allowed_info_register() 214 int actual_temp = 0; in ci_get_temp() 219 if (temp & 0x200) in ci_get_temp() 222 actual_temp = temp & 0x1ff; in ci_get_temp() 231 int actual_temp = 0; in kv_get_temp() 233 temp = RREG32_SMC(0xC0300E0C); in kv_get_temp() 238 actual_temp = 0; in kv_get_temp() 273 (0x0e00 << 16) | (0xc12c >> 2), 274 0x00000000, [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | immap_86xx.h | 19 /* Local-Access Registers and MCM Registers(0x0000-0x2000) */ 21 uint ccsrbar; /* 0x0 - Control Configuration Status Registers Base Address Register */ 23 uint altcbar; /* 0x8 - Alternate Configuration Base Address Register */ 25 uint altcar; /* 0x10 - Alternate Configuration Attribute Register */ 27 uint bptr; /* 0x20 - Boot Page Translation Register */ 29 uint lawbar0; /* 0xc08 - Local Access Window 0 Base Address Register */ 31 uint lawar0; /* 0xc10 - Local Access Window 0 Attributes Register */ 33 uint lawbar1; /* 0xc28 - Local Access Window 1 Base Address Register */ 35 uint lawar1; /* 0xc30 - Local Access Window 1 Attributes Register */ 37 uint lawbar2; /* 0xc48 - Local Access Window 2 Base Address Register */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | toshiba_acpi.c | 56 #define TOS1900_FN_SCAN 0x6e 79 #define HCI_SET 0xff00 80 #define HCI_GET 0xfe00 81 #define SCI_OPEN 0xf100 82 #define SCI_CLOSE 0xf200 83 #define SCI_GET 0xf300 84 #define SCI_SET 0xf400 87 #define TOS_SUCCESS 0x0000 88 #define TOS_SUCCESS2 0x0001 89 #define TOS_OPEN_CLOSE_OK 0x0044 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_type.h | 12 #define IXGBE_DEV_ID_82598 0x10B6 13 #define IXGBE_DEV_ID_82598_BX 0x1508 14 #define IXGBE_DEV_ID_82598AF_DUAL_PORT 0x10C6 15 #define IXGBE_DEV_ID_82598AF_SINGLE_PORT 0x10C7 16 #define IXGBE_DEV_ID_82598EB_SFP_LOM 0x10DB 17 #define IXGBE_DEV_ID_82598AT 0x10C8 18 #define IXGBE_DEV_ID_82598AT2 0x150B 19 #define IXGBE_DEV_ID_82598EB_CX4 0x10DD 20 #define IXGBE_DEV_ID_82598_CX4_DUAL_PORT 0x10EC 21 #define IXGBE_DEV_ID_82598_DA_DUAL_PORT 0x10F1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gsl3673.h | 31 0x80348e, 32 0x200, 33 0,0, 34 0, 35 0,0,0, 36 0,0,0,0,0,0,0,0x1a776822, 39 0x40000100,0x5,0xe001a,0xe001a,0x8000600,0,0x5100,0x8e00, 40 0,0x320014,0,0,0,0,0,0x40, 41 0x8,0x4000,0x1000,0x102e0005,0x1032000a,0,0,0x3030000, 42 0x1b6db688,0x190,0,0,0,0,0,0, [all …]
|
| H A D | rochkchip_gslX680_8inch_800x1280_tg806_10.h | 31 0xb976bc, 32 0x200, 33 0,0, 34 0, 35 0,0,0, 36 0,0,0,0,0,0,0,0x18d06e4c, 39 0x40000d00,0xa,0xe001a,0xe001a,0x3200500,0,0x5100,0x8e00, 40 0,0x320014,0,0x14,0,0,0,0, 41 0x8,0x4000,0x1000,0x10000000,0x10000000,0,0,0, 42 0x1b6db688,0x240,0xc00019,0xb30023,0xa6002d,0x9a0037,0xc00019,0xb30023, [all …]
|
| H A D | gslx6801.h | 19 u32:0; 38 0x9eca05, 39 0x200, 40 0, 0, 41 0, 42 0, 0, 0, 43 0, 0, 0, 0, 0, 0, 0, 0xd36c69b2, 44 0xd0b, 0x5, 0x12001c, 0x12001c, 0x78004b0, 0, 0x5100, 0x8e00, 45 0, 0x320014, 0, 0, 0, 0, 0, 0, 46 0x8, 0x4000, 0x1000, 0x10000000, 0x10000000, 0, 0, 0, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gsl3670.h | 30 0x79a1cc, 31 0x200, 32 0, 0, 33 0, 34 0, 0, 0, 35 0, 0, 0, 0, 0, 0, 0, 0, 38 0x100, 0x5, 0xe001a, 0xe001a, 0x1e00320, 0, 0x5100, 0x8e00, 39 0, 0x320014, 0, 0, 0, 0, 0, 0, 40 0x8, 0x4000, 0x1000, 0x1066000b, 0x103d000c, 0, 0, 0x2020202, 41 0x1b6db688, 0x190, 0, 0, 0, 0, 0, 0, [all …]
|