| /kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2800usb.c | 77 rt2x00_set_field32(®, MAC_SYS_CTRL_ENABLE_RX, 0); in rt2800usb_stop_queue() 82 rt2x00_set_field32(®, BCN_TIME_CFG_TSF_TICKING, 0); in rt2800usb_stop_queue() 83 rt2x00_set_field32(®, BCN_TIME_CFG_TBTT_ENABLE, 0); in rt2800usb_stop_queue() 84 rt2x00_set_field32(®, BCN_TIME_CFG_BEACON_GEN, 0); in rt2800usb_stop_queue() 187 * magic value USB_MODE_AUTORUN (0x11) to the device, thus the in rt2800usb_autorun_detect() 191 USB_VENDOR_REQUEST_IN, 0, in rt2800usb_autorun_detect() 196 if (ret < 0) in rt2800usb_autorun_detect() 199 if ((fw_mode & 0x00000003) == 2) in rt2800usb_autorun_detect() 202 return 0; in rt2800usb_autorun_detect() 224 offset = 0; in rt2800usb_write_firmware() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2800usb.c | 77 rt2x00_set_field32(®, MAC_SYS_CTRL_ENABLE_RX, 0); in rt2800usb_stop_queue() 82 rt2x00_set_field32(®, BCN_TIME_CFG_TSF_TICKING, 0); in rt2800usb_stop_queue() 83 rt2x00_set_field32(®, BCN_TIME_CFG_TBTT_ENABLE, 0); in rt2800usb_stop_queue() 84 rt2x00_set_field32(®, BCN_TIME_CFG_BEACON_GEN, 0); in rt2800usb_stop_queue() 187 * magic value USB_MODE_AUTORUN (0x11) to the device, thus the in rt2800usb_autorun_detect() 191 USB_VENDOR_REQUEST_IN, 0, in rt2800usb_autorun_detect() 196 if (ret < 0) in rt2800usb_autorun_detect() 199 if ((fw_mode & 0x00000003) == 2) in rt2800usb_autorun_detect() 202 return 0; in rt2800usb_autorun_detect() 224 offset = 0; in rt2800usb_write_firmware() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-mpc.txt | 28 #size-cells = <0>; 30 reg = <0x1740 0x20>; 31 interrupts = <11 0x8>; 38 reg = <0x1760 0x8>; 44 #size-cells = <0>; 46 reg = <0x3d00 0x40>; 47 interrupts = <2 15 0>; 55 #size-cells = <0>; 57 reg = <0x3100 0x100>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | i2c-mpc.yaml | 69 #size-cells = <0>; 71 reg = <0x1740 0x20>; 72 interrupts = <11 0x8>; 81 #size-cells = <0>; 83 reg = <0x3d00 0x40>; 84 interrupts = <2 15 0>; 93 #size-cells = <0>; 95 reg = <0x3100 0x100>;
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | r600_reg.h | 31 #define R600_PCIE_PORT_INDEX 0x0038 32 #define R600_PCIE_PORT_DATA 0x003c 34 #define R600_RCU_INDEX 0x0100 35 #define R600_RCU_DATA 0x0104 37 #define R600_UVD_CTX_INDEX 0xf4a0 38 #define R600_UVD_CTX_DATA 0xf4a4 40 #define R600_MC_VM_FB_LOCATION 0x2180 41 #define R600_MC_FB_BASE_MASK 0x0000FFFF 42 #define R600_MC_FB_BASE_SHIFT 0 43 #define R600_MC_FB_TOP_MASK 0xFFFF0000 [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| D | r600_reg.h | 31 #define R600_PCIE_PORT_INDEX 0x0038 32 #define R600_PCIE_PORT_DATA 0x003c 34 #define R600_RCU_INDEX 0x0100 35 #define R600_RCU_DATA 0x0104 37 #define R600_UVD_CTX_INDEX 0xf4a0 38 #define R600_UVD_CTX_DATA 0xf4a4 40 #define R600_MC_VM_FB_LOCATION 0x2180 41 #define R600_MC_FB_BASE_MASK 0x0000FFFF 42 #define R600_MC_FB_BASE_SHIFT 0 43 #define R600_MC_FB_TOP_MASK 0xFFFF0000 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_cmd_parser.c | 28 ST(0x1200, 1), 29 ST(0x1228, 1), 30 ST(0x1238, 1), 31 ST(0x1284, 1), 32 ST(0x128c, 1), 33 ST(0x1304, 1), 34 ST(0x1310, 1), 35 ST(0x1318, 1), 36 ST(0x12800, 4), 37 ST(0x128a0, 4), [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_cmd_parser.c | 28 ST(0x1200, 1), 29 ST(0x1228, 1), 30 ST(0x1238, 1), 31 ST(0x1284, 1), 32 ST(0x128c, 1), 33 ST(0x1304, 1), 34 ST(0x1310, 1), 35 ST(0x1318, 1), 36 ST(0x12800, 4), 37 ST(0x128a0, 4), [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | prom.h | 20 #define OF_DT_BEGIN_NODE 0x1 /* Start of node, full name */ 21 #define OF_DT_END_NODE 0x2 /* End node */ 22 #define OF_DT_PROP 0x3 /* Property: name off, size, 24 #define OF_DT_NOP 0x4 /* nop */ 25 #define OF_DT_END 0x9 27 #define OF_DT_VERSION 0x10 41 * ends when size is 0 102 #define OV_IGNORE 0x80 /* ignore this vector */ 103 #define OV_CESSATION_POLICY 0x40 /* halt if unsupported option present*/ 106 #define OV1_PPC_2_00 0x80 /* set if we support PowerPC 2.00 */ [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | prom.h | 25 #define OF_DT_BEGIN_NODE 0x1 /* Start of node, full name */ 26 #define OF_DT_END_NODE 0x2 /* End node */ 27 #define OF_DT_PROP 0x3 /* Property: name off, size, 29 #define OF_DT_NOP 0x4 /* nop */ 30 #define OF_DT_END 0x9 32 #define OF_DT_VERSION 0x10 46 * ends when size is 0 106 #define OV_IGNORE 0x80 /* ignore this vector */ 107 #define OV_CESSATION_POLICY 0x40 /* halt if unsupported option present*/ 110 #define OV1_PPC_2_00 0x80 /* set if we support PowerPC 2.00 */ [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | usb_intf.c | 41 {USB_DEVICE(0x0BDA, 0x8171)}, 42 {USB_DEVICE(0x0bda, 0x8173)}, 43 {USB_DEVICE(0x0bda, 0x8712)}, 44 {USB_DEVICE(0x0bda, 0x8713)}, 45 {USB_DEVICE(0x0bda, 0xC512)}, 47 {USB_DEVICE(0x07B8, 0x8188)}, 49 {USB_DEVICE(0x0B05, 0x1786)}, 50 {USB_DEVICE(0x0B05, 0x1791)}, /* 11n mode disable */ 52 {USB_DEVICE(0x050D, 0x945A)}, 54 {USB_DEVICE(0x050D, 0x11F1)}, [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | usb_intf.c | 42 {USB_DEVICE(0x0BDA, 0x8171)}, 43 {USB_DEVICE(0x0bda, 0x8173)}, 44 {USB_DEVICE(0x0bda, 0x8712)}, 45 {USB_DEVICE(0x0bda, 0x8713)}, 46 {USB_DEVICE(0x0bda, 0xC512)}, 48 {USB_DEVICE(0x07B8, 0x8188)}, 50 {USB_DEVICE(0x0B05, 0x1786)}, 51 {USB_DEVICE(0x0B05, 0x1791)}, /* 11n mode disable */ 53 {USB_DEVICE(0x050D, 0x945A)}, 55 {USB_DEVICE(0x050D, 0x11F1)}, [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/ |
| D | mpc5125twr.dts | 30 #size-cells = <0>; 32 PowerPC,5125@0 { 34 reg = <0>; 35 d-cache-line-size = <0x20>; // 32 bytes 36 i-cache-line-size = <0x20>; // 32 bytes 37 d-cache-size = <0x8000>; // L1, 32K 38 i-cache-size = <0x8000>; // L1, 32K 47 reg = <0x00000000 0x10000000>; // 256MB at 0 52 reg = <0x30000000 0x08000>; // 32K at 0x30000000 57 #size-cells = <0>; [all …]
|
| D | mpc5121.dtsi | 26 #size-cells = <0>; 28 PowerPC,5121@0 { 30 reg = <0>; 31 d-cache-line-size = <0x20>; /* 32 bytes */ 32 i-cache-line-size = <0x20>; /* 32 bytes */ 33 d-cache-size = <0x8000>; /* L1, 32K */ 34 i-cache-size = <0x8000>; /* L1, 32K */ 43 reg = <0x00000000 0x10000000>; /* 256MB at 0 */ 48 reg = <0x20000000 0x4000>; 49 interrupts = <66 0x8>; [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | mpc5125twr.dts | 30 #size-cells = <0>; 32 PowerPC,5125@0 { 34 reg = <0>; 35 d-cache-line-size = <0x20>; // 32 bytes 36 i-cache-line-size = <0x20>; // 32 bytes 37 d-cache-size = <0x8000>; // L1, 32K 38 i-cache-size = <0x8000>; // L1, 32K 47 reg = <0x00000000 0x10000000>; // 256MB at 0 52 reg = <0x30000000 0x08000>; // 32K at 0x30000000 57 #size-cells = <0>; [all …]
|
| D | mpc5121.dtsi | 26 #size-cells = <0>; 28 PowerPC,5121@0 { 30 reg = <0>; 31 d-cache-line-size = <0x20>; /* 32 bytes */ 32 i-cache-line-size = <0x20>; /* 32 bytes */ 33 d-cache-size = <0x8000>; /* L1, 32K */ 34 i-cache-size = <0x8000>; /* L1, 32K */ 43 reg = <0x00000000 0x10000000>; /* 256MB at 0 */ 48 reg = <0x20000000 0x4000>; 49 interrupts = <66 0x8>; [all …]
|
| /kernel/linux/linux-5.10/include/video/ |
| D | aty128.h | 13 #define CLOCK_CNTL_INDEX 0x0008 14 #define CLOCK_CNTL_DATA 0x000c 15 #define BIOS_0_SCRATCH 0x0010 16 #define BUS_CNTL 0x0030 17 #define BUS_CNTL1 0x0034 18 #define GEN_INT_CNTL 0x0040 19 #define CRTC_GEN_CNTL 0x0050 20 #define CRTC_EXT_CNTL 0x0054 21 #define DAC_CNTL 0x0058 22 #define I2C_CNTL_1 0x0094 [all …]
|
| /kernel/linux/linux-6.6/include/video/ |
| D | aty128.h | 13 #define CLOCK_CNTL_INDEX 0x0008 14 #define CLOCK_CNTL_DATA 0x000c 15 #define BIOS_0_SCRATCH 0x0010 16 #define BUS_CNTL 0x0030 17 #define BUS_CNTL1 0x0034 18 #define GEN_INT_CNTL 0x0040 19 #define CRTC_GEN_CNTL 0x0050 20 #define CRTC_EXT_CNTL 0x0054 21 #define DAC_CNTL 0x0058 22 #define I2C_CNTL_1 0x0094 [all …]
|
| /kernel/linux/linux-6.6/arch/alpha/include/asm/ |
| D | core_mcpcia.h | 58 * 00 00 Byte 1110 0x000 59 * 01 00 Byte 1101 0x020 60 * 10 00 Byte 1011 0x040 61 * 11 00 Byte 0111 0x060 63 * 00 01 Word 1100 0x008 64 * 01 01 Word 1001 0x028 <= Not supported in this code. 65 * 10 01 Word 0011 0x048 67 * 00 10 Tribyte 1000 0x010 68 * 01 10 Tribyte 0001 0x030 70 * 10 11 Longword 0000 0x058 [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | core_mcpcia.h | 58 * 00 00 Byte 1110 0x000 59 * 01 00 Byte 1101 0x020 60 * 10 00 Byte 1011 0x040 61 * 11 00 Byte 0111 0x060 63 * 00 01 Word 1100 0x008 64 * 01 01 Word 1001 0x028 <= Not supported in this code. 65 * 10 01 Word 0011 0x048 67 * 00 10 Tribyte 1000 0x010 68 * 01 10 Tribyte 0001 0x030 70 * 10 11 Longword 0000 0x058 [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
| D | regs.h | 12 #define MT_ASIC_VERSION 0x0000 14 #define MT76XX_REV_E3 0x22 15 #define MT76XX_REV_E4 0x33 17 #define MT_CMB_CTRL 0x0020 21 #define MT_EFUSE_CTRL 0x0024 22 #define MT_EFUSE_CTRL_AOUT GENMASK(5, 0) 30 #define MT_EFUSE_DATA_BASE 0x0028 33 #define MT_COEXCFG0 0x0040 34 #define MT_COEXCFG0_COEX_EN BIT(0) 36 #define MT_WLAN_FUN_CTRL 0x0080 [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
| D | regs.h | 12 #define MT_ASIC_VERSION 0x0000 14 #define MT76XX_REV_E3 0x22 15 #define MT76XX_REV_E4 0x33 17 #define MT_CMB_CTRL 0x0020 21 #define MT_EFUSE_CTRL 0x0024 22 #define MT_EFUSE_CTRL_AOUT GENMASK(5, 0) 30 #define MT_EFUSE_DATA_BASE 0x0028 33 #define MT_COEXCFG0 0x0040 34 #define MT_COEXCFG0_COEX_EN BIT(0) 36 #define MT_WLAN_FUN_CTRL 0x0080 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/r128/ |
| D | r128_drv.h | 64 #define DRIVER_PATCHLEVEL 0 187 #define R128_AUX_SC_CNTL 0x1660 188 # define R128_AUX1_SC_EN (1 << 0) 189 # define R128_AUX1_SC_MODE_OR (0 << 1) 192 # define R128_AUX2_SC_MODE_OR (0 << 3) 195 # define R128_AUX3_SC_MODE_OR (0 << 5) 197 #define R128_AUX1_SC_LEFT 0x1664 198 #define R128_AUX1_SC_RIGHT 0x1668 199 #define R128_AUX1_SC_TOP 0x166c 200 #define R128_AUX1_SC_BOTTOM 0x1670 [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_regs.h | 9 #define MT_ASIC_VERSION 0x0000 11 #define MT76XX_REV_E3 0x22 12 #define MT76XX_REV_E4 0x33 14 #define MT_CMB_CTRL 0x0020 18 #define MT_EFUSE_CTRL 0x0024 19 #define MT_EFUSE_CTRL_AOUT GENMASK(5, 0) 27 #define MT_EFUSE_DATA_BASE 0x0028 30 #define MT_COEXCFG0 0x0040 31 #define MT_COEXCFG0_COEX_EN BIT(0) 33 #define MT_WLAN_FUN_CTRL 0x0080 [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_regs.h | 9 #define MT_ASIC_VERSION 0x0000 11 #define MT76XX_REV_E3 0x22 12 #define MT76XX_REV_E4 0x33 14 #define MT_CMB_CTRL 0x0020 18 #define MT_EFUSE_CTRL 0x0024 19 #define MT_EFUSE_CTRL_AOUT GENMASK(5, 0) 27 #define MT_EFUSE_DATA_BASE 0x0028 30 #define MT_COEXCFG0 0x0040 31 #define MT_COEXCFG0_COEX_EN BIT(0) 33 #define MT_WLAN_FUN_CTRL 0x0080 [all …]
|