Home
last modified time | relevance | path

Searched refs:rtl818x_iowrite16 (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl8185_rtl8225.c59 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write()
62 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x7 | 0x400); 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()
[all …]
Drtl818x.c152 rtl818x_iowrite16(priv, &priv->map->INT_STATUS, reg); in rtl818x_poll()
243 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0); in rtl818x_init_hw()
270 rtl818x_iowrite16(priv, &priv->map->FEMR, reg); in rtl818x_init_hw()
302 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3); in rtl818x_init_hw()
312 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x1); in rtl818x_init_hw()
321 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3); in rtl818x_init_hw()
412 rtl818x_iowrite16(priv, &priv->map->INT_MASK, enable? 0xFFFF : 0); in rtl818x_irq()
422 rtl818x_iowrite16(priv, (u16 *)&priv->map->MAC[4], in rtl818x_set_hwaddr()
450 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0); in rtl818x_start()
Drtl8180_max2820.c63 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_max2820()
64 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_max2820()
Drtl8180_grf5101.c57 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_grf5101()
58 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_grf5101()
Drtl8180_sa2400.c71 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, phy_config & 0xffff); in write_sa2400()
72 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, phy_config >> 16); in write_sa2400()
Drtl818x.h335 static inline void rtl818x_iowrite16(struct rtl818x_priv *priv __unused, in rtl818x_iowrite16() function