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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8180_rtl8225.c38 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7);
41 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x7 | 0x400);
45 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
48 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80);
59 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg);
61 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1));
62 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1));
65 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg);
68 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
72 rtl818x_iowrite16(pri
[all...]
H A Drtl8187_rtl8225.c38 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7);
41 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x7);
44 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
46 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80);
53 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg);
55 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1));
56 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg | (1 << 1));
59 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg);
62 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
65 rtl818x_iowrite16(pri
[all...]
H A Drtl8187_dev.c610 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0);
635 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, 0);
638 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, (4 << 8));
644 rtl818x_iowrite16(priv, (__le16 *)0xFFF4, 0xFFFF);
658 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3);
661 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, 0);
665 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, (4 << 8));
668 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, 0x80);
669 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, 0x80);
670 rtl818x_iowrite16(pri
[all...]
H A Drtl8180.h118 static inline void rtl818x_iowrite16(struct rtl8180_priv *priv, function
H A Drtl8180_dev.c221 rtl818x_iowrite16(priv, &priv->map->INT_STATUS, reg);
352 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0);
379 rtl818x_iowrite16(priv, &priv->map->FEMR, reg);
414 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3);
424 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x1);
433 rtl818x_iowrite16(priv, &priv->map->BRSR, 0x01F3);
575 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0xFFFF);
652 rtl818x_iowrite16(priv, &priv->map->INT_MASK, 0);
754 rtl818x_iowrite16(priv, (__le16 __iomem *)&priv->map->MAC[4],
H A Drtl8187.h245 static inline void rtl818x_iowrite16(struct rtl8187_priv *priv, __le16 *addr, function

Completed in 46 milliseconds