Symbol: tcic_handle
sys/dev/ic/tcic2.c
1074
tcic_chip_do_io_map(struct tcic_handle *h, int win)
sys/dev/ic/tcic2.c
1133
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1182
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1199
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1293
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
401
tcic_attach_socket(struct tcic_handle *h)
sys/dev/ic/tcic2.c
434
struct tcic_handle *h = arg;
sys/dev/ic/tcic2.c
460
struct tcic_handle *h = arg;
sys/dev/ic/tcic2.c
502
tcic_init_socket(struct tcic_handle *h)
sys/dev/ic/tcic2.c
529
struct tcic_handle *h = (struct tcic_handle *) paa->pch;
sys/dev/ic/tcic2.c
565
struct tcic_handle *h = (struct tcic_handle *) paa->pch;
sys/dev/ic/tcic2.c
600
tcic_intr_socket(struct tcic_handle *h)
sys/dev/ic/tcic2.c
66
void tcic_attach_socket(struct tcic_handle *);
sys/dev/ic/tcic2.c
67
void tcic_init_socket(struct tcic_handle *);
sys/dev/ic/tcic2.c
681
tcic_queue_event(struct tcic_handle *h, int event)
sys/dev/ic/tcic2.c
698
tcic_attach_card(struct tcic_handle *h)
sys/dev/ic/tcic2.c
71
int tcic_intr_socket(struct tcic_handle *);
sys/dev/ic/tcic2.c
713
tcic_detach_card(struct tcic_handle *h, int flags)
sys/dev/ic/tcic2.c
729
tcic_deactivate_card(struct tcic_handle *h)
sys/dev/ic/tcic2.c
73
void tcic_attach_card(struct tcic_handle *);
sys/dev/ic/tcic2.c
74
void tcic_detach_card(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
75
void tcic_deactivate_card(struct tcic_handle *);
sys/dev/ic/tcic2.c
764
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
77
void tcic_chip_do_mem_map(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
78
void tcic_chip_do_io_map(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
826
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
83
void tcic_queue_event(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
832
tcic_chip_do_mem_map(struct tcic_handle *h, int win)
sys/dev/ic/tcic2.c
915
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
981
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
999
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2var.h
136
struct tcic_handle handle[TCIC_NSLOTS];
sys/dev/ic/tcic2var.h
152
static __inline__ int tcic_read_1(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
153
static __inline__ int tcic_read_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
154
static __inline__ int tcic_read_4(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
155
static __inline__ void tcic_write_1(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
156
static __inline__ void tcic_write_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
157
static __inline__ void tcic_write_4(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
158
static __inline__ int tcic_read_ind_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
159
static __inline__ void tcic_write_ind_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
160
static __inline__ void tcic_sel_sock(struct tcic_handle *);
sys/dev/ic/tcic2var.h
161
static __inline__ void tcic_wait_ready(struct tcic_handle *);
sys/dev/ic/tcic2var.h
186
static __inline__ int tcic_read_1(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
188
tcic_read_1(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
193
static __inline__ int tcic_read_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
195
tcic_read_2(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
200
static __inline__ int tcic_read_4(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
202
tcic_read_4(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
210
static __inline__ void tcic_write_1(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
212
tcic_write_1(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
217
static __inline__ void tcic_write_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
219
tcic_write_2(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
224
static __inline__ void tcic_write_4(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
226
tcic_write_4(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
232
static __inline__ int tcic_read_ind_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
234
tcic_read_ind_2(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
244
static __inline__ void tcic_write_ind_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
246
tcic_write_ind_2(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
255
static __inline__ void tcic_sel_sock(struct tcic_handle *);
sys/dev/ic/tcic2var.h
257
tcic_sel_sock(struct tcic_handle *h)
sys/dev/ic/tcic2var.h
265
static __inline__ void tcic_wait_ready(struct tcic_handle *);
sys/dev/ic/tcic2var.h
267
tcic_wait_ready(struct tcic_handle *h)
sys/dev/isa/tcic2_isa.c
309
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/isa/tcic2_isa.c
351
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/isa/tcic2_isa.c
369
struct tcic_handle *h = (struct tcic_handle *) pch;