Searched refs:pcic_read (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | i82365.c | 145 reg = pcic_read(h, -1); 149 reg = pcic_read(h, -1); 158 reg = pcic_read(h, PCIC_IDENT); 178 reg = pcic_read(h, PCIC_VG468_MISC); 182 reg = pcic_read(h, PCIC_IDENT); 190 reg = pcic_read(h, PCIC_VG468_MISC); 222 if (pcic_ident_ok(reg = pcic_read(&sc->handle[0], PCIC_IDENT))) { 239 if (pcic_ident_ok(reg = pcic_read(&sc->handle[1], PCIC_IDENT))) { 262 pcic_read(&sc->handle[2], PCIC_IDENT) != 0) { 263 if (pcic_ident_ok(reg = pcic_read(&sc->handle[2], [all …]
|
| D | i82365var.h | 182 #define pcic_read(h, idx) \ macro
|
| /mirbsd/src/sys/dev/isa/ |
| D | i82365_isasubr.c | 210 reg = pcic_read(h, PCIC_INTR); 232 reg = pcic_read(h, PCIC_INTR); 288 saved_csc_intr = pcic_read(ph, PCIC_CSC_INTR); 328 pcic_read(ph, PCIC_CARD_DETECT) | 340 pcic_read(ph, PCIC_CSC);
|
| /mirbsd/src/sys/dev/pci/ |
| D | i82365_pci.c | 173 if ((pcic_read(&sc->handle[0], PCIC_CIRRUS_EXTENDED_DATA) &
|