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
56
) sorted by relevancy
1
2
3
/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
...]
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
...]
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
...]
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
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
;
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
...]
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
;
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
;
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
;
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
;
/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
;
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
;
Completed in 37 milliseconds
1
2
3
Indexes created Wed Oct 01 15:09:59 GMT 2025