Home
last modified time | relevance | path

Searched refs:pd_node (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/sys/arch/arm64/dev/
H A Daplpmgr.c140 ps->ps_pd.pd_node = node; in aplpmgr_attach()
167 power_domain_enable_all(ps->ps_pd.pd_node); in aplpmgr_enable()
172 power_domain_disable_all(ps->ps_pd.pd_node); in aplpmgr_enable()
179 power_domain_enable_all(ps->ps_pd.pd_node); in aplpmgr_enable()
198 power_domain_disable_all(ps->ps_pd.pd_node); in aplpmgr_enable()
H A Daplpwm.c104 sc->sc_pd.pd_node = faa->fa_node; in aplpwm_attach()
/openbsd-src/sys/dev/fdt/
H A Dimxgpc.c96 sc->sc_pd[i].pd_node = node; in imxgpc_attach()
111 power_domain_enable(pd->pd_node); in imxgpc_enable()
113 domain = OF_getpropint(pd->pd_node, "reg", 0); in imxgpc_enable()
H A Drkpciephy.c100 sc->sc_pd.pd_node = faa->fa_node; in rkpciephy_attach()
114 int node = sc->sc_pd.pd_node; in rk3568_pciephy_enable()
165 int node = sc->sc_pd.pd_node; in rk3588_pciephy_enable()
H A Drkusbphy.c355 pd->pd_node = node;
389 rkusbphy_phy_supply(sc, sc->sc_otg_phy.pd_node);
402 rkusbphy_phy_supply(sc, sc->sc_host_phy.pd_node);
H A Drkemmcphy.c116 sc->sc_pd.pd_node = faa->fa_node; in rkemmcphy_attach()
127 int node = sc->sc_pd.pd_node; in rkemmcphy_enable()
H A Drkcomphy.c162 sc->sc_pd.pd_node = faa->fa_node; in rkcomphy_attach()
197 int node = sc->sc_pd.pd_node; in rkcomphy_rk3568_enable()
350 int node = sc->sc_pd.pd_node; in rkcomphy_rk3588_enable()
H A Damlusbphy.c141 sc->sc_pd.pd_node = faa->fa_node; in amlusbphy_attach()
151 int node = sc->sc_pd.pd_node; in amlusbphy_enable()
H A Damlpciephy.c105 sc->sc_pd.pd_node = faa->fa_node; in amlpciephy_attach()
115 int node = sc->sc_pd.pd_node; in amlpciephy_enable()
H A Damlpwrc.c109 sc->sc_pd.pd_node = faa->fa_node; in amlpwrc_attach()
H A Drkpwm.c116 sc->sc_pd.pd_node = faa->fa_node; in rkpwm_attach()
H A Dimxpwm.c123 sc->sc_pd.pd_node = faa->fa_node; in imxpwm_attach()
H A Dsxipwm.c132 sc->sc_pd.pd_node = faa->fa_node; in sxipwm_attach()
H A Damlpwm.c118 sc->sc_pd.pd_node = faa->fa_node; in amlpwm_attach()
H A Drktcphy.c203 sc->sc_pd.pd_node = usb3; in rktcphy_attach()
H A Dqcpwm.c127 sc->sc_pd.pd_node = saa->sa_node; in qcpwm_attach()
/openbsd-src/sys/dev/ofw/
H A Dofw_power.c32 pd->pd_cells = OF_getpropint(pd->pd_node, "#power-domain-cells", 0); in power_domain_register()
33 pd->pd_phandle = OF_getpropint(pd->pd_node, "phandle", 0); in power_domain_register()
H A Dofw_power.h23 int pd_node; member
H A Dofw_misc.h60 int pd_node; member
124 int pd_node; member
H A Dofw_misc.c176 pd->pd_cells = OF_getpropint(pd->pd_node, "#phy-cells", 0); in phy_register()
177 pd->pd_phandle = OF_getpropint(pd->pd_node, "phandle", 0); in phy_register()
491 pd->pd_cells = OF_getpropint(pd->pd_node, "#pwm-cells", 0); in pwm_register()
492 pd->pd_phandle = OF_getpropint(pd->pd_node, "phandle", 0); in pwm_register()
/openbsd-src/sys/arch/riscv64/dev/
H A Dstfpciephy.c95 sc->sc_pd.pd_node = faa->fa_node; in stfpciephy_attach()