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

  /src/sys/dev/eisa/
uha_eisa.c 287 u_char uhastat; local in function:u24_intr
302 uhastat = bus_space_read_1(iot, ioh, U24_SINT);
308 printf("status = 0x%x ", uhastat);
310 __USE(uhastat);
  /src/sys/dev/isa/
uha_isa.c 344 u_char uhastat; local in function:u14_intr
359 uhastat = bus_space_read_1(iot, ioh, U14_SINT);
365 printf("status = 0x%x ", uhastat);
367 __USE(uhastat);

Completed in 118 milliseconds