Home | History | Annotate | Download | only in ic

Lines Matching defs:ipg

422 	struct igpio_pin_group *ipg;
430 for (ipg = igpio_pin_group; ipg->ipg_acpi_hid; ipg++) {
431 if (strcmp(ipg->ipg_acpi_hid, ibs->ibs_acpi_hid) != 0)
434 if (pin > ipg->ipg_first_pin) {
435 found_ipg = ipg;
447 struct igpio_pin_group *ipg;
450 if ((ipg = igpio_find_group(ib, pin)) == NULL)
454 + (ipg->ipg_groupno * 4)
455 + (pin - ipg->ipg_first_pin) / 2;
458 __func__, ibs->ibs_barno, pin, ipg->ipg_groupno, \
459 ipg->ipg_name, (void *)groupcfg));
746 struct igpio_pin_group *ipg;
750 for (ipg = igpio_pin_group; ipg->ipg_acpi_hid; ipg++) {
759 if (strcmp(ipg->ipg_acpi_hid,
763 offset = ib->ib_padbar + ipg->ipg_groupno * 4;
784 pin = ipg->ipg_first_pin + b;