Lines Matching refs:ca_iot
179 if ((rv = bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh))) {
191 devtype = bus_space_read_1(ca->ca_iot, romh, 3);
197 id = bus_space_read_4(ca->ca_iot, romh, STI_DEV4_DD_GRID);
200 id = (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID
202 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID
204 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID
206 (bus_space_read_1(ca->ca_iot, romh, STI_DEV1_DD_GRID
226 ca->ca_addrs[ca->ca_naddrs].size = sti_rom_size(ca->ca_iot, romh);
230 bus_space_unmap(ca->ca_iot, romh, STI_ROMSIZE);
259 if ((rv = bus_space_map(ca->ca_iot, rom, romlen, 0, &romh))) {
286 if (sti_attach_common(sc, ca->ca_iot, ca->ca_iot, romh,