HomeSort by: relevance | last modified time | path
    Searched refs:ISTR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amiga/dev/
ahscreg.h 95 vu_short ISTR; /* Interrupt Status Register RO */
121 * bits defined for ISTR
atzscreg.h 86 vu_short ISTR; /* Interrupt Status Register RO */
120 * bits defined for ISTR
ahsc.c 253 vu_short istr; local in function:ahsc_dmastop
271 istr = sdp->ISTR;
273 } while ((istr & ISTR_FE_FLG) == 0);
295 stat = sdp->ISTR;
334 vu_short istr; local in function:ahsc_dmanext
352 istr = sdp->ISTR;
354 } while ((istr & ISTR_FE_FLG) == 0);
atzsc.c 262 vu_short istr; local in function:atzsc_dmastop
280 istr = sdp->ISTR;
282 } while ((istr & ISTR_FE_FLG) == 0);
304 stat = sdp->ISTR;
342 vu_short istr; local in function:atzsc_dmanext
360 istr = sdp->ISTR;
362 } while ((istr & ISTR_FE_FLG) == 0);

Completed in 12 milliseconds