Searched refs:fdtbus_reset_get_index (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/sys/dev/fdt/
H A Dfdt_reset.c81 fdtbus_reset_get_index(int phandle, u_int index) function
141 return fdtbus_reset_get_index(phandle, index);
H A Dahcisata_fdt.c97 for (i = 0; (rst = fdtbus_reset_get_index(phandle, i)) != NULL; i++)
H A Ddwcwdt_fdt.c79 rst = fdtbus_reset_get_index(phandle, 0);
H A Dohci_fdt.c96 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Dehci_fdt.c96 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Ddw_apb_uart.c120 ssc->ssc_rst = fdtbus_reset_get_index(phandle, 0);
H A Ddwc3_fdt.c295 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Dfdtvar.h513 fdtbus_reset_get_index(int, u_int);
/netbsd-current/sys/arch/arm/amlogic/
H A Dmesongxl_usb3phy.c192 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {
H A Dmesongxl_usb2phy.c172 sc->sc_rst = fdtbus_reset_get_index(phandle, 0);
H A Dmeson_usbphy.c226 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Dmesong12_usb3pciephy.c337 sc->sc_reset = fdtbus_reset_get_index(phandle, 0);
H A Dmesong12_usb2phy.c325 sc->sc_reset = fdtbus_reset_get_index(phandle, 0);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_twi.c158 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL)
H A Dsunxi_de2_ccu.c152 rst = fdtbus_reset_get_index(phandle, 0);
H A Dsunxi_usb3phy.c203 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Dsunxi_lradc.c135 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL) {
H A Dsunxi_usbphy.c390 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Dsunxi_rsb.c152 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL)
H A Dsunxi_musb.c336 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
H A Dsun6i_spi.c139 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL)
H A Dsun6i_dma.c458 if ((rst = fdtbus_reset_get_index(phandle, 0)) == NULL ||
/netbsd-current/sys/arch/arm/ti/
H A Dti_ehci.c98 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_v1crypto.c170 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL) {
H A Drk_eqos.c351 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {

Completed in 317 milliseconds

12