Searched refs:PROTO_RES_PCICFG (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/proto/
H A Dproto.h33 #define PROTO_RES_PCICFG 10 macro
H A Dproto_core.c57 CTASSERT(SYS_RES_IRQ != PROTO_RES_PCICFG &&
58 SYS_RES_DRQ != PROTO_RES_PCICFG &&
59 SYS_RES_MEMORY != PROTO_RES_PCICFG &&
60 SYS_RES_IOPORT != PROTO_RES_PCICFG);
202 case PROTO_RES_PCICFG:
257 case PROTO_RES_PCICFG:
356 buf.x1[0] = (r->r_type == PROTO_RES_PCICFG) ?
360 buf.x2[0] = (r->r_type == PROTO_RES_PCICFG) ?
364 buf.x4[0] = (r->r_type == PROTO_RES_PCICFG) ?
369 if (r->r_type == PROTO_RES_PCICFG)
[all...]
H A Dproto_bus_pci.c83 proto_add_resource(sc, PROTO_RES_PCICFG, 0, NULL);

Completed in 105 milliseconds