/src/sys/dev/fdt/ |
fdt_reset.h | 54 fdtbus_reset_get_index(int, u_int);
|
fdt_reset.c | 81 fdtbus_reset_get_index(int phandle, u_int index) function in typeref:struct:fdtbus_reset * 141 return fdtbus_reset_get_index(phandle, index);
|
ahcisata_fdt.c | 97 for (i = 0; (rst = fdtbus_reset_get_index(phandle, i)) != NULL; i++)
|
dwcwdt_fdt.c | 79 rst = fdtbus_reset_get_index(phandle, 0);
|
dwiic_fdt.c | 107 struct fdtbus_reset *rst = fdtbus_reset_get_index(phandle, 0);
|
ehci_fdt.c | 96 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
ohci_fdt.c | 96 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
dw_apb_uart.c | 121 ssc->ssc_rst = fdtbus_reset_get_index(phandle, 0);
|
dwc3_fdt.c | 295 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
/src/sys/arch/arm/amlogic/ |
mesongxl_usb2phy.c | 172 sc->sc_rst = fdtbus_reset_get_index(phandle, 0);
|
mesongxl_usb3phy.c | 192 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {
|
meson_usbphy.c | 226 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
mesong12_usb2phy.c | 325 sc->sc_reset = fdtbus_reset_get_index(phandle, 0);
|
mesong12_usb3pciephy.c | 337 sc->sc_reset = fdtbus_reset_get_index(phandle, 0);
|
/src/sys/arch/arm/sunxi/ |
sunxi_de2_ccu.c | 152 rst = fdtbus_reset_get_index(phandle, 0);
|
sunxi_twi.c | 158 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL)
|
sunxi_usb3phy.c | 203 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
sunxi_lradc.c | 135 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL) {
|
sunxi_usbphy.c | 394 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
sun6i_spi.c | 138 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL)
|
/src/sys/arch/arm/ti/ |
ti_ehci.c | 98 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++)
|
/src/sys/arch/riscv/starfive/ |
jh71x0_eth.c | 142 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {
|
jh7110_trng.c | 356 struct fdtbus_reset * const rst = fdtbus_reset_get_index(phandle, 0);
|
/src/sys/arch/arm/rockchip/ |
rk_v1crypto.c | 170 if ((rst = fdtbus_reset_get_index(phandle, 0)) != NULL) {
|
rk_eqos.c | 351 for (n = 0; (rst = fdtbus_reset_get_index(phandle, n)) != NULL; n++) {
|