/src/sys/arch/amiga/dev/ |
ms.c | 93 int ms_portno; /* which hardware port, for msintr() */ 120 void msintr(void *); 232 callout_reset(&ms->ms_intr_ch, 2, msintr, ms); 258 msintr(void *arg) function in typeref:typename:void 430 callout_reset(&ms->ms_intr_ch, 2, msintr, ms);
|
ms.c | 93 int ms_portno; /* which hardware port, for msintr() */ 120 void msintr(void *); 232 callout_reset(&ms->ms_intr_ch, 2, msintr, ms); 258 msintr(void *arg) function in typeref:typename:void 430 callout_reset(&ms->ms_intr_ch, 2, msintr, ms);
|
/src/sys/arch/evbarm/dev/ |
plcom.c | 2097 bool rxintr = false, txintr = false, msintr; local in function:plcomintr 2229 msintr = ISSET(istatus, PL010_IIR_MIS); 2230 if (msintr) { 2236 msintr = ISSET(istatus, PL011_INT_MSMASK); 2237 if (msintr) {
|
plcom.c | 2097 bool rxintr = false, txintr = false, msintr; local in function:plcomintr 2229 msintr = ISSET(istatus, PL010_IIR_MIS); 2230 if (msintr) { 2236 msintr = ISSET(istatus, PL011_INT_MSMASK); 2237 if (msintr) {
|