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

  /src/sys/dev/ic/
mvsatavar.h 91 bus_space_handle_t port_ioh; member in struct:mvsata_port
mvsata.c 82 bus_space_read_4((mvport)->port_iot, (mvport)->port_ioh, (reg))
84 bus_space_write_4((mvport)->port_iot, (mvport)->port_ioh, (reg), (val))
86 bus_space_read_2((mvport)->port_iot, (mvport)->port_ioh, \
89 bus_space_read_1((mvport)->port_iot, (mvport)->port_ioh, \
92 bus_space_write_2((mvport)->port_iot, (mvport)->port_ioh, \
95 bus_space_write_1((mvport)->port_iot, (mvport)->port_ioh, \
3006 EDMA_REGISTERS_SIZE, &mvport->port_ioh);
3013 rv = bus_space_subregion(mvport->port_iot, mvport->port_ioh, SATA_SS, 4,
3020 rv = bus_space_subregion(mvport->port_iot, mvport->port_ioh, SATA_SE, 4,
3031 rv = bus_space_subregion(mvport->port_iot, mvport->port_ioh,
    [all...]

Completed in 12 milliseconds