HomeSort by relevance Sort by last modified time
    Searched refs:RFPinsEnable (Results 1 - 5 of 5) sorted by null

  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl8185_rtl8225.c 57 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable);
59 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7);
92 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF);
102 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable);
107 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x000F);
142 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x000E);
191 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82);
332 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF);
377 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF);
465 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF)
    [all...]
rtl8180_max2820.c 64 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16);
rtl8180_grf5101.c 58 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16);
rtl8180_sa2400.c 72 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16);
rtl818x.h 142 u16 RFPinsEnable;

Completed in 58 milliseconds