| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | busy_loop.S | 31 li r3, 0x3030 33 li r4, 0x4040 35 li r5, 0x5050 37 li r6, 0x6060 39 li r7, 0x7070 41 li r8, 0x0808 43 li r9, 0x0909 45 li r10, 0x1010 47 li r11, 0x1111 49 li r14, 0x1414 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/ |
| H A D | meson_venc.c | 62 #define HHI_GCLK_MPEG2 0x148 /* 0x52 offset in data sheet */ 63 #define HHI_VDAC_CNTL0 0x2F4 /* 0xbd offset in data sheet */ 64 #define HHI_VDAC_CNTL0_G12A 0x2EC /* 0xbb offset in data sheet */ 65 #define HHI_VDAC_CNTL1 0x2F8 /* 0xbe offset in data sheet */ 66 #define HHI_VDAC_CNTL1_G12A 0x2F0 /* 0xbc offset in data sheet */ 67 #define HHI_HDMI_PHY_CNTL0 0x3a0 /* 0xe8 offset in data sheet */ 76 .video_prog_mode = 0xff, 77 .video_mode = 0x13, 78 .sch_adjust = 0x28, 79 .yc_delay = 0x343, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | mcp77.c | 45 return nvkm_rd32(device, 0x004600); in read_div() 52 u32 ctrl = nvkm_rd32(device, base + 0); in read_pll() 55 u32 post_div = 0; in read_pll() 56 u32 clock = 0; in read_pll() 60 case 0x4020: in read_pll() 61 post_div = 1 << ((nvkm_rd32(device, 0x4070) & 0x000f0000) >> 16); in read_pll() 63 case 0x4028: in read_pll() 64 post_div = (nvkm_rd32(device, 0x4040) & 0x000f0000) >> 16; in read_pll() 70 N1 = (coef & 0x0000ff00) >> 8; in read_pll() 71 M1 = (coef & 0x000000ff); in read_pll() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | pci.h | 12 #define PCIE_SOC_GLOBAL_RESET 0x3008 15 #define WLAON_WARM_SW_ENTRY 0x1f80504 16 #define WLAON_SOC_RESET_CAUSE_REG 0x01f8060c 18 #define PCIE_Q6_COOKIE_ADDR 0x01f80500 19 #define PCIE_Q6_COOKIE_DATA 0xc0000000 22 #define PCIE_SCRATCH_0_SOC_PCIE_REG 0x4040 25 #define PCIE_SOC_WAKE_PCIE_LOCAL_REG 0x3004
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 9 #define SOL_SOCKET 0xffff 11 #define SO_DEBUG 0x0001 12 #define SO_REUSEADDR 0x0004 13 #define SO_KEEPALIVE 0x0008 14 #define SO_DONTROUTE 0x0010 15 #define SO_BROADCAST 0x0020 16 #define SO_LINGER 0x0080 17 #define SO_OOBINLINE 0x0100 18 #define SO_REUSEPORT 0x0200 19 #define SO_SNDBUF 0x1001 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-sapphire-excavator-box.dts | 48 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH 0>; 54 rockchip,usercode = <0x4040>; 56 <0xf2 KEY_REPLY>, 57 <0xba KEY_BACK>, 58 <0xf4 KEY_UP>, 59 <0xf1 KEY_DOWN>, 60 <0xef KEY_LEFT>, 61 <0xee KEY_RIGHT>, 62 <0xbd KEY_HOME>, 63 <0xea KEY_VOLUMEUP>, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ntb/hw/intel/ |
| H A D | ntb_hw_gen3.h | 50 #define GEN3_IMBAR1SZ_OFFSET 0x00d0 51 #define GEN3_IMBAR2SZ_OFFSET 0x00d1 52 #define GEN3_EMBAR1SZ_OFFSET 0x00d2 53 #define GEN3_EMBAR2SZ_OFFSET 0x00d3 54 #define GEN3_DEVCTRL_OFFSET 0x0098 55 #define GEN3_DEVSTS_OFFSET 0x009a 56 #define GEN3_UNCERRSTS_OFFSET 0x014c 57 #define GEN3_CORERRSTS_OFFSET 0x0158 58 #define GEN3_LINK_STATUS_OFFSET 0x01a2 60 #define GEN3_NTBCNTL_OFFSET 0x0000 [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | crc16.c | 13 /** CRC table for the CRC-16. The poly is 0x8005 (x16 + x15 + x2 + 1) */ 15 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 16 0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440, 17 0xCC01, 0x0CC0, 0x0D80, 0xCD41, 0x0F00, 0xCFC1, 0xCE81, 0x0E40, 18 0x0A00, 0xCAC1, 0xCB81, 0x0B40, 0xC901, 0x09C0, 0x0880, 0xC841, 19 0xD801, 0x18C0, 0x1980, 0xD941, 0x1B00, 0xDBC1, 0xDA81, 0x1A40, 20 0x1E00, 0xDEC1, 0xDF81, 0x1F40, 0xDD01, 0x1DC0, 0x1C80, 0xDC41, 21 0x1400, 0xD4C1, 0xD581, 0x1540, 0xD701, 0x17C0, 0x1680, 0xD641, 22 0xD201, 0x12C0, 0x1380, 0xD341, 0x1100, 0xD1C1, 0xD081, 0x1040, 23 0xF001, 0x30C0, 0x3180, 0xF141, 0x3300, 0xF3C1, 0xF281, 0x3240, [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | crc16.c | 11 /** CRC table for the CRC-16. The poly is 0x8005 (x^16 + x^15 + x^2 + 1) */ 13 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 14 0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440, 15 0xCC01, 0x0CC0, 0x0D80, 0xCD41, 0x0F00, 0xCFC1, 0xCE81, 0x0E40, 16 0x0A00, 0xCAC1, 0xCB81, 0x0B40, 0xC901, 0x09C0, 0x0880, 0xC841, 17 0xD801, 0x18C0, 0x1980, 0xD941, 0x1B00, 0xDBC1, 0xDA81, 0x1A40, 18 0x1E00, 0xDEC1, 0xDF81, 0x1F40, 0xDD01, 0x1DC0, 0x1C80, 0xDC41, 19 0x1400, 0xD4C1, 0xD581, 0x1540, 0xD701, 0x17C0, 0x1680, 0xD641, 20 0xD201, 0x12C0, 0x1380, 0xD341, 0x1100, 0xD1C1, 0xD081, 0x1040, 21 0xF001, 0x30C0, 0x3180, 0xF141, 0x3300, 0xF3C1, 0xF281, 0x3240, [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | crc16.c | 10 /** CRC table for the CRC-16. The poly is 0x8005 (x^16 + x^15 + x^2 + 1) */ 12 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 13 0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440, 14 0xCC01, 0x0CC0, 0x0D80, 0xCD41, 0x0F00, 0xCFC1, 0xCE81, 0x0E40, 15 0x0A00, 0xCAC1, 0xCB81, 0x0B40, 0xC901, 0x09C0, 0x0880, 0xC841, 16 0xD801, 0x18C0, 0x1980, 0xD941, 0x1B00, 0xDBC1, 0xDA81, 0x1A40, 17 0x1E00, 0xDEC1, 0xDF81, 0x1F40, 0xDD01, 0x1DC0, 0x1C80, 0xDC41, 18 0x1400, 0xD4C1, 0xD581, 0x1540, 0xD701, 0x17C0, 0x1680, 0xD641, 19 0xD201, 0x12C0, 0x1380, 0xD341, 0x1100, 0xD1C1, 0xD081, 0x1040, 20 0xF001, 0x30C0, 0x3180, 0xF141, 0x3300, 0xF3C1, 0xF281, 0x3240, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3229-at-3nod-func.dts | 19 #size-cells = <0>; 23 pinctrl-0 = <&pwr_key>; 39 pinctrl-0 = <&wifi_enable_h>; 54 pinctrl-0 = <&vcc_sd_h>; 66 pinctrl-0 = <&uart11_rts>; 103 pinctrl-0 = <&fixed_gpio>; 148 rockchip,usercode = <0x4040>; 150 <0xf2 KEY_REPLY>, 151 <0xba KEY_BACK>, 152 <0xf4 KEY_UP>, [all …]
|
| H A D | imx28-pinfunc.h | 19 #define MX28_PAD_GPMI_D00__GPMI_D0 0x0000 20 #define MX28_PAD_GPMI_D01__GPMI_D1 0x0010 21 #define MX28_PAD_GPMI_D02__GPMI_D2 0x0020 22 #define MX28_PAD_GPMI_D03__GPMI_D3 0x0030 23 #define MX28_PAD_GPMI_D04__GPMI_D4 0x0040 24 #define MX28_PAD_GPMI_D05__GPMI_D5 0x0050 25 #define MX28_PAD_GPMI_D06__GPMI_D6 0x0060 26 #define MX28_PAD_GPMI_D07__GPMI_D7 0x0070 27 #define MX28_PAD_GPMI_CE0N__GPMI_CE0N 0x0100 28 #define MX28_PAD_GPMI_CE1N__GPMI_CE1N 0x0110 [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3229-evb.dts | 25 #clock-cells = <0>; 53 rockchip,pctl-timing = <0x96 0xC8 0x1F3 0xF 0x8000004D 0x4 0x4E 0x6 0x3 54 0x0 0x6 0x5 0xC 0x10 0x6 0x4 0x4 55 0x5 0x4 0x200 0x3 0xA 0x40 0x0 0x1 56 0x5 0x5 0x3 0xC 0x1E 0x100 0x0 0x4 57 0x0 0x924>; 58 rockchip,phy-timing = <0x220 0x1 0x0 0x0 0x0 0x4 0x60>; 59 rockchip,sdram-params = <0x428B188 0x0 0x21 0x472 0x15 60 0 300 3 0 120>; 70 pinctrl-0 = <&rgmii_pins>; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cru_rk1808.h | 82 unsigned int reserved7[(0x380 - 0x33c) / 4 - 1]; 86 unsigned int reserved8[(0x400 - 0x394) / 4 - 1]; 88 unsigned int reserved9[(0x4000 - 0x424) / 4 - 1]; 91 unsigned int reserved10[(0x4040 - 0x4020) / 4 - 1]; 93 unsigned int reserved11[(0x4080 - 0x405c) / 4 - 1]; 95 unsigned int reserved12[(0x40c0 - 0x4084) / 4 - 1]; 99 check_member(rk1808_cru, pmu_autocs_con[0], 0x40c0); 101 #define RK1808_PLL_CON(x) ((x) * 0x4) 102 #define RK1808_MODE_CON 0xa0 103 #define RK1808_PMU_PLL_CON(x) ((x) * 0x4 + 0x4000) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | motorcomm.c | 14 #define PHY_ID_YT8511 0x0000010a 15 #define PHY_ID_YT8512 0x00000118 16 #define PHY_ID_YT8512B 0x00000128 17 #define PHY_ID_YT8531S 0x4f51e91a 18 #define PHY_ID_YT8531 0x4f51e91b 20 #define YT8511_PAGE_SELECT 0x1e 21 #define YT8511_PAGE 0x1f 22 #define YT8511_EXT_CLK_GATE 0x0c 23 #define YT8511_EXT_DELAY_DRIVE 0x0d 24 #define YT8511_EXT_SLEEP_CTRL 0x27 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | pika_wdt.c | 40 module_param(heartbeat, int, 0); 45 module_param(nowayout, bool, 0); 71 /* -- FPGA: Reset Control Register (32bit R/W) (Offset: 0x14) -- in pikawdt_reset() 80 unsigned reset = in_be32(pikawdt_private.fpga + 0x14); in pikawdt_reset() 83 out_be32(pikawdt_private.fpga + 0x14, reset); in pikawdt_reset() 117 if (test_and_set_bit(0, &pikawdt_private.open)) in pikawdt_open() 134 clear_bit(0, &pikawdt_private.open); in pikawdt_release() 135 pikawdt_private.expect_close = 0; in pikawdt_release() 136 return 0; in pikawdt_release() 146 return 0; in pikawdt_write() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sm8150.dtsi | 28 #clock-cells = <0>; 35 #clock-cells = <0>; 43 #size-cells = <0>; 45 CPU0: cpu@0 { 48 reg = <0x0 0x0>; 51 qcom,freq-domain = <&cpufreq_hw 0>; 65 reg = <0x0 0x100>; 68 qcom,freq-domain = <&cpufreq_hw 0>; 80 reg = <0x0 0x200>; 83 qcom,freq-domain = <&cpufreq_hw 0>; [all …]
|
| H A D | qcs404.dtsi | 22 #clock-cells = <0>; 28 #clock-cells = <0>; 35 #size-cells = <0>; 40 reg = <0x100>; 54 reg = <0x101>; 68 reg = <0x102>; 82 reg = <0x103>; 101 CPU_SLEEP_0: cpu-sleep-0 { 104 arm,psci-suspend-param = <0x40000003>; 158 reg = <0 0x80000000 0 0>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/ |
| H A D | smt_p.h | 19 #define SMT_P0012 0x0012 21 #define SMT_P0015 0x0015 22 #define SMT_P0016 0x0016 23 #define SMT_P0017 0x0017 24 #define SMT_P0018 0x0018 25 #define SMT_P0019 0x0019 27 #define SMT_P001A 0x001a 28 #define SMT_P001B 0x001b 29 #define SMT_P001C 0x001c 30 #define SMT_P001D 0x001d [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | spu.h | 23 #define MFC_PUT_CMD 0x20 24 #define MFC_PUTS_CMD 0x28 25 #define MFC_PUTR_CMD 0x30 26 #define MFC_PUTF_CMD 0x22 27 #define MFC_PUTB_CMD 0x21 28 #define MFC_PUTFS_CMD 0x2A 29 #define MFC_PUTBS_CMD 0x29 30 #define MFC_PUTRF_CMD 0x32 31 #define MFC_PUTRB_CMD 0x31 32 #define MFC_PUTL_CMD 0x24 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/ |
| H A D | qcom,ath11k.yaml | 161 reg = <0xCD00000 0x4040>, 162 <0x4AB000 0x20>; 169 reg = <0xc000000 0x2000000>; 170 interrupts = <0 320 1>, 171 <0 319 1>, 172 <0 318 1>, 173 <0 317 1>, 174 <0 316 1>, 175 <0 315 1>, 176 <0 314 1>, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/ti/ |
| H A D | k3-j7200-mcu-wakeup.dtsi | 19 reg = <0x00 0x44083000 0x00 0x1000>; 39 reg = <0x00 0x40f00000 0x00 0x20000>; 42 ranges = <0x00 0x00 0x40f00000 0x20000>; 46 reg = <0x4040 0x4>; 53 reg = <0x00 0x43000014 0x00 0x4>; 58 /* Proxy 0 addressing */ 59 reg = <0x00 0x4301c000 0x00 0x178>; 62 pinctrl-single,function-mask = <0xffffffff>; 67 reg = <0x00 0x41c00000 0x00 0x100000>; 68 ranges = <0x00 0x00 0x41c00000 0x100000>; [all …]
|
| H A D | k3-am65-mcu.dtsi | 11 reg = <0x0 0x40f00000 0x0 0x20000>; 14 ranges = <0x0 0x0 0x40f00000 0x20000>; 18 reg = <0x4040 0x4>; 25 reg = <0x00 0x40a00000 0x00 0x100>; 36 reg = <0x00 0x41c00000 0x00 0x80000>; 37 ranges = <0x0 0x00 0x41c00000 0x80000>; 44 reg = <0x0 0x40b00000 0x0 0x100>; 47 #size-cells = <0>; 55 reg = <0x0 0x40300000 0x0 0x400>; 60 #size-cells = <0>; [all …]
|
| /OK3568_Linux_fs/u-boot/board/BuR/brxre1/ |
| H A D | board.c | 33 #define ESC_KEY (0+19) 34 #define LCD_PWR (0+5) 35 #define PUSH_KEY (0+31) 40 #define RSTCTRL_ADDR 0x75 42 #define RSTCTRL_CTRLREG 0x01 44 #define RSTCTRL_SCRATCHREG 0x04 47 #define RSTCTRL_FORCE_PWR_NEN 0x0404 48 #define RSTCTRL_CAN_STB 0x4040 102 u32 *const clk_domains[] = { 0 }; in am33xx_spl_board_init() 114 0 in am33xx_spl_board_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/platforms/ |
| H A D | cache.c | 16 #define IMCR_CCFG 0x0000 17 #define IMCR_L1PCFG 0x0020 18 #define IMCR_L1PCC 0x0024 19 #define IMCR_L1DCFG 0x0040 20 #define IMCR_L1DCC 0x0044 21 #define IMCR_L2ALLOC0 0x2000 22 #define IMCR_L2ALLOC1 0x2004 23 #define IMCR_L2ALLOC2 0x2008 24 #define IMCR_L2ALLOC3 0x200c 25 #define IMCR_L2WBAR 0x4000 [all …]
|