Searched refs:enablePCI (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/prep/stand/boot/ |
H A D | boot.h | 67 void enablePCI(int, int, int, int);
|
H A D | pci.c | 83 enablePCI(int slot, int io, int mem, int master) in enablePCI() function
|
H A D | siop.c | 1151 enablePCI(slot, 0, 1, 1); in siop_init()
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | boot.h | 82 void enablePCI(int, int, int, int);
|
H A D | pci.c | 81 enablePCI(int slot, int io, int mem, int master) in enablePCI() function
|
H A D | vreset.c | 689 enablePCI(slot, 1, 1, 0); /* Enable IO and Memory */ in enablePCIvideo()
|
H A D | siop.c | 1189 enablePCI(slot, 0, 1, 1); in siop_init()
|