Searched refs:CONFIG3 (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
A 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()
|
A 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 …]
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
A 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()
|
A 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()
|
/linux-6.3-rc2/drivers/phy/sunplus/ |
A D | phy-sunplus-usb2.c | 31 #define CONFIG3 0xc macro 157 writel(J_FORCE_DISC_ON | J_DEBUG_CTRL_ADDR_MACRO, usbphy->phy_regs + CONFIG3); in sp_uphy_init()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | bcm2835-rpi-a.dts | 61 "CONFIG3",
|
A D | rk3288-veyron-speedy.dts | 111 "CONFIG3",
|
A D | rk3288-veyron-jaq.dts | 119 "CONFIG3",
|
A D | rk3288-veyron-minnie.dts | 171 "CONFIG3",
|
A D | rk3288-veyron-mickey.dts | 299 "CONFIG3",
|
A D | rk3288-veyron-fievel.dts | 241 "CONFIG3",
|
A D | rk3288-veyron-jerry.dts | 249 "CONFIG3",
|
/linux-6.3-rc2/drivers/scsi/pcmcia/ |
A D | sym53c500_cs.c | 101 #define CONFIG3 0x0C /* configuration 3 register */ macro 221 outb(C3_IMG, io_port + CONFIG3); in chip_init()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtl818x/ |
A D | rtl818x.h | 191 u8 CONFIG3; member
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | dispc.c | 306 SR(CONFIG3); in dispc_save_context() 413 RR(CONFIG3); in dispc_restore_context()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 439 SR(dispc, CONFIG3); in dispc_save_context() 546 RR(dispc, CONFIG3); in dispc_restore_context()
|
Completed in 41 milliseconds