Searched refs:RFPinsEnable (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/rtl818x/ |
D | rtl8185_rtl8225.c | 57 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write() 59 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write() 92 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_write() 102 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_read() 107 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x000F); in rtl8225_read() 142 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x000E); in rtl8225_read() 191 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82); in rtl8225_read() 332 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init() 377 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init() 465 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init() [all …]
|
D | rtl8180_max2820.c | 64 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_max2820()
|
D | rtl8180_grf5101.c | 58 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_grf5101()
|
D | rtl8180_sa2400.c | 72 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_sa2400()
|
D | rtl818x.h | 142 u16 RFPinsEnable; member
|