Searched refs:RFPinsOutput (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | rtl8225.c | 34 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput) & 0xfff3; in rtl8225_write() 44 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write() 47 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80); in rtl8225_write() 58 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg); in rtl8225_write() 60 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1)); in rtl8225_write() 61 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1)); in rtl8225_write() 64 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg); in rtl8225_write() 67 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write() 71 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write() 82 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput); in rtl8225_read() [all …]
|
D | max2820.c | 57 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_max2820()
|
D | grf5101.c | 52 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_grf5101()
|
D | sa2400.c | 58 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_sa2400()
|
D | dev.c | 957 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, 0x0480); in rtl8180_init_hw()
|
/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | rtl8225.c | 127 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput) & 0xfff3; in rtl8225_write_bitbang() 136 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write_bitbang() 138 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80); in rtl8225_write_bitbang() 145 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg); in rtl8225_write_bitbang() 147 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1)); in rtl8225_write_bitbang() 148 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1)); in rtl8225_write_bitbang() 151 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg); in rtl8225_write_bitbang() 154 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write_bitbang() 157 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write_bitbang() 166 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput); in rtl8225_write_8051() [all …]
|
D | dev.c | 711 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, 0x80); in rtl8187_init_hw() 834 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, 0x0480); in rtl8187b_init_hw()
|
/drivers/net/wireless/realtek/rtl818x/ |
D | rtl818x.h | 242 __le16 RFPinsOutput; /* 0x80 */ member
|