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

  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl8185_rtl8225.c 59 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7);
62 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x7 | 0x400);
66 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
69 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80);
77 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg);
79 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1));
80 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1));
83 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg);
86 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
90 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2))
    [all...]
rtl8180_max2820.c 63 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff);
64 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16);
rtl818x.c 152 rtl818x_iowrite16(priv, &priv->map->INT_STATUS, reg);
243 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0);
270 rtl818x_iowrite16(priv, &priv->map->FEMR, reg);
302 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3);
312 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x1);
321 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3);
412 rtl818x_iowrite16(priv, &priv->map->INT_MASK, enable? 0xFFFF : 0);
422 rtl818x_iowrite16(priv, (u16 *)&priv->map->MAC[4],
450 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0);
rtl8180_grf5101.c 57 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff);
58 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16);
rtl8180_sa2400.c 71 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff);
72 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16);
rtl818x.h 335 static inline void rtl818x_iowrite16(struct rtl818x_priv *priv __unused, function

Completed in 669 milliseconds