Searched refs:CONFIG3 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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 …]
|
/Linux-v4.19/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 | 596 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3); in rtl8187_set_anaparam() 598 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg); in rtl8187_set_anaparam() 604 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg); in rtl8187_set_anaparam() 719 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44); in rtl8187_init_hw()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm2835-rpi-a.dts | 61 "CONFIG3",
|
D | bcm2835-rpi-b.dts | 62 "CONFIG3",
|
/Linux-v4.19/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-v4.19/drivers/net/wireless/realtek/rtl818x/ |
D | rtl818x.h | 194 u8 CONFIG3; member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 317 SR(CONFIG3); in dispc_save_context() 424 RR(CONFIG3); in dispc_restore_context()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 461 SR(dispc, CONFIG3); in dispc_save_context() 568 RR(dispc, CONFIG3); in dispc_restore_context()
|