Searched refs:early_io_t (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/arch/loongson/loongson/ |
| D | wscons_machdep.c | 205 early_io_t, tag, id); in wscninit() 208 if (rc != 0 && early_io_t != NULL) in wscninit() 210 early_io_t, tag, id); in wscninit() 213 if (rc != 0 && early_io_t != NULL) in wscninit() 215 early_io_t, tag, id); in wscninit() 219 if (rc != 0 && early_io_t != NULL) { in wscninit() 221 rc = vga_pci_cnattach(early_io_t, in wscninit() 244 if (rc != 0 && early_io_t != NULL) in wscninit() 245 rc = pckbc_cnattach(early_io_t, IO_KBD, KBCMDP, 0); in wscninit()
|
| D | machdep.c | 144 bus_space_tag_t early_io_t; variable
|
| /openbsd/src/sys/arch/loongson/include/ |
| D | autoconf.h | 114 extern bus_space_tag_t early_io_t;
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | htb.c | 430 early_io_t = &htb_pci_io_space_tag; in htb_early_setup()
|
| D | bonito.c | 1238 early_io_t = &bonito_pci_io_space_tag; in bonito_early_setup()
|