Search | Google it | Results 1 - 1 of 1 for funcall:INTNO_ERI from mtkernel_3/device/ser/sysdepend/rza2m/ser_rza2m.c (0.00 seconds) |
258: /* Clear Interrupt */ 259: ClearInt( INTNO_ERI(unit)); 260: ClearInt( INTNO_RXI(unit)); 263: /* Enable Interrupt */ 264: EnableInt( INTNO_ERI(unit), DEVCNF_SER_INTPRI); 265: EnableInt( INTNO_RXI(unit), DEVCNF_SER_INTPRI); 273: /* Disable Interrupt */ 274: DisableInt( INTNO_ERI(unit)); 275: DisableInt( INTNO_RXI(unit)); 331: dint.inthdr = sci_eri_inthdr; 332: err = tk_def_int(INTNO_ERI(unit), &dint); 333: dint.inthdr = sci_rxi_inthdr;