Home
last modified time | relevance | path

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

/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h64 NM_SET_PCI, enumerator
H A Dnm_macros.h312 #define CFGW(A,B) (nm_pci_access.offset=NMCFG_##A, nm_pci_access.value = B, ioctl(fd,NM_SET_PCI,&nm…
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c902 case NM_SET_PCI: { in control_hook()