Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/proto/
HDproto_core.c58 CTASSERT(SYS_RES_IRQ != PROTO_RES_PCICFG &&
59 SYS_RES_DRQ != PROTO_RES_PCICFG &&
60 SYS_RES_MEMORY != PROTO_RES_PCICFG &&
61 SYS_RES_IOPORT != PROTO_RES_PCICFG);
203 case PROTO_RES_PCICFG: in proto_attach()
258 case PROTO_RES_PCICFG: in proto_detach()
357 buf.x1[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read()
361 buf.x2[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read()
365 buf.x4[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read()
370 if (r->r_type == PROTO_RES_PCICFG) in proto_read()
[all …]
HDproto.h33 #define PROTO_RES_PCICFG 10 macro
HDproto_bus_pci.c84 proto_add_resource(sc, PROTO_RES_PCICFG, 0, NULL); in proto_pci_attach()