Searched refs:PCI_CARDBUS_CIS_REG (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dpcireg.h454 #define PCI_CARDBUS_CIS_REG 0x28 macro
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c788 if (pci_read(bus, dev, func, PCI_CARDBUS_CIS_REG, &reg) != 0)
789 warn("unable to read PCI_CARDBUS_CIS_REG");
790 printf("\t0x%04x: Cardbus CIS: %08x\n", PCI_CARDBUS_CIS_REG, reg);

Completed in 171 milliseconds