Searched +full:0 +full:x01f80000 (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | ar9002_phy.h | 19 #define AR_PHY_TEST 0x9800 20 #define PHY_AGC_CLR 0x10000000 21 #define RFSILENT_BB 0x00002000 23 #define AR_PHY_TURBO 0x9804 24 #define AR_PHY_FC_TURBO_MODE 0x00000001 25 #define AR_PHY_FC_TURBO_SHORT 0x00000002 26 #define AR_PHY_FC_DYN2040_EN 0x00000004 27 #define AR_PHY_FC_DYN2040_PRI_ONLY 0x00000008 28 #define AR_PHY_FC_DYN2040_PRI_CH 0x00000010 30 #define AR_PHY_FC_DYN2040_EXT_CH 0x00000020 [all …]
|
D | ar9003_phy.h | 23 #define AR_CHAN_BASE 0x9800 25 #define AR_PHY_TIMING1 (AR_CHAN_BASE + 0x0) 26 #define AR_PHY_TIMING2 (AR_CHAN_BASE + 0x4) 27 #define AR_PHY_TIMING3 (AR_CHAN_BASE + 0x8) 28 #define AR_PHY_TIMING4 (AR_CHAN_BASE + 0xc) 29 #define AR_PHY_TIMING5 (AR_CHAN_BASE + 0x10) 30 #define AR_PHY_TIMING6 (AR_CHAN_BASE + 0x14) 31 #define AR_PHY_TIMING11 (AR_CHAN_BASE + 0x18) 32 #define AR_PHY_SPUR_REG (AR_CHAN_BASE + 0x1c) 33 #define AR_PHY_RX_IQCAL_CORR_B0 (AR_CHAN_BASE + 0xdc) [all …]
|
/linux-6.12.1/arch/powerpc/boot/dts/ |
D | lite5200b.dts | 22 gpios = <&gpt2 0 1>; 25 gpios = <&gpt3 0 1>; 34 memory@0 { 35 reg = <0x00000000 0x10000000>; // 256MB 41 cell-index = <0>; 87 phy0: ethernet-phy@0 { 88 reg = <0>; 95 reg = <0x50>; 101 reg = <0x8000 0x4000>; 106 interrupt-map-mask = <0xf800 0 0 7>; [all …]
|
D | pcm032.dts | 23 memory@0 { 24 reg = <0x00000000 0x08000000>; // 128MB 30 cell-index = <0>; 61 phy0: ethernet-phy@0 { 62 reg = <0>; 69 reg = <0x51>; 73 reg = <0x52>; 80 interrupt-map-mask = <0xf800 0 0 7>; 81 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3 // 1st slot 82 0xc000 0 0 2 &mpc5200_pic 1 1 3 [all …]
|
D | tqm8540.dts | 29 #size-cells = <0>; 31 PowerPC,8540@0 { 33 reg = <0>; 38 timebase-frequency = <0>; 39 bus-frequency = <0>; 40 clock-frequency = <0>; 47 reg = <0x00000000 0x10000000>; 54 ranges = <0x0 0xe0000000 0x100000>; 55 bus-frequency = <0>; 58 ecm-law@0 { [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/carl9170/ |
D | phy.h | 24 #define AR9170_PHY_REG_BASE (0x1bc000 + 0x9800) 28 #define AR9170_PHY_REG_TEST (AR9170_PHY_REG_BASE + 0x0000) 29 #define AR9170_PHY_TEST_AGC_CLR 0x10000000 30 #define AR9170_PHY_TEST_RFSILENT_BB 0x00002000 32 #define AR9170_PHY_REG_TURBO (AR9170_PHY_REG_BASE + 0x0004) 33 #define AR9170_PHY_TURBO_FC_TURBO_MODE 0x00000001 34 #define AR9170_PHY_TURBO_FC_TURBO_SHORT 0x00000002 35 #define AR9170_PHY_TURBO_FC_DYN2040_EN 0x00000004 36 #define AR9170_PHY_TURBO_FC_DYN2040_PRI_ONLY 0x00000008 37 #define AR9170_PHY_TURBO_FC_DYN2040_PRI_CH 0x00000010 [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | fsl,imx6q-pcie.yaml | 212 reg = <0x01ffc000 0x04000>, 213 <0x01f00000 0x80000>; 218 bus-range = <0x00 0xff>; 219 ranges = <0x81000000 0 0 0x01f80000 0 0x00010000>, 220 <0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; 225 interrupt-map-mask = <0 0 0 0x7>; 226 interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 227 <0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 228 <0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 229 <0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
/linux-6.12.1/drivers/atm/ |
D | midway.h | 19 #define MAP_MAX_SIZE 0x00400000 /* memory window for max config */ 20 #define EPROM_SIZE 0x00010000 21 #define MEM_VALID 0xffc00000 /* mask base address with this */ 22 #define PHY_BASE 0x00020000 /* offset of PHY register are */ 23 #define REG_BASE 0x00040000 /* offset of Midway register area */ 24 #define RAM_BASE 0x00200000 /* offset of RAM area */ 25 #define RAM_INCREMENT 0x00020000 /* probe for RAM every 128kB */ 50 #define MID_RES_ID_MCON 0x00 /* Midway Reset/ID */ 52 #define MID_ID 0xf0000000 /* Midway version */ 54 #define MID_MOTHER_ID 0x00000700 /* mother board id */ [all …]
|
/linux-6.12.1/arch/mips/include/asm/sn/sn0/ |
D | addrs.h | 57 #define NASID_BITMASK (0x1ffLL) 62 #define BDDIR_UPPER_MASK (UINT64_CAST 0x7ffff << 10) 63 #define BDECC_UPPER_MASK (UINT64_CAST 0x3ffffff << 3) 70 #define NASID_BITMASK (0xffLL) 76 #define BDDIR_UPPER_MASK (UINT64_CAST 0xfffff << 10) 77 #define BDECC_UPPER_MASK (UINT64_CAST 0x7ffffff << 3) 90 ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \ 106 #define BWIN_WIDGET_MASK 0x7 150 #define MISC_PROM_BASE PHYS_TO_K0(0x01300000) 151 #define MISC_PROM_SIZE 0x200000 [all …]
|
/linux-6.12.1/include/net/ |
D | ieee80211_radiotap.h | 29 * @it_version: radiotap version, always 0 58 /* version is always 0 */ 59 #define PKTHDR_RADIOTAP_VERSION 0 63 IEEE80211_RADIOTAP_TSFT = 0, 102 IEEE80211_RADIOTAP_F_CFP = 0x01, 103 IEEE80211_RADIOTAP_F_SHORTPRE = 0x02, 104 IEEE80211_RADIOTAP_F_WEP = 0x04, 105 IEEE80211_RADIOTAP_F_FRAG = 0x08, 106 IEEE80211_RADIOTAP_F_FCS = 0x10, 107 IEEE80211_RADIOTAP_F_DATAPAD = 0x20, [all …]
|
/linux-6.12.1/arch/arm/boot/dts/gemini/ |
D | gemini-dlink-dir-685.dts | 16 memory@0 { 19 reg = <0x00000000 0x8000000>; 35 /* Collides with LPC_LAD[0], UART DCD, SSP 97RST */ 61 #size-cells = <0>; 70 panel: display@0 { 72 reg = <0>; 130 gpio-fan,speed-map = <0 0>, <10000 1>; 178 #size-cells = <0>; 182 reg = <0x26>; 203 #address-cells = <0>; [all …]
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | mpc8569mds.dts | 30 reg = <0x0 0xe0005000 0x0 0x1000>; 32 ranges = <0x0 0x0 0x0 0xfe000000 0x02000000 33 0x1 0x0 0x0 0xf8000000 0x00008000 34 0x2 0x0 0x0 0xf0000000 0x04000000 35 0x3 0x0 0x0 0xfc000000 0x00008000 36 0x4 0x0 0x0 0xf8008000 0x00008000 37 0x5 0x0 0x0 0xf8010000 0x00008000>; 39 nor@0,0 { 43 reg = <0x0 0x0 0x02000000>; 46 partition@0 { [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | hal.h | 43 #define HAL_SEQ_WCSS_UMAC_OFFSET 0x00a00000 44 #define HAL_SEQ_WCSS_UMAC_REO_REG 0x00a38000 45 #define HAL_SEQ_WCSS_UMAC_TCL_REG 0x00a44000 54 #define HAL_SEQ_WCSS_UMAC_WBM_REG 0x00a34000 56 #define HAL_CE_WFSS_CE_REG_BASE 0x01b80000 57 #define HAL_WLAON_REG_BASE 0x01f80000 60 #define HAL_TCL1_RING_CMN_CTRL_REG 0x00000014 61 #define HAL_TCL1_RING_DSCP_TID_MAP 0x0000002c 105 #define HAL_TCL1_RING_HP 0x00002000 106 #define HAL_TCL1_RING_TP 0x00002004 [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl.dtsi | 59 #clock-cells = <0>; 65 #clock-cells = <0>; 66 clock-frequency = <0>; 71 #clock-cells = <0>; 78 #size-cells = <0>; 83 lvds-channel@0 { 85 #size-cells = <0>; 86 reg = <0>; 89 port@0 { 90 reg = <0>; [all …]
|
/linux-6.12.1/drivers/soc/tegra/cbb/ |
D | tegra194-cbb.c | 27 #define ERRLOGGER_0_ID_COREID_0 0x00000000 28 #define ERRLOGGER_0_ID_REVISIONID_0 0x00000004 29 #define ERRLOGGER_0_FAULTEN_0 0x00000008 30 #define ERRLOGGER_0_ERRVLD_0 0x0000000c 31 #define ERRLOGGER_0_ERRCLR_0 0x00000010 32 #define ERRLOGGER_0_ERRLOG0_0 0x00000014 33 #define ERRLOGGER_0_ERRLOG1_0 0x00000018 34 #define ERRLOGGER_0_RSVD_00_0 0x0000001c 35 #define ERRLOGGER_0_ERRLOG3_0 0x00000020 36 #define ERRLOGGER_0_ERRLOG4_0 0x00000024 [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/ath5k/ |
D | reg.h | 46 #define AR5K_NOQCU_TXDP0 0x0000 /* Queue 0 - data */ 47 #define AR5K_NOQCU_TXDP1 0x0004 /* Queue 1 - beacons */ 52 #define AR5K_CR 0x0008 /* Register Address */ 53 #define AR5K_CR_TXE0 0x00000001 /* TX Enable for queue 0 on 5210 */ 54 #define AR5K_CR_TXE1 0x00000002 /* TX Enable for queue 1 on 5210 */ 55 #define AR5K_CR_RXE 0x00000004 /* RX Enable */ 56 #define AR5K_CR_TXD0 0x00000008 /* TX Disable for queue 0 on 5210 */ 57 #define AR5K_CR_TXD1 0x00000010 /* TX Disable for queue 1 on 5210 */ 58 #define AR5K_CR_RXD 0x00000020 /* RX Disable */ 59 #define AR5K_CR_SWI 0x00000040 /* Software Interrupt */ [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
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 …]
|