Symbol: tcic_handle
sys/dev/ic/tcic2.c
1021
tcic_chip_do_io_map(struct tcic_handle *h, int win)
sys/dev/ic/tcic2.c
1079
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1129
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1144
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1220
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
1242
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
398
tcic_attach_socket(struct tcic_handle *h)
sys/dev/ic/tcic2.c
432
struct tcic_handle *h = arg;
sys/dev/ic/tcic2.c
456
struct tcic_handle *h = arg;
sys/dev/ic/tcic2.c
498
tcic_init_socket(struct tcic_handle *h)
sys/dev/ic/tcic2.c
523
struct tcic_handle *h = (struct tcic_handle *) paa->pch;
sys/dev/ic/tcic2.c
550
tcic_intr_socket(struct tcic_handle *h)
sys/dev/ic/tcic2.c
631
tcic_queue_event(struct tcic_handle *h, int event)
sys/dev/ic/tcic2.c
647
tcic_attach_card(struct tcic_handle *h)
sys/dev/ic/tcic2.c
662
tcic_detach_card(struct tcic_handle *h, int flags)
sys/dev/ic/tcic2.c
679
tcic_deactivate_card(struct tcic_handle *h)
sys/dev/ic/tcic2.c
68
void tcic_attach_socket(struct tcic_handle *);
sys/dev/ic/tcic2.c
69
void tcic_init_socket(struct tcic_handle *);
sys/dev/ic/tcic2.c
713
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
72
int tcic_intr_socket(struct tcic_handle *);
sys/dev/ic/tcic2.c
74
void tcic_attach_card(struct tcic_handle *);
sys/dev/ic/tcic2.c
75
void tcic_detach_card(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
76
void tcic_deactivate_card(struct tcic_handle *);
sys/dev/ic/tcic2.c
777
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
78
void tcic_chip_do_mem_map(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
783
tcic_chip_do_mem_map(struct tcic_handle *h, int win)
sys/dev/ic/tcic2.c
79
void tcic_chip_do_io_map(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
84
void tcic_queue_event(struct tcic_handle *, int);
sys/dev/ic/tcic2.c
864
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
930
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2.c
945
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/ic/tcic2var.h
134
struct tcic_handle handle[TCIC_NSLOTS];
sys/dev/ic/tcic2var.h
150
static __inline int tcic_read_1(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
151
static __inline int tcic_read_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
152
static __inline int tcic_read_4(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
153
static __inline void tcic_write_1(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
154
static __inline void tcic_write_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
155
static __inline void tcic_write_4(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
156
static __inline int tcic_read_ind_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
157
static __inline void tcic_write_ind_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
158
static __inline void tcic_sel_sock(struct tcic_handle *);
sys/dev/ic/tcic2var.h
159
static __inline void tcic_wait_ready(struct tcic_handle *);
sys/dev/ic/tcic2var.h
185
static __inline int tcic_read_1(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
187
tcic_read_1(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
192
static __inline int tcic_read_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
194
tcic_read_2(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
199
static __inline int tcic_read_4(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
201
tcic_read_4(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
209
static __inline void tcic_write_1(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
211
tcic_write_1(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
216
static __inline void tcic_write_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
218
tcic_write_2(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
223
static __inline void tcic_write_4(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
225
tcic_write_4(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
231
static __inline int tcic_read_ind_2(struct tcic_handle *, int);
sys/dev/ic/tcic2var.h
233
tcic_read_ind_2(struct tcic_handle *h, int reg)
sys/dev/ic/tcic2var.h
243
static __inline void tcic_write_ind_2(struct tcic_handle *, int, int);
sys/dev/ic/tcic2var.h
245
tcic_write_ind_2(struct tcic_handle *h, int reg, int data)
sys/dev/ic/tcic2var.h
254
static __inline void tcic_sel_sock(struct tcic_handle *);
sys/dev/ic/tcic2var.h
256
tcic_sel_sock(struct tcic_handle *h)
sys/dev/ic/tcic2var.h
264
static __inline void tcic_wait_ready(struct tcic_handle *);
sys/dev/ic/tcic2var.h
266
tcic_wait_ready(struct tcic_handle *h)
sys/dev/isa/tcic2_isa.c
343
struct tcic_handle *h = (struct tcic_handle *) pch;
sys/dev/isa/tcic2_isa.c
377
struct tcic_handle *h = (struct tcic_handle *) pch;