Lines Matching defs:maps
268 } maps[] = {
320 for (map = 0; maps[map].tag != MARVELL_TAG_UNDEFINED; map++) {
321 rv = marvell_winparams_by_tag(pdev, maps[map].tag, NULL, NULL,
326 if (maps[map].bars[sc->sc_unit] != -1)
328 maps[map].bars[sc->sc_unit], GTPCI_BARSIZE(size));
329 bare &= ~maps[map].bare;
332 if (maps[map].func != -1) {
339 tag = gtpci_make_tag(NULL, bus, dev, maps[map].func);
340 reg = gtpci_conf_read(sc, tag, maps[map].balow);
343 gtpci_conf_write(sc, tag, maps[map].balow, reg);
344 reg = gtpci_conf_read(sc, tag, maps[map].bahigh);
346 gtpci_conf_write(sc, tag, maps[map].bahigh, reg);