Home
last modified time | relevance | path

Searched refs:sysctl (Results 1 – 11 of 11) sorted by relevance

/drivers/pcmcia/
Dti113x.h507 u32 sysctl; in ti12xx_tie_interrupts() local
510 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_tie_interrupts()
511 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_tie_interrupts()
520 sysctl |= TI122X_SCR_INTRTIE; in ti12xx_tie_interrupts()
521 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_tie_interrupts()
529 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_untie_interrupts() local
530 sysctl &= ~TI122X_SCR_INTRTIE; in ti12xx_untie_interrupts()
531 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_untie_interrupts()
543 u32 mfunc, mfunc_old, devctl, sysctl; in ti12xx_irqroute_func1() local
552 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_irqroute_func1()
[all …]
/drivers/phy/ralink/
Dphy-ralink-usb.c58 struct regmap *sysctl; member
97 regmap_update_bits(phy->sysctl, RT_SYSC_REG_CLKCFG1, in ralink_usb_phy_power_on()
101 regmap_update_bits(phy->sysctl, RT_SYSC_REG_SYSCFG1, in ralink_usb_phy_power_on()
119 regmap_read(phy->sysctl, RT_SYSC_REG_USB_PHY_CFG, &t); in ralink_usb_phy_power_on()
135 regmap_update_bits(phy->sysctl, RT_SYSC_REG_CLKCFG1, in ralink_usb_phy_power_off()
189 phy->sysctl = syscon_regmap_lookup_by_phandle(dev->of_node, "ralink,sysctl"); in ralink_usb_phy_probe()
190 if (IS_ERR(phy->sysctl)) { in ralink_usb_phy_probe()
192 return PTR_ERR(phy->sysctl); in ralink_usb_phy_probe()
/drivers/ide/
Dtx4939ide.c156 u16 sysctl = tx4939ide_readw(base, TX4939IDE_Sys_Ctl); in tx4939ide_check_error_ints() local
158 tx4939ide_writew(sysctl | 0x4000, base, TX4939IDE_Sys_Ctl); in tx4939ide_check_error_ints()
161 tx4939ide_writew(sysctl, base, TX4939IDE_Sys_Ctl); in tx4939ide_check_error_ints()
424 u16 sysctl = hwif->select_data >> (drive->dn ? 16 : 0); in tx4939ide_tf_load_fixup() local
432 tx4939ide_writew(sysctl, base, TX4939IDE_Sys_Ctl); in tx4939ide_tf_load_fixup()
/drivers/soc/kendryte/
DMakefile3 obj-$(CONFIG_K210_SYSCTL) += k210-sysctl.o
/drivers/media/i2c/
Dtc358743.c504 u16 sysctl = i2c_rd16(sd, SYSCTL); in tc358743_reset() local
506 i2c_wr16(sd, SYSCTL, sysctl | mask); in tc358743_reset()
507 i2c_wr16(sd, SYSCTL, sysctl & ~mask); in tc358743_reset()
1244 uint16_t sysctl = i2c_rd16(sd, SYSCTL); in tc358743_log_status() local
1258 !!(sysctl & MASK_IRRST), in tc358743_log_status()
1259 !!(sysctl & MASK_CECRST), in tc358743_log_status()
1260 !!(sysctl & MASK_CTXRST), in tc358743_log_status()
1261 !!(sysctl & MASK_HDMIRST)); in tc358743_log_status()
1262 v4l2_info(sd, "Sleep mode: %s\n", sysctl & MASK_SLEEP ? "on" : "off"); in tc358743_log_status()
/drivers/mmc/host/
Dsdhci-omap.c116 u32 sysctl; member
1253 omap_host->sysctl = sdhci_omap_readl(omap_host, SDHCI_OMAP_SYSCTL); in sdhci_omap_context_save()
1266 sdhci_omap_writel(omap_host, SDHCI_OMAP_SYSCTL, omap_host->sysctl); in sdhci_omap_context_restore()
Domap_hsmmc.c190 u32 sysctl; member
637 host->sysctl == OMAP_HSMMC_READ(host->base, SYSCTL) && in omap_hsmmc_context_restore()
699 host->sysctl = OMAP_HSMMC_READ(host->base, SYSCTL); in omap_hsmmc_context_save()
/drivers/base/firmware_loader/
DKconfig152 be enabled by setting the proc sysctl value to true:
/drivers/macintosh/
DKconfig165 disabled by default. The emulation is controlled by these sysctl
/drivers/tty/
DKconfig173 dev.tty.ldisc_autoload sysctl, this configuration option will
/drivers/infiniband/core/
Dcma.c3881 id_priv->afonly = net->ipv6.sysctl.bindv6only; in rdma_bind_addr()