/src/sys/dev/fdt/ |
fdt_intr.h | 34 /* flags for fdtbus_intr_establish */ 57 void * fdtbus_intr_establish(int, u_int, int, int,
|
fdt_intr.c | 187 fdtbus_intr_establish(int phandle, u_int index, int ipl, int flags, function in typeref:typename:void *
|
/src/sys/arch/arm/xilinx/ |
zynq7000_usb.c | 95 if (fdtbus_intr_establish(phandle, 0, IPL_USB, IST_LEVEL, ehci_intr,
|
zynq7000_uart.c | 78 if (fdtbus_intr_establish(phandle, 0, IPL_SERIAL, IST_LEVEL,
|
zynq_cemac.c | 109 if (fdtbus_intr_establish(phandle, 0, IPL_NET, 0, cemac_intr,
|
/src/sys/arch/arm/sociox/ |
sni_emmc.c | 126 sc->sc_ih = fdtbus_intr_establish(phandle, 0, IPL_SDMMC, 0,
|
sni_i2c.c | 182 sc->sc_ih = fdtbus_intr_establish(phandle,
|
if_scx.c | 736 intrh = fdtbus_intr_establish(phandle, 0, IPL_NET,
|
/src/sys/arch/mips/cavium/dev/ |
octeon_cib.c | 164 ih = fdtbus_intr_establish(phandle, 0, IPL_SCHED, FDT_INTR_MPSAFE,
|
octeon_xhci.c | 166 ih = fdtbus_intr_establish(child, 0, IPL_USB, FDT_INTR_MPSAFE,
|
/src/sys/dev/i2c/ |
tcakp.c | 390 sc->sc_ih = fdtbus_intr_establish(sc->sc_phandle, 0, IPL_VM, 0,
|
axppmic.c | 1229 sc->sc_ih = fdtbus_intr_establish(sc->sc_phandle, 0, IPL_VM,
|
/src/sys/dev/sdmmc/ |
if_bwfm_sdio.c | 550 sc->sc_fdtih = fdtbus_intr_establish(sc->sc_phandle,
|