Home
last modified time | relevance | path

Searched refs:pd_enable (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/sys/dev/ofw/
H A Dofw_power.c51 if (pd && pd->pd_enable) in power_domain_enable_cells()
52 pd->pd_enable(pd->pd_cookie, &cells[1], on); in power_domain_enable_cells()
H A Dofw_power.h25 void (*pd_enable)(void *, uint32_t *, int); member
H A Dofw_misc.h62 int (*pd_enable)(void *, uint32_t *); member
H A Dofw_misc.c225 if (pd && pd->pd_enable) in phy_enable_cells()
226 return pd->pd_enable(pd->pd_cookie, &cells[1]); in phy_enable_cells()
/openbsd-src/sys/dev/fdt/
H A Damlpwrc.c112 sc->sc_pd.pd_enable = amlpwrc_g12a_enable; in amlpwrc_attach()
114 sc->sc_pd.pd_enable = amlpwrc_sm1_enable; in amlpwrc_attach()
H A Drkpciephy.c103 sc->sc_pd.pd_enable = rk3568_pciephy_enable; in rkpciephy_attach()
105 sc->sc_pd.pd_enable = rk3588_pciephy_enable; in rkpciephy_attach()
H A Drkcomphy.c165 sc->sc_pd.pd_enable = rkcomphy_rk3568_enable; in rkcomphy_attach()
167 sc->sc_pd.pd_enable = rkcomphy_rk3588_enable; in rkcomphy_attach()
H A Dimxgpc.c98 sc->sc_pd[i].pd_enable = imxgpc_enable; in imxgpc_attach()
H A Drkemmcphy.c118 sc->sc_pd.pd_enable = rkemmcphy_enable; in rkemmcphy_attach()
H A Damlusbphy.c143 sc->sc_pd.pd_enable = amlusbphy_enable; in amlusbphy_attach()
H A Damlpciephy.c107 sc->sc_pd.pd_enable = amlpciephy_enable; in amlpciephy_attach()
H A Drkusbphy.c357 pd->pd_enable = pc->pc_enable; in rkusbphy_host_phy_enable()
H A Drktcphy.c205 sc->sc_pd.pd_enable = rktcphy_enable; in rktcphy_attach()
/openbsd-src/sys/arch/riscv64/dev/
H A Dstfpciephy.c97 sc->sc_pd.pd_enable = stfpciephy_enable; in stfpciephy_attach()
/openbsd-src/sys/arch/arm64/dev/
H A Daplpmgr.c142 ps->ps_pd.pd_enable = aplpmgr_enable; in aplpmgr_attach()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Daix-thread.c864 pd_enable (void) in pd_enable() function
927 pd_enable (); in new_objfile()
H A DChangeLog2890 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.