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