HomeSort by: relevance | last modified time | path
    Searched refs:ph_elcr_ioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pci/
piixvar.h 67 bus_space_handle_t ph_elcr_ioh; member in struct:piix_handle
piix.c 135 &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 11 milliseconds