Home
last modified time | relevance | path

Searched refs:port_ioh (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmvsatavar.h91 bus_space_handle_t port_ioh; member
H A Dmvsata.c82 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); in mvsata_port_init()
3013 rv = bus_space_subregion(mvport->port_iot, mvport->port_ioh, SATA_SS, 4, in mvsata_port_init()
3020 rv = bus_space_subregion(mvport->port_iot, mvport->port_ioh, SATA_SE, 4, in mvsata_port_init()
3031 rv = bus_space_subregion(mvport->port_iot, mvport->port_ioh, in mvsata_port_init()
[all …]