Home
last modified time | relevance | path

Searched refs:RFPinsOutput (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/realtek/rtl818x/rtl8180/
Drtl8225.c34 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 …]
Dmax2820.c57 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_max2820()
Dgrf5101.c52 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_grf5101()
Dsa2400.c58 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_sa2400()
Ddev.c957 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, 0x0480); in rtl8180_init_hw()
/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8225.c127 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 …]
Ddev.c711 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/
Drtl818x.h242 __le16 RFPinsOutput; /* 0x80 */ member