Home
last modified time | relevance | path

Searched refs:ALI_PORT2SLOT (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/
Dauacerreg.h120 #define ALI_PORT2SLOT(port) (((port) - 0x40) / 0x10) macro
121 #define ALI_PORT2INTR(port) (ALI_PORT2SLOT(port) + 16)
Dauacer.c517 slot = ALI_PORT2SLOT(port); in auacer_halt()
732 slot = ALI_PORT2SLOT(port); in auacer_setup_chan()