Home
last modified time | relevance | path

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

/freebsd/sys/dev/cardbus/
H A Dcardbus.c169 pci_write_config(dev, PCIR_MINGNT, 0x14, 1); in cardbus_device_setup_regs()
/freebsd/sys/dev/pci/
H A Dpcireg.h254 #define PCIR_MINGNT 0x3e macro
H A Dpci.c651 cfg->mingnt = REG(PCIR_MINGNT, 1); in pci_hdrtypedata()
6089 pci_write_config(dev, PCIR_MINGNT, dinfo->cfg.mingnt, 1); in pci_cfg_restore()
6215 dinfo->cfg.mingnt = pci_read_config(dev, PCIR_MINGNT, 1); in pci_cfg_save()