Lines Matching refs:amr_ioh
205 bus_space_barrier(amr->amr_iot, amr->amr_ioh, off, 1,
207 return (bus_space_read_1(amr->amr_iot, amr->amr_ioh, off));
213 bus_space_barrier(amr->amr_iot, amr->amr_ioh, off, 4,
215 return (bus_space_read_4(amr->amr_iot, amr->amr_ioh, off));
221 bus_space_write_1(amr->amr_iot, amr->amr_ioh, off, val);
222 bus_space_barrier(amr->amr_iot, amr->amr_ioh, off, 1,
229 bus_space_write_4(amr->amr_iot, amr->amr_ioh, off, val);
230 bus_space_barrier(amr->amr_iot, amr->amr_ioh, off, 4,
317 &amr->amr_iot, &amr->amr_ioh, NULL, &amr->amr_ios) == 0)
320 &amr->amr_iot, &amr->amr_ioh, NULL, &amr->amr_ios) == 0)
582 bus_space_unmap(amr->amr_iot, amr->amr_ioh, amr->amr_ios);