Lines Matching defs:selected
156 bus_addr_t selected, offs, suboffs;
189 selected = (bus_addr_t)-1;
264 if (selected == (bus_addr_t)-1)
265 selected = offs;
270 if (selected == (bus_addr_t)-1)
271 selected = offs;
278 DPRINTF("%s\n", selected == offs ? " -> SELECTED" : "");
281 if (selected == (bus_addr_t)-1) {
295 offs = selected +
296 (bus_addr_t)bus_space_read_2(pa->pa_memt, romh, selected + 0x0e);
308 offs = selected +
309 (bus_addr_t)bus_space_read_4(pa->pa_memt, romh, selected + 0x08);