Searched refs:RFPinsEnable (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/rtl818x/ |
D | rtl8180_rtl8225.c | 36 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 …]
|
D | rtl8187_rtl8225.c | 36 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()
|
D | rtl818x.h | 135 __le16 RFPinsEnable; member
|
D | rtl8187_dev.c | 676 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/ |
D | r8180_rtl8225z2.c | 211 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);
|
D | r8180_rtl8225.c | 225 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()
|
D | r8185b_init.c | 524 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()
|
D | r8180_rtl8255.c | 90 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()
|
D | r8180_hw.h | 356 #define RFPinsEnable 0x82 macro
|
D | r8180_core.c | 4966 write_nic_word(dev, RFPinsEnable, 0x1fff);// | tmp);
|