Home | History | Annotate | Download | only in ic

Lines Matching defs:ioh_d

202 	bus_space_handle_t ioh_d = t->t_ioh_d;
209 bus_space_write_1(iot, ioh_d, 0, t->t_cmdbyte);
218 bus_space_handle_t ioh_d = t->t_ioh_d;
227 bus_space_write_1(iot, ioh_d, 0, val);
279 bus_space_handle_t ioh_d, ioh_c;
285 ioh_d = t->t_ioh_d;
345 bus_space_write_1(iot, ioh_d, 0, 0x5a); /* a random value */
358 bus_space_write_1(iot, ioh_d, 0, 0x5a);
615 bus_space_handle_t ioh_d, ioh_c;
621 if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d))
624 bus_space_unmap(iot, ioh_d, 1);
630 pckbc_consdata.t_ioh_d = ioh_d;