Home
last modified time | relevance | path

Searched refs:RFPinsEnable (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8225.c32 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write()
34 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write()
70 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_write()
80 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_read()
120 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x000E); in rtl8225_read()
169 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82); in rtl8225_read()
311 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init()
356 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init()
444 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init()
540 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225z2_rf_init()
[all …]
H A Ddev.c962 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1BFF); in rtl8180_init_hw()
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drtl8225.c125 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write_bitbang()
127 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write_bitbang()
164 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write_8051()
170 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x0007); in rtl8225_write_8051()
214 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_read()
219 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x000F); in rtl8225_read()
285 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82); in rtl8225_read()
H A Ddev.c712 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x80); in rtl8187_init_hw()
723 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FF7); in rtl8187_init_hw()
835 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8187b_init_hw()
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/
H A Drtl818x.h240 __le16 RFPinsEnable; /* 0x82 */ member