Home
last modified time | relevance | path

Searched refs:GDT_S_INFO (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dgdt_pci.c468 bus_space_write_4(dpmemt, dpmemh, GDT_MPR_IC + GDT_S_INFO, in gdt_pci_attach()
488 GDT_MPR_IC + GDT_S_INFO); in gdt_pci_attach()
497 bus_space_write_4(dpmemt, dpmemh, GDT_MPR_IC + GDT_S_INFO, 0); in gdt_pci_attach()
499 GDT_MPR_IC + GDT_S_INFO + sizeof (u_int32_t), 0); in gdt_pci_attach()
501 GDT_MPR_IC + GDT_S_INFO + 2 * sizeof (u_int32_t), 1); in gdt_pci_attach()
503 GDT_MPR_IC + GDT_S_INFO + 3 * sizeof (u_int32_t), 0); in gdt_pci_attach()
/openbsd/sys/dev/ic/
H A Dgdtreg.h196 #define GDT_S_INFO 0x04 /* u_int32_t [4], add. info special command */ macro