Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl8185_rtl8225.c56 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 …]
Drtl8180_max2820.c63 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_max2820()
Drtl8180_grf5101.c57 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_grf5101()
Drtl8180_sa2400.c71 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_sa2400()
Drtl818x.h141 u16 RFPinsOutput; member