Searched refs:CONFIG3 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/ |
D | rtl8225.c | 288 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_set_tx_power() 289 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_set_tx_power() 291 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_set_tx_power() 328 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8225_rf_init() 557 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8225z2_rf_init() 710 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_stop() 711 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_stop() 714 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_stop()
|
D | dev.c | 599 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_set_anaparam3() 600 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam3() 605 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam3() 619 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_set_anaparam2() 620 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam2() 625 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam2() 637 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_set_anaparam() 638 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam() 641 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam() 798 reg8 = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_config_cardbus() [all …]
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/ |
D | rtl8225.c | 313 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_set_tx_power() 314 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225_rf_set_tx_power() 318 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225_rf_set_tx_power() 568 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225z2_rf_set_tx_power() 569 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225z2_rf_set_tx_power() 573 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225z2_rf_set_tx_power()
|
D | dev.c | 598 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8187_set_anaparam() 600 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg); in rtl8187_set_anaparam() 606 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg); in rtl8187_set_anaparam() 721 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8187_init_hw()
|
/linux-4.1.27/drivers/scsi/ |
D | NCR53c406a.c | 262 static int CONFIG3; /* Configuration 3 Register */ variable 997 outb(C3_IMG, CONFIG3); in chip_init() 1026 CONFIG3 = (port_base + 0x0C); in calc_port_addr()
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 110 #define CONFIG3 0x0C /* configuration 3 register */ macro 224 outb(C3_IMG, io_port + CONFIG3); in chip_init()
|
/linux-4.1.27/drivers/net/wireless/rtl818x/ |
D | rtl818x.h | 194 u8 CONFIG3; member
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 303 SR(CONFIG3); in dispc_save_context() 410 RR(CONFIG3); in dispc_restore_context()
|