Searched refs:CONFIG3 (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | rtl8225.c | 285 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_set_tx_power() 286 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_set_tx_power() 288 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_set_tx_power() 325 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8225_rf_init() 554 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8225z2_rf_init() 707 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_stop() 708 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_stop() 711 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE); in rtl8225_rf_stop()
|
D | dev.c | 603 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_set_anaparam3() 604 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam3() 609 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam3() 623 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_set_anaparam2() 624 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam2() 629 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam2() 641 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_set_anaparam() 642 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam() 645 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8180_set_anaparam() 802 reg8 = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8180_config_cardbus() [all …]
|
/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | rtl8225.c | 403 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225_rf_set_tx_power() 404 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225_rf_set_tx_power() 408 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225_rf_set_tx_power() 654 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8225z2_rf_set_tx_power() 655 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225z2_rf_set_tx_power() 659 rtl818x_iowrite8(priv, &priv->map->CONFIG3, in rtl8225z2_rf_set_tx_power()
|
D | dev.c | 597 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8187_set_anaparam() 599 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg); in rtl8187_set_anaparam() 605 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg); in rtl8187_set_anaparam() 720 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8187_init_hw()
|
/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 101 #define CONFIG3 0x0C /* configuration 3 register */ macro 215 outb(C3_IMG, io_port + CONFIG3); in chip_init()
|
/drivers/net/wireless/realtek/rtl818x/ |
D | rtl818x.h | 191 u8 CONFIG3; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 306 SR(CONFIG3); in dispc_save_context() 413 RR(CONFIG3); in dispc_restore_context()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 437 SR(dispc, CONFIG3); in dispc_save_context() 544 RR(dispc, CONFIG3); in dispc_restore_context()
|