Home | History | Annotate | Download | only in pci

Lines Matching defs:selected

146 	bus_addr_t selected, offs, suboffs;
179 selected = (bus_addr_t)-1;
254 if (selected == (bus_addr_t)-1)
255 selected = offs;
260 if (selected == (bus_addr_t)-1)
261 selected = offs;
270 DPRINTF(("%s\n", selected == offs ? " -> SELECTED" : ""));
273 if (selected == (bus_addr_t)-1) {
287 offs = selected +
288 (bus_addr_t)bus_space_read_2(pa->pa_memt, romh, selected + 0x0e);
300 offs = selected +
301 (bus_addr_t)bus_space_read_4(pa->pa_memt, romh, selected + 0x08);