Searched refs:arch_isaoutb (Results 1 – 4 of 4) sorted by relevance
41 #define outb(x,y) (archsw.arch_isaoutb((x),(y)))282 if ((archsw.arch_isainb == NULL) || (archsw.arch_isaoutb == NULL)) in isapnp_enumerate()
308 void (*arch_isaoutb)(int port, int value); member
174 archsw.arch_isaoutb = isa_outb; in main()
164 archsw.arch_isaoutb = isa_outb; in main()