/src/sys/arch/pmax/pmax/ |
cons.h | 42 void sfb_cnattach(tc_addr_t); 43 void sfbp_cnattach(tc_addr_t); 44 void cfb_cnattach(tc_addr_t); 45 void mfb_cnattach(tc_addr_t); 46 void tfb_cnattach(tc_addr_t); 47 void xcfb_cnattach(tc_addr_t); 48 void px_cnattach(tc_addr_t); 49 void pxg_cnattach(tc_addr_t);
|
dec_maxine.c | 206 xcfb_cnattach((tc_addr_t)XINE_PHYS_CFB_START);
|
/src/sys/dev/tc/ |
zs_ioasicvar.h | 40 extern void zs_ioasic_cnattach(tc_addr_t, tc_offset_t, int); 41 extern int zs_ioasic_lk201_cnattach(tc_addr_t, tc_offset_t, int);
|
ioasicvar.h | 45 tc_addr_t iada_addr; 55 tc_addr_t sc_base; /* XXX offset XXX */ 63 extern tc_addr_t ioasic_base;
|
tcvar.h | 114 tc_addr_t ta_addr; 124 tc_addr_t tcs_addr; 142 int tc_checkslot(tc_addr_t, char *, struct tc_rommap **);
|
bba.c | 420 tc_addr_t phys, nphys; 454 phys = (tc_addr_t)d->dmam->dm_segs[0].ds_addr; 455 nphys = (tc_addr_t)d->dmam->dm_segs[1].ds_addr; 486 tc_addr_t phys, nphys; 521 phys = (tc_addr_t)d->dmam->dm_segs[0].ds_addr; 522 nphys = (tc_addr_t)d->dmam->dm_segs[1].ds_addr; 551 tc_addr_t nphys; 562 nphys = (tc_addr_t)d->dmam->dm_segs[d->curseg].ds_addr; 571 nphys = (tc_addr_t)d->dmam->dm_segs[d->curseg].ds_addr;
|
zs_ioasic.c | 86 static void zs_ioasic_cninit(tc_addr_t, tc_offset_t, int); 156 zs_ioasic_get_chan_addr(tc_addr_t zsaddr, int channel) 202 tc_addr_t zs_addr; 214 zs_addr = TC_DENSE_TO_SPARSE((tc_addr_t)d->iada_addr); 699 zs_ioasic_cninit(tc_addr_t ioasic_addr, tc_offset_t zs_offset, int channel) 702 tc_addr_t zs_addr; 770 zs_ioasic_cnattach(tc_addr_t ioasic_addr, tc_offset_t zs_offset, int channel) 792 zs_ioasic_lk201_cnattach(tc_addr_t ioasic_addr, tc_offset_t zs_offset,
|
sticvar.h | 106 tc_addr_t si_slotbase;
|
tc.c | 77 tc_addr_t tcaddr; 239 tc_checkslot(tc_addr_t slotbase, char *namep, struct tc_rommap **rompp)
|
px.c | 103 void px_cnattach(tc_addr_t); 170 px_cnattach(tc_addr_t addr)
|
pxg.c | 94 void pxg_cnattach(tc_addr_t); 173 pxg_cnattach(tc_addr_t addr)
|
if_le_ioasic.c | 113 tc_addr_t tca;
|
cfb.c | 145 static tc_addr_t cfb_consaddr; 180 int cfb_cnattach(tc_addr_t); 486 cfb_cnattach(tc_addr_t addr)
|
mfb.c | 132 static tc_addr_t mfb_consaddr; 167 int mfb_cnattach(tc_addr_t); 450 mfb_cnattach(tc_addr_t addr)
|
/src/sys/arch/pmax/include/ |
tc_machdep.h | 35 * tc_addr_t TURBOchannel bus address 65 typedef paddr_t tc_addr_t; typedef in typeref:typename:paddr_t 85 #define KV(x) ((tc_addr_t)MIPS_PHYS_TO_KSEG1(x))
|
/src/sys/arch/alpha/tc/ |
tcasic.c | 178 extern void sfb_cnattach(tc_addr_t); 179 extern void sfbp_cnattach(tc_addr_t); 180 extern void cfb_cnattach(tc_addr_t); 181 extern void mfb_cnattach(tc_addr_t); 182 extern void tfb_cnattach(tc_addr_t); 183 extern void px_cnattach(tc_addr_t); 184 extern void pxg_cnattach(tc_addr_t); 188 void (*cb_cnattach)(tc_addr_t); 223 tc_fb_cnattach(tc_addr_t tcaddr)
|
tc_conf.h | 75 extern int tc_fb_cnattach(tc_addr_t);
|
ioasic.c | 122 tc_addr_t ioasic_base; /* XXX XXX XXX */
|
tc_3000_300.c | 52 extern int sfb_cnattach(tc_addr_t);
|
tc_3000_500.c | 52 extern int sfb_cnattach(tc_addr_t);
|
/src/sys/arch/vax/include/ |
tc_machdep.h | 35 * tc_addr_t TURBOchannel bus address 65 typedef uint32_t tc_addr_t; typedef in typeref:typename:uint32_t
|
/src/sys/arch/alpha/include/ |
tc_machdep.h | 35 * tc_addr_t TURBOchannel bus address 60 typedef uint64_t tc_addr_t; typedef in typeref:typename:uint64_t
|
/src/sys/arch/pmax/tc/ |
tcbus.c | 184 void (*cb_cnattach)(tc_addr_t); 235 (cnboards[i].cb_cnattach)((tc_addr_t)TC_PHYS_TO_UNCACHED(tcaddr));
|
ioasic.c | 104 tc_addr_t ioasic_base; /* XXX XXX XXX */
|
/src/sys/arch/vax/vsa/ |
tc_vsbus.c | 233 if (tc_checkslot((tc_addr_t)bus_space_vaddr(bst, bsh_slot), NULL, 253 sc->sc_slots[0].tcs_addr = (tc_addr_t)bus_space_vaddr(bst, bsh_slot);
|