Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/ti/ | |
ti_com.c | 59 void *ssc_ih; member in struct:ti_com_softc 122 ssc->ssc_ih = fdtbus_intr_establish_xname(phandle, 0, IPL_SERIAL, 124 if (ssc->ssc_ih == NULL) { |
/src/sys/dev/fdt/ | |
dw_apb_uart.c | 56 void *ssc_ih; member in struct:dw_apb_uart_softc 145 ssc->ssc_ih = fdtbus_intr_establish_xname(phandle, 0, 147 if (ssc->ssc_ih == NULL) { |