Home
last modified time | relevance | path

Searched refs:BUSBDF (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/9/ppc/
H A Dio.h29 #define BUSBDF(tbdf) ((tbdf)&0x00FFFF00) macro
/plan9/sys/src/cmd/aux/vga/
H A Dpci.c233 outportl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw8()
288 outportl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw16()
342 outportl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw32()
H A Dpci.h27 #define BUSBDF(tbdf) ((tbdf)&0x00FFFF00) macro
/plan9/sys/src/9/port/
H A Ddevpnp.c367 q = (Qid){BUSBDF(tbdf)|t, 0, 0}; in pcigen()
446 tbdf = MKBUS(BusPCI, 0, 0, 0)|BUSBDF((ulong)c->qid.path); in pnpgen()
540 tbdf = MKBUS(BusPCI, 0, 0, 0)|BUSBDF((ulong)c->qid.path); in pnpread()
556 tbdf = MKBUS(BusPCI, 0, 0, 0)|BUSBDF((ulong)c->qid.path); in pnpread()
636 tbdf = MKBUS(BusPCI, 0, 0, 0)|BUSBDF((ulong)c->qid.path); in pnpwrite()
/plan9/sys/src/9/mtx/
H A Dio.h61 #define BUSBDF(tbdf) ((tbdf)&0x0FFFF00) macro
H A Dpci.c624 outl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw8()
681 outl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw16()
737 outl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw32()
/plan9/sys/src/9/teg2/
H A Dio.h34 #define BUSBDF(tbdf) ((tbdf)&0x00FFFF00) macro
H A Dpci.c492 addr = soc.pci + (rno < 256? Cfgspace: Ecfgspace) + BUSBDF(tbdf) + rno; in tegracfgaddr()
/plan9/sys/src/9/rb/
H A Dio.h117 #define BUSBDF(tbdf) ((tbdf)&0x00FFFF00) macro
/plan9/sys/src/9/pc/
H A Dio.h87 #define BUSBDF(tbdf) ((tbdf)&0x00FFFF00) macro
H A Dpci.c1097 outl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw8raw()
1154 outl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw16raw()
1210 outl(PciADDR, 0x80000000|BUSBDF(tbdf)|rno|type); in pcicfgrw32raw()
/plan9/sys/src/9/kw/
H A Dio.h28 #define BUSBDF(tbdf) ((tbdf)&0x00FFFF00) macro