Home
last modified time | relevance | path

Searched refs:early_io_t (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/arch/loongson/loongson/
Dwscons_machdep.c205 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()
Dmachdep.c144 bus_space_tag_t early_io_t; variable
/openbsd/src/sys/arch/loongson/include/
Dautoconf.h114 extern bus_space_tag_t early_io_t;
/openbsd/src/sys/arch/loongson/dev/
Dhtb.c430 early_io_t = &htb_pci_io_space_tag; in htb_early_setup()
Dbonito.c1238 early_io_t = &bonito_pci_io_space_tag; in bonito_early_setup()