Lines Matching defs:selected
347 bus_addr_t selected, offs, suboffs;
380 selected = (bus_addr_t)-1;
455 if (selected == (bus_addr_t)-1)
456 selected = offs;
461 if (selected == (bus_addr_t)-1)
462 selected = offs;
469 DPRINTF(("%s\n", selected == offs ? " -> SELECTED" : ""));
472 if (selected == (bus_addr_t)-1) {
486 offs = selected +
487 (bus_addr_t)bus_space_read_2(pa->pa_memt, romh, selected + 0x0e);
499 offs = selected +
500 (bus_addr_t)bus_space_read_4(pa->pa_memt, romh, selected + 0x08);