Lines Matching defs:ibs
164 struct igpio_bank_setup *ibs;
166 for (ibs = igpio_bank_setup; ibs->ibs_acpi_hid; ibs++) {
167 if (strcmp(ib->ib_sc->sc_acpi_hid, ibs->ibs_acpi_hid) != 0)
169 if (ibs->ibs_barno != barno)
172 return ibs;
237 struct igpio_bank_setup *ibs;
314 ibs = ib->ib_setup;
318 i, ibs->ibs_barno, ibs->ibs_first_pin, ibs->ibs_last_pin));
320 npins = 1 + ibs->ibs_last_pin - ibs->ibs_first_pin;
380 struct igpio_bank_setup *ibs = ib->ib_setup;
381 int npins = 1 + ibs->ibs_last_pin - ibs->ibs_first_pin;
420 struct igpio_bank_setup *ibs = ib->ib_setup;
424 if (pin > ibs->ibs_last_pin) {
426 ibs->ibs_barno, pin, ibs->ibs_last_pin));
431 if (strcmp(ipg->ipg_acpi_hid, ibs->ibs_acpi_hid) != 0)
446 struct igpio_bank_setup *ibs = ib->ib_setup;
458 __func__, ibs->ibs_barno, pin, ipg->ipg_groupno, \
744 struct igpio_bank_setup *ibs = ib->ib_setup;
760 ibs->ibs_acpi_hid) != 0)
764 is_reg = offset + ibs->ibs_gpi_is;
765 ie_reg = offset + ibs->ibs_gpi_ie;