Searched refs:pbi (Results 1 – 3 of 3) sorted by relevance
926 pci_bar_io(device_t pcidev, struct pci_bar_ioreq *pbi) in pci_bar_io() argument933 if (pbi->pbi_op != PCIBARIO_READ && in pci_bar_io()934 pbi->pbi_op != PCIBARIO_WRITE) in pci_bar_io()937 bar = PCIR_BAR(pbi->pbi_bar); in pci_bar_io()942 offset = pbi->pbi_offset; in pci_bar_io()943 width = pbi->pbi_width; in pci_bar_io()961 switch (pbi->pbi_op) { in pci_bar_io()963 switch (pbi->pbi_width) { in pci_bar_io()965 pbi->pbi_value = bus_read_1(res, offset); in pci_bar_io()968 pbi->pbi_value = bus_read_2(res, offset); in pci_bar_io()[all …]
50 unsigned int pbi:1; member
110 if (int_reg.pbi && status_reg.pb) in am335x_pmic_intr()