Searched refs:CONFIG3 (Results 1 – 9 of 9) sorted by relevance
/drivers/net/wireless/realtek/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 …]
|
/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | rtl8225.c | 406 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_set_tx_power() 407 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225_rf_set_tx_power() 411 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225_rf_set_tx_power() 661 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225z2_rf_set_tx_power() 662 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225z2_rf_set_tx_power() 666 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()
|
/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()
|
/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()
|
/drivers/net/wireless/realtek/rtl818x/ |
D | rtl818x.h | 194 u8 CONFIG3; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 317 SR(CONFIG3); in dispc_save_context() 424 RR(CONFIG3); in dispc_restore_context()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 364 SR(CONFIG3); in dispc_save_context() 471 RR(CONFIG3); in dispc_restore_context()
|