Searched refs:arch_isaoutb (Results 1 – 4 of 4) sorted by relevance
40 #define outb(x, y) (archsw.arch_isaoutb((x), (y)))287 if ((archsw.arch_isainb == NULL) || (archsw.arch_isaoutb == NULL)) in isapnp_enumerate()
356 void (*arch_isaoutb)(int port, int value); member
169 archsw.arch_isaoutb = isa_outb; in main()
218 archsw.arch_isaoutb = NULL; in main()