Home
last modified time | relevance | path

Searched refs:pbi (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_user.c926 pci_bar_io(device_t pcidev, struct pci_bar_ioreq *pbi) in pci_bar_io() argument
933 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 …]
/freebsd/sys/arm/ti/am335x/
H A Dtps65217x.h50 unsigned int pbi:1; member
H A Dam335x_pmic.c110 if (int_reg.pbi && status_reg.pb) in am335x_pmic_intr()