Searched refs:ifsc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_spi.c99 struct imxspi_fdt_softc * const ifsc = device_private(self); local
100 struct imxspi_softc * const sc = &ifsc->sc_imxspi;
116 ifsc->sc_pin_cs = kmem_alloc(sizeof(struct fdtbus_gpio_pin *) * nslaves, KM_SLEEP);
119 ifsc->sc_pin_cs[i] = fdtbus_gpio_acquire_index(phandle, "cs-gpios", i,
123 ifsc->sc_clk = fdtbus_clock_get_index(phandle, 0);
124 if (ifsc->sc_clk == NULL) {
129 error = clk_enable(ifsc->sc_clk);
135 ifsc->sc_tag.cookie = ifsc;
136 ifsc
[all...]
H A Dimx6_pcie.c110 struct imxpcie_fdt_softc * const ifsc = device_private(self); local
111 struct imxpcie_softc * const sc = &ifsc->sc_imxpcie;
125 sc->sc_cookie = ifsc;
155 ifsc->sc_pin_reset = fdtbus_gpio_acquire(phandle, "reset-gpio",
157 if (!ifsc->sc_pin_reset) {
179 ifsc->sc_reg_vpcie = fdtbus_regulator_acquire(phandle, "vpcie-supply");
180 if (ifsc->sc_reg_vpcie == NULL) {
185 fdtbus_regulator_enable(ifsc->sc_reg_vpcie);
228 struct imxpcie_fdt_softc * const ifsc = cookie; local
229 struct imxpcie_softc * const sc = &ifsc
253 struct imxpcie_fdt_softc * const ifsc = cookie; local
261 struct imxpcie_fdt_softc * const ifsc = cookie; local
269 struct imxpcie_fdt_softc * const ifsc = cookie; local
[all...]
H A Dimx6_pwm.c53 struct imxpwm_fdt_softc * const ifsc = device_private(dev); local
54 struct imxpwm_softc * const sc = &ifsc->sc_imxpwm;
94 struct imxpwm_fdt_softc * const ifsc = device_private(self); local
95 struct imxpwm_softc * const sc = &ifsc->sc_imxpwm;
H A Dimx6_usb.c94 struct imxusbc_fdt_softc *ifsc = device_private(self); local
95 struct imxusbc_softc *sc = &ifsc->sc_imxusbc;
108 ifsc->sc_phandle = phandle;
284 struct imxusbc_fdt_softc *ifsc = (struct imxusbc_fdt_softc *)sc->sc_usbc; local
289 if (!fdtbus_intr_str(ifsc->sc_phandle, 0, intrstr, sizeof(intrstr))) {
293 ih = fdtbus_intr_establish_xname(ifsc->sc_phandle, 0, IPL_USB,
H A Dimxwdog.c175 if (!fdtbus_intr_str(ifsc->sc_phandle, 0, intrstr, sizeof(intrstr))) {

Completed in 232 milliseconds