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

  /src/sys/arch/prep/include/
pcipnp.h 51 uint8_t devfunc; member in struct:_IntrMap
pcipnp.h 51 uint8_t devfunc; member in struct:_IntrMap
  /src/sys/arch/prep/prep/
platform.c 248 dev = pi->map[i].devfunc / 0x8;
271 snprintf(key, sizeof(key), "devfunc-%d", dev);
288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; local in function:setup_pciintr_map
299 devfunc = device * 8 + func;
310 busacc->PCIAccess.DevFuncNumber == devfunc) {
316 aprint_error("Couldn't find PNP data for bus %d devfunc 0x%x\n",
317 bus, devfunc);
platform.c 248 dev = pi->map[i].devfunc / 0x8;
271 snprintf(key, sizeof(key), "devfunc-%d", dev);
288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; local in function:setup_pciintr_map
299 devfunc = device * 8 + func;
310 busacc->PCIAccess.DevFuncNumber == devfunc) {
316 aprint_error("Couldn't find PNP data for bus %d devfunc 0x%x\n",
317 bus, devfunc);

Completed in 22 milliseconds