Home
last modified time | relevance | path

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

/drivers/phy/ralink/
A 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()
183 phy->sysctl = syscon_regmap_lookup_by_phandle(dev->of_node, "ralink,sysctl"); in ralink_usb_phy_probe()
184 if (IS_ERR(phy->sysctl)) { in ralink_usb_phy_probe()
186 return PTR_ERR(phy->sysctl); in ralink_usb_phy_probe()
/drivers/pcmcia/
A 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()
530 sysctl &= ~TI122X_SCR_INTRTIE; in ti12xx_untie_interrupts()
543 u32 mfunc, mfunc_old, devctl, sysctl; in ti12xx_irqroute_func1() local
553 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_irqroute_func1()
658 u32 sysctl; in ti12xx_2nd_slot_empty() local
695 if (sysctl & TIXX21_SCR_TIEALL) in ti12xx_2nd_slot_empty()
747 u32 mfunc, devctl, sysctl; in ti12xx_power_hook() local
[all …]
/drivers/soc/canaan/
A DMakefile3 obj-$(CONFIG_SOC_K210_SYSCTL) += k210-sysctl.o
/drivers/media/i2c/
A Dtc358743.c552 u16 sysctl = i2c_rd16(sd, SYSCTL); in tc358743_reset() local
554 i2c_wr16(sd, SYSCTL, sysctl | mask); in tc358743_reset()
555 i2c_wr16(sd, SYSCTL, sysctl & ~mask); in tc358743_reset()
1294 uint16_t sysctl = i2c_rd16(sd, SYSCTL); in tc358743_log_status() local
1308 !!(sysctl & MASK_IRRST), in tc358743_log_status()
1309 !!(sysctl & MASK_CECRST), in tc358743_log_status()
1310 !!(sysctl & MASK_CTXRST), in tc358743_log_status()
1311 !!(sysctl & MASK_HDMIRST)); in tc358743_log_status()
1312 v4l2_info(sd, "Sleep mode: %s\n", sysctl & MASK_SLEEP ? "on" : "off"); in tc358743_log_status()
/drivers/mmc/host/
A Dsdhci-omap.c130 u32 sysctl; member
1408 omap_host->sysctl = sdhci_omap_readl(omap_host, SDHCI_OMAP_SYSCTL); in sdhci_omap_context_save()
1421 sdhci_omap_writel(omap_host, SDHCI_OMAP_SYSCTL, omap_host->sysctl); in sdhci_omap_context_restore()
A 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/tty/
A DKconfig166 dev.tty.legacy_tiocsti sysctl. This configuration option sets
167 the default value of the sysctl.
189 dev.tty.ldisc_autoload sysctl, this configuration option will
/drivers/macintosh/
A DKconfig166 disabled by default. The emulation is controlled by these sysctl
/drivers/base/firmware_loader/
A DKconfig176 be enabled by setting the proc sysctl value to true:
/drivers/infiniband/core/
A Dcma.c4032 id_priv->afonly = net->ipv6.sysctl.bindv6only; in rdma_bind_addr_dst()

Completed in 36 milliseconds