HomeSort by: relevance | last modified time | path
    Searched defs:imrmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_1000a.c 147 static const signed char imrmap[][4] = { local in function:ALPHA_PCI_INTR_INIT
172 if (0 <= device && device < sizeof imrmap / sizeof imrmap[0]) {
175 imrbit = imrmap[device][buspin - 1];
pci_1000a.c 147 static const signed char imrmap[][4] = { local in function:ALPHA_PCI_INTR_INIT
172 if (0 <= device && device < sizeof imrmap / sizeof imrmap[0]) {
175 imrbit = imrmap[device][buspin - 1];

Completed in 49 milliseconds