Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
machfb.c | 427 const pcireg_t enables = PCI_COMMAND_MEM_ENABLE; local in function:mach64_attach 451 if ((screg & enables) != enables) { 452 screg |= enables; |
machfb.c | 427 const pcireg_t enables = PCI_COMMAND_MEM_ENABLE; local in function:mach64_attach 451 if ((screg & enables) != enables) { 452 screg |= enables; |
machfb.c | 427 const pcireg_t enables = PCI_COMMAND_MEM_ENABLE; local in function:mach64_attach 451 if ((screg & enables) != enables) { 452 screg |= enables; |