| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 24 #define OUI_BRCM 0x001018 25 #define OUI_GOOGLE 0x001A11 47 /* don't use 0 as a valid subcommand */ 50 /* define all vendor startup commands between 0x0 and 0x0FFF */ 51 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 52 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 54 /* define all GScan related commands between 0x1000 and 0x10FF */ 55 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 56 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 58 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ssv_cfgvendor.h | 24 #define OUI_SSV 0x00E04C 25 #define OUI_GOOGLE 0x001A11 46 /* don't use 0 as a valid subcommand */ 49 /* define all vendor startup commands between 0x0 and 0x0FFF */ 50 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 51 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 53 /* define all GScan related commands between 0x1000 and 0x10FF */ 54 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 55 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 57 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 24 #define OUI_RTK 0x00E04C 25 #define OUI_GOOGLE 0x001A11 46 /* don't use 0 as a valid subcommand */ 49 /* define all vendor startup commands between 0x0 and 0x0FFF */ 50 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 51 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 53 /* define all GScan related commands between 0x1000 and 0x10FF */ 54 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 55 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 57 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 24 #define OUI_BRCM 0x001018 25 #define OUI_GOOGLE 0x001A11 47 /* don't use 0 as a valid subcommand */ 50 /* define all vendor startup commands between 0x0 and 0x0FFF */ 51 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 52 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 54 /* define all GScan related commands between 0x1000 and 0x10FF */ 55 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 56 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 58 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | rkisp1.rst | 61 YUV4:2:2 -> YUV4:2:0). They also have cropping capability on the sink pad. 70 This is the isp entity. It is connected to the sensor on sink pad 0 and 72 the CSI-2 protocol. It has a cropping capability on sink pad 0 that is 74 Cropping on sink pad 0 defines the image region from the sensor. 110 In the following example, the sensor connected to pad 0 of 'rkisp1_isp' is 121 "media-ctl" "-d" "platform:rkisp1" "-l" "'imx219 4-0010':0 -> 'rkisp1_isp':0 [1]" 122 "media-ctl" "-d" "platform:rkisp1" "-l" "'rkisp1_isp':2 -> 'rkisp1_resizer_selfpath':0 [1]" 123 "media-ctl" "-d" "platform:rkisp1" "-l" "'rkisp1_isp':2 -> 'rkisp1_resizer_mainpath':0 [0]" 125 # set format for imx219 4-0010:0 126 "media-ctl" "-d" "platform:rkisp1" "--set-v4l2" '"imx219 4-0010":0 [fmt:SRGGB10_1X10/1640x1232]' [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/ |
| H A D | macmace.c | 39 #define N_TX_BUFF_ORDER 0 46 #define MACE_BUFF_SIZE 0x800 49 #define BROKEN_ADDRCHG_REV 0x0941 53 #define MACE_BASE (void *)(0x50F1C000) 54 #define MACE_PROM (void *)(0x50F08001) 105 psc_write_word(PSC_ENETRD_CMD + set, 0x0100); in mace_load_rxdma_base() 108 psc_write_word(PSC_ENETRD_CMD + set, 0x9800); in mace_load_rxdma_base() 109 mp->rx_tail = 0; in mace_load_rxdma_base() 124 psc_write_word(PSC_ENETRD_CTL, 0x8800); in mace_rxdma_reset() 125 mace_load_rxdma_base(dev, 0x00); in mace_rxdma_reset() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/mac/ |
| H A D | psc.c | 45 for (i = 0x30 ; i < 0x70 ; i += 0x10) { in psc_debug_dump() 46 printk(KERN_DEBUG "PSC #%d: IFR = 0x%02X IER = 0x%02X\n", in psc_debug_dump() 63 for (i = 0 ; i < 9 ; i++) { in psc_dma_die_die_die() 64 psc_write_word(PSC_CTL_BASE + (i << 4), 0x8800); in psc_dma_die_die_die() 65 psc_write_word(PSC_CTL_BASE + (i << 4), 0x1000); in psc_dma_die_die_die() 66 psc_write_word(PSC_CMD_BASE + (i << 5), 0x1100); in psc_dma_die_die_die() 67 psc_write_word(PSC_CMD_BASE + (i << 5) + 0x10, 0x1100); in psc_dma_die_die_die() 105 for (i = 0x30 ; i < 0x70 ; i += 0x10) { in psc_init() 106 psc_write_byte(pIERbase + i, 0x0F); in psc_init() 107 psc_write_byte(pIFRbase + i, 0x0F); in psc_init() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-mtk-tphy.txt | 5 controllers on MediaTek SoCs, such as, USB2.0, USB3.0, PCIe, and SATA. 23 the child's base address to 0, the physical address 72 reg = <0 0x11290000 0 0x800>; 78 reg = <0 0x11290800 0 0x100>; 85 reg = <0 0x11290800 0 0x700>; 92 reg = <0 0x11291000 0 0x100>; 113 phy-names = "usb2-0", "usb3-0"; 122 shared 0x0000 SPLLC 123 0x0100 FMREG 124 u2 port0 0x0800 U2PHY_COM [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | nv40.c | 27 enum nv40_sensor_style { INVALID_STYLE = -1, OLD_STYLE = 0, NEW_STYLE = 1 }; 33 case 0x43: in nv40_sensor_style() 34 case 0x44: in nv40_sensor_style() 35 case 0x4a: in nv40_sensor_style() 36 case 0x47: in nv40_sensor_style() 38 case 0x46: in nv40_sensor_style() 39 case 0x49: in nv40_sensor_style() 40 case 0x4b: in nv40_sensor_style() 41 case 0x4e: in nv40_sensor_style() 42 case 0x4c: in nv40_sensor_style() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 20 #define OUI_GOOGLE 0x001A11 41 /* don't use 0 as a valid subcommand */ 44 /* define all vendor startup commands between 0x0 and 0x0FFF */ 45 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 46 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 48 /* define all GScan related commands between 0x1000 and 0x10FF */ 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 50 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 52 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 53 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 20 #define OUI_GOOGLE 0x001A11 41 /* don't use 0 as a valid subcommand */ 44 /* define all vendor startup commands between 0x0 and 0x0FFF */ 45 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 46 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 48 /* define all GScan related commands between 0x1000 and 0x10FF */ 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 50 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 52 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 53 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 20 #define OUI_GOOGLE 0x001A11 41 /* don't use 0 as a valid subcommand */ 44 /* define all vendor startup commands between 0x0 and 0x0FFF */ 45 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 46 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 48 /* define all GScan related commands between 0x1000 and 0x10FF */ 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 50 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 52 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 53 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 20 #define OUI_GOOGLE 0x001A11 41 /* don't use 0 as a valid subcommand */ 44 /* define all vendor startup commands between 0x0 and 0x0FFF */ 45 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 46 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 48 /* define all GScan related commands between 0x1000 and 0x10FF */ 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 50 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 52 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 53 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 20 #define OUI_GOOGLE 0x001A11 41 /* don't use 0 as a valid subcommand */ 44 /* define all vendor startup commands between 0x0 and 0x0FFF */ 45 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 46 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 48 /* define all GScan related commands between 0x1000 and 0x10FF */ 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 50 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 52 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 53 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rtw_cfgvendor.h | 19 #define OUI_GOOGLE 0x001A11 40 /* don't use 0 as a valid subcommand */ 43 /* define all vendor startup commands between 0x0 and 0x0FFF */ 44 VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, 45 VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, 47 /* define all GScan related commands between 0x1000 and 0x10FF */ 48 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, 49 ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, 51 /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ 52 ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/ |
| H A D | sharkl3.dtsi | 22 reg = <0 0x20e00000 0 0x4000>; 25 ranges = <0 0 0x20e00000 0x4000>; 29 reg = <0x0 0x1020>; 37 reg = <0 0x402b0000 0 0x4000>; 40 ranges = <0 0 0x402b0000 0x4000>; 44 reg = <0 0x1200>; 54 reg = <0 0x402e0000 0 0x4000>; 57 ranges = <0 0 0x402e0000 0x4000>; 61 reg = <0 0x1100>; 69 reg = <0 0x40353000 0 0x3000>; [all …]
|