Searched refs:RFPinsEnable (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
A D | rtl8225.c | 32 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 …]
|
A D | dev.c | 962 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1BFF); in rtl8180_init_hw()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
A D | rtl8225.c | 125 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()
|
A D | dev.c | 712 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()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/ |
A D | rtl818x.h | 240 __le16 RFPinsEnable; /* 0x82 */ member
|
Completed in 16 milliseconds