Searched refs:ph_elcr_ioh (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/i386/pci/
H A Dpiixvar.h67 bus_space_handle_t ph_elcr_ioh; member in struct:piix_handle
H A Dpiix.c135 &ph->ph_elcr_ioh) != 0) {
156 bus_space_unmap(ph->ph_iot, ph->ph_elcr_ioh, PIIX_REG_ELCR_SIZE);
290 elcr = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, off);
312 elcr = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, off);
317 bus_space_write_1(ph->ph_iot, ph->ph_elcr_ioh, off, elcr);
330 elcr[0] = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, 0);
331 elcr[1] = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, 1);

Completed in 103 milliseconds