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

/freebsd-13-stable/sys/dev/proto/
H A Dproto.h35 #define PROTO_RES_PCICFG 10 macro
H A Dproto_core.c60 CTASSERT(SYS_RES_IRQ != PROTO_RES_PCICFG &&
61 SYS_RES_DRQ != PROTO_RES_PCICFG &&
62 SYS_RES_MEMORY != PROTO_RES_PCICFG &&
63 SYS_RES_IOPORT != PROTO_RES_PCICFG);
206 case PROTO_RES_PCICFG:
261 case PROTO_RES_PCICFG:
360 buf.x1[0] = (r->r_type == PROTO_RES_PCICFG) ?
364 buf.x2[0] = (r->r_type == PROTO_RES_PCICFG) ?
368 buf.x4[0] = (r->r_type == PROTO_RES_PCICFG) ?
373 if (r->r_type == PROTO_RES_PCICFG)
[all...]
H A Dproto_bus_pci.c92 proto_add_resource(sc, PROTO_RES_PCICFG, 0, NULL);

Completed in 178 milliseconds