Home
last modified time | relevance | path

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

/freebsd/sys/dev/proto/
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: in proto_attach()
257 case PROTO_RES_PCICFG: in proto_detach()
356 buf.x1[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read()
360 buf.x2[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read()
364 buf.x4[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read()
369 if (r->r_type == PROTO_RES_PCICFG) in proto_read()
[all …]
H A Dproto.h33 #define PROTO_RES_PCICFG 10 macro