Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl8185_rtl8225.c57 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 …]
Drtl8180_max2820.c64 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_max2820()
Drtl8180_grf5101.c58 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_grf5101()
Drtl8180_sa2400.c72 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_sa2400()
Drtl818x.h142 u16 RFPinsEnable; member