Searched refs:RFPinsOutput (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/rtl818x/ |
D | rtl8185_rtl8225.c | 56 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput) & 0xfff3; in rtl8225_write() 66 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write() 69 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80); in rtl8225_write() 77 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg); in rtl8225_write() 79 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1)); in rtl8225_write() 80 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1)); in rtl8225_write() 83 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg); in rtl8225_write() 86 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write() 90 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2)); in rtl8225_write() 101 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput); in rtl8225_read() [all …]
|
D | rtl8180_max2820.c | 63 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_max2820()
|
D | rtl8180_grf5101.c | 57 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_grf5101()
|
D | rtl8180_sa2400.c | 71 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_sa2400()
|
D | rtl818x.h | 141 u16 RFPinsOutput; member
|