Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dpciconf.c963 {PCIC_MEMORY, -1, "memory"},
964 {PCIC_MEMORY, PCIS_MEMORY_RAM, "RAM"},
965 {PCIC_MEMORY, PCIS_MEMORY_FLASH, "flash"},
/freebsd/sys/dev/pci/
H A Dpcireg.h383 #define PCIC_MEMORY 0x05 macro
H A Dpci.c4763 case PCIC_MEMORY: in pci_resume()
4774 case PCIC_MEMORY: in pci_resume()
5064 {PCIC_MEMORY, -1, 1, "memory"},
5065 {PCIC_MEMORY, PCIS_MEMORY_RAM, 1, "RAM"},
5066 {PCIC_MEMORY, PCIS_MEMORY_FLASH, 1, "flash"},
6488 if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY || in pci_cfg_save()