HomeSort by: relevance | last modified time | path
    Searched defs:thebits (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/amiga/dev/
grf_ul.c 169 u_int16_t thebits; local in function:ulisr
179 thebits = ba->ctrl;
180 if (thebits & INTOUT) {
181 log(LOG_INFO, "grf4: got interrupt, ctrl=0x%4x\n", thebits);
183 ba->ctrl = thebits & ~INTOUT;

Completed in 12 milliseconds