Home
last modified time | relevance | path

Searched refs:PCIC_IF_STATUS (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Di82365reg.h72 #define PCIC_IF_STATUS 0x01 /* RO */ macro
H A Di82365.c539 reg = pcic_read(h, PCIC_IF_STATUS); in pcic_init_socket()
693 statreg = pcic_read(h, PCIC_IF_STATUS); in pcic_intr_socket()
1313 if (pcic_read(h, PCIC_IF_STATUS) & PCIC_IF_STATUS_READY) in pcic_wait_ready()
1324 pcic_read(h, PCIC_IF_STATUS)); in pcic_wait_ready()
1386 reg = pcic_read(h, PCIC_IF_STATUS); in pcic_chip_socket_enable()
/openbsd/sys/dev/pci/
H A Dpccbb.c1886 Pcic_read(ph, PCIC_IF_STATUS)));
1889 if (Pcic_read(ph, PCIC_IF_STATUS) & PCIC_IF_STATUS_READY) {
1901 Pcic_read(ph, PCIC_IF_STATUS));