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

  /src/sys/dev/isa/
gus.c 415 STATIC u_char guspeek(bus_space_tag_t, bus_space_handle_t, u_long);
780 s1 = guspeek(iot, ioh2, 0L);
781 s2 = guspeek(iot, ioh2, 1L);
786 if (guspeek(iot, ioh2, 0L) != 0xaa)
1002 if (guspeek(iot, ioh2, 0L) != 0)
1008 if (guspeek(iot, ioh2, loc) != 0xaa)
1554 guspeek(iot, ioh2,
1563 guspeek(iot, ioh2,
2749 guspeek(bus_space_tag_t iot, bus_space_handle_t ioh2, u_long address) function in typeref:typename:STATIC unsigned char
gus.c 415 STATIC u_char guspeek(bus_space_tag_t, bus_space_handle_t, u_long);
780 s1 = guspeek(iot, ioh2, 0L);
781 s2 = guspeek(iot, ioh2, 1L);
786 if (guspeek(iot, ioh2, 0L) != 0xaa)
1002 if (guspeek(iot, ioh2, 0L) != 0)
1008 if (guspeek(iot, ioh2, loc) != 0xaa)
1554 guspeek(iot, ioh2,
1563 guspeek(iot, ioh2,
2749 guspeek(bus_space_tag_t iot, bus_space_handle_t ioh2, u_long address) function in typeref:typename:STATIC unsigned char

Completed in 26 milliseconds