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

  /src/sys/arch/amiga/dev/
ahscreg.h 131 #define ISTR_FE_FLG (1<<0) /* FIFO-Empty Flag */
atzscreg.h 130 #define ISTR_FE_FLG (1<<0) /* FIFO-Empty Flag */
ahsc.c 273 } while ((istr & ISTR_FE_FLG) == 0);
354 } while ((istr & ISTR_FE_FLG) == 0);
atzsc.c 282 } while ((istr & ISTR_FE_FLG) == 0);
362 } while ((istr & ISTR_FE_FLG) == 0);

Completed in 49 milliseconds