OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tba
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/sys/arch/alpha/tc/
tcasic.c
85
struct tcbus_attach_args
tba
;
local in function:tcasicattach
99
tba
.tba_speed = TC_SPEED_25_MHZ;
100
tba
.tba_nslots = tc_3000_500_nslots;
101
tba
.tba_slots = tc_3000_500_slots;
103
tba
.tba_nbuiltins = tc_3000_500_graphics_nbuiltins;
104
tba
.tba_builtins = tc_3000_500_graphics_builtins;
106
tba
.tba_nbuiltins = tc_3000_500_nographics_nbuiltins;
107
tba
.tba_builtins = tc_3000_500_nographics_builtins;
109
tba
.tba_intr_evcnt = tc_3000_500_intr_evcnt;
110
tba
.tba_intr_establish = tc_3000_500_intr_establish
[
all
...]
/src/sys/arch/pmax/tc/
tcbus.c
89
struct tcbus_attach_args *
tba
;
local in function:tcbus_attach
96
tba
= &kn02_tc_desc[0]; break;
100
tba
= &kmin_tc_desc[0]; break;
104
tba
= &xine_tc_desc[0]; break;
108
tba
= &kn03_tc_desc[0]; break;
114
tba
->tba_busname = "tc";
115
tba
->tba_memt = normal_memt;
116
tba
->tba_intr_evcnt = tc_ds_intr_evcnt;
117
tba
->tba_intr_establish = tc_ds_intr_establish;
118
tba
->tba_intr_disestablish = tc_ds_intr_disestablish
[
all
...]
/src/sys/dev/tc/
tc.c
61
struct tcbus_attach_args *
tba
= aux;
local in function:tcmatch
63
if (strcmp(
tba
->tba_busname, cf->cf_name))
73
struct tcbus_attach_args *
tba
= aux;
local in function:tcattach
84
tba
->tba_speed == TC_SPEED_25_MHZ ? "25" : "12.5");
89
sc->sc_speed =
tba
->tba_speed;
90
sc->sc_nslots =
tba
->tba_nslots;
91
sc->sc_slots =
tba
->tba_slots;
92
sc->sc_intr_evcnt =
tba
->tba_intr_evcnt;
93
sc->sc_intr_establish =
tba
->tba_intr_establish;
94
sc->sc_intr_disestablish =
tba
->tba_intr_disestablish
[
all
...]
/src/sys/arch/alpha/pci/
tsvar.h
78
uint64_t
tba
[4];
member in struct:tsp_config::__anon2f580b2e0108
/src/sys/arch/arm/ixp12x0/
ixp12x0_com.c
388
u_char *
tba
;
local in function:ixpcomstart
391
tba
= tp->t_outq.c_cf;
397
sc->sc_tba =
tba
;
/src/sys/arch/vax/vsa/
tc_vsbus.c
195
struct tcbus_attach_args
tba
;
local in function:tc_vsbus_attach
256
tba
.tba_busname = "tc";
258
tba
.tba_memt = &vax_tc_bus_space;
259
tba
.tba_speed = TC_SPEED_12_5_MHZ;
260
tba
.tba_nslots = __arraycount(sc->sc_slots);
261
tba
.tba_slots = sc->sc_slots;
262
tba
.tba_nbuiltins = 0;
263
tba
.tba_intr_evcnt = tc_vsbus_intr_evcnt;
264
tba
.tba_intr_establish = tc_vsbus_intr_establish;
265
tba
.tba_intr_disestablish = tc_vsbus_intr_disestablish
[
all
...]
/src/sys/arch/arm/at91/
at91dbgu.c
402
u_char *
tba
;
local in function:at91dbgu_start
405
tba
= tp->t_outq.c_cf;
410
sc->sc_tba =
tba
;
at91usart.c
501
u_char *
tba
;
local in function:at91usart_start
504
tba
= tp->t_outq.c_cf;
507
sc->sc_tba =
tba
;
/src/sys/arch/arm/ep93xx/
epcom.c
398
u_char *
tba
;
local in function:epcomstart
401
tba
= tp->t_outq.c_cf;
406
sc->sc_tba =
tba
;
/src/sys/dev/ic/
cd18xx.c
660
u_char *
tba
;
local in function:cdttystart
663
tba
= tp->t_outq.c_cf;
668
p->p_tba =
tba
;
z8530tty.c
900
u_char *
tba
;
local in function:zsstart
914
tba
= tp->t_outq.c_cf;
919
zst->zst_tba =
tba
;
com.c
1952
u_char *
tba
;
local in function:comstart
1955
tba
= tp->t_outq.c_cf;
1960
sc->sc_tba =
tba
;
/src/sys/arch/luna68k/dev/
siotty.c
359
uint8_t *
tba
;
local in function:siostart
370
tba
= tp->t_outq.c_cf;
373
sc->sc_tba =
tba
;
/src/sys/arch/sparc64/sparc64/
ofw_machdep.c
101
prom_set_trap_table_sun4u(vaddr_t
tba
)
107
cell_t
tba
;
member in struct:prom_set_trap_table_sun4u::__anon96ae81fa0108
113
args.
tba
= ADR2CELL(
tba
);
122
prom_set_trap_table_sun4v(vaddr_t
tba
, paddr_t mmfsa)
128
cell_t
tba
;
member in struct:prom_set_trap_table_sun4v::__anon96ae81fa0208
135
args.
tba
= ADR2CELL(
tba
);
/src/sys/arch/arm/sa11x0/
sa11x0_com.c
1070
u_char *
tba
;
local in function:sacomstart
1073
tba
= tp->t_outq.c_cf;
1079
sc->sc_tba =
tba
;
/src/sys/arch/arm/clps711x/
clpscom.c
439
u_char *
tba
;
local in function:clpscom_start
442
tba
= tp->t_outq.c_cf;
447
sc->sc_tba =
tba
;
/src/sys/arch/epoc32/windermere/
wmcom.c
366
u_char *
tba
;
local in function:wmcom_start
369
tba
= tp->t_outq.c_cf;
374
sc->sc_tba =
tba
;
/src/sys/arch/sh3/dev/
sci.c
451
u_char *
tba
;
local in function:scistart
454
tba
= tp->t_outq.c_cf;
459
sc->sc_tba =
tba
;
scif.c
537
u_char *
tba
;
local in function:scifstart
540
tba
= tp->t_outq.c_cf;
545
sc->sc_tba =
tba
;
/src/sys/dev/marvell/
gtmpsc.c
761
unsigned char *
tba
;
local in function:gtmpscstart
779
tba
= tp->t_outq.c_cf;
784
sc->sc_tba =
tba
;
/src/sys/arch/mips/sibyte/dev/
sbjcn.c
1132
u_char *
tba
;
local in function:sbjcn_start
1135
tba
= tp->t_outq.c_cf;
1140
ch->ch_tba =
tba
;
sbscn.c
1241
u_char *
tba
;
local in function:sbscn_start
1244
tba
= tp->t_outq.c_cf;
1249
ch->ch_tba =
tba
;
/src/sys/arch/arm/imx/
imxuart.c
1431
u_char *
tba
;
local in function:imxustart
1450
tba
= tp->t_outq.c_cf;
1455
sc->sc_tba =
tba
;
/src/sys/arch/arm/s3c2xx0/
sscom.c
1292
u_char *
tba
;
local in function:sscomstart
1295
tba
= tp->t_outq.c_cf;
1301
sc->sc_tba =
tba
;
/src/sys/arch/evbarm/dev/
plcom.c
1786
u_char *
tba
;
local in function:plcomstart
1789
tba
= tp->t_outq.c_cf;
1794
sc->sc_tba =
tba
;
Completed in 36 milliseconds
1
2
Indexes created Sat Sep 20 22:09:52 GMT 2025