Home
last modified time | relevance | path

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

/drivers/net/wireless/rtl818x/
Drtl8180_rtl8225.c36 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write()
38 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write()
71 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_write()
81 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_read()
86 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x000F); in rtl8225_read()
121 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x000E); in rtl8225_read()
170 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82); in rtl8225_read()
311 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init()
356 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init()
444 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8225_rf_init()
[all …]
Drtl8187_rtl8225.c36 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write_bitbang()
38 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7); in rtl8225_write_bitbang()
75 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_write_8051()
81 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x0007); in rtl8225_write_8051()
119 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable); in rtl8225_read()
124 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x000F); in rtl8225_read()
190 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82); in rtl8225_read()
Drtl818x.h135 __le16 RFPinsEnable; member
Drtl8187_dev.c676 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x80); in rtl8187_init_hw()
687 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FF7); in rtl8187_init_hw()
825 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, 0x1FFF); in rtl8187b_init_hw()
/drivers/staging/rtl8187se/
Dr8180_rtl8225z2.c211 oval2 = read_nic_word(dev, RFPinsEnable); in read_rtl8225()
214 write_nic_word(dev, RFPinsEnable, (oval2|0xf)); in read_rtl8225()
263 write_nic_word(dev, RFPinsEnable, (oval2 & (~0x01))); in read_rtl8225()
283 write_nic_word(dev, RFPinsEnable, oval2); in read_rtl8225()
301 write_nic_word(dev,RFPinsEnable,
302 (read_nic_word(dev,RFPinsEnable) | 0x7));
792 write_nic_word(dev, RFPinsEnable, 0x80);
Dr8180_rtl8225.c225 write_nic_word(dev,RFPinsEnable, in write_rtl8225()
226 (read_nic_word(dev,RFPinsEnable) | 0x7)); in write_rtl8225()
484 write_nic_word(dev, RFPinsEnable, 0x80); in rtl8225_host_usb_init()
Dr8185b_init.c524 write_nic_word(dev, RFPinsEnable, 0x1bff); in SetOutputEnableOfRfPins()
554 oval2 = read_nic_word(dev, RFPinsEnable); in ZEBRA_RFSerialWrite()
560 write_nic_word(dev, RFPinsEnable, (oval2|0x0007)); // Set To Output Enable in ZEBRA_RFSerialWrite()
997 oval2 = read_nic_word(dev, RFPinsEnable); in ZEBRA_RFSerialRead()
1000 write_nic_word(dev, RFPinsEnable, oval2|0xf); in ZEBRA_RFSerialRead()
1064 write_nic_word(dev, RFPinsEnable, ( ((oval2|0x0E) & (~0x01))) ); in ZEBRA_RFSerialRead()
1089 …write_nic_word(dev, RFPinsEnable, oval2); // Set To Output Enable, <RJ_NOTE> We cannot enable BI… in ZEBRA_RFSerialRead()
Dr8180_rtl8255.c90 write_nic_word(dev,RFPinsEnable, in write_rtl8255_reg0c()
91 (read_nic_word(dev,RFPinsEnable) | 0x7)); in write_rtl8255_reg0c()
192 write_nic_word(dev,RFPinsEnable, in write_rtl8255()
193 (read_nic_word(dev,RFPinsEnable) | 0x7)); in write_rtl8255()
1704 write_nic_word(dev, RFPinsEnable, 0x80); in rtl8255_rf_init()
Dr8180_hw.h356 #define RFPinsEnable 0x82 macro
Dr8180_core.c4966 write_nic_word(dev, RFPinsEnable, 0x1fff);// | tmp);