Searched refs:tx_chipset_tag_t (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39clockvar.h32 int tx39clock_alarm_set(tx_chipset_tag_t, int);
33 void tx39clock_alarm_refill(tx_chipset_tag_t);
H A Dtx39irvar.h33 tx_chipset_tag_t tca_tc;
H A Dtx39sibvar.h33 tx_chipset_tag_t sa_tc;
45 void txsibsf0_reg_write(tx_chipset_tag_t, int, u_int16_t);
46 u_int16_t txsibsf0_reg_read(tx_chipset_tag_t, int);
47 u_int32_t txsibsf0_read(tx_chipset_tag_t, int);
H A Dtx39uartvar.h38 tx_chipset_tag_t ua_tc;
H A Dtx39var.h68 typedef struct tx_chipset_tag* tx_chipset_tag_t __attribute__((__unused__)); typedef in typeref:struct:tx_chipset_tag
84 void tx_conf_register_intr(tx_chipset_tag_t, void *);
85 void tx_conf_register_power(tx_chipset_tag_t, void *);
86 void tx_conf_register_clock(tx_chipset_tag_t, void *);
87 void tx_conf_register_sound(tx_chipset_tag_t, void *);
88 void tx_conf_register_ioman(tx_chipset_tag_t, struct hpcio_chip *);
89 void tx_conf_register_video(tx_chipset_tag_t, void *);
112 tx_chipset_tag_t ta_tc; /* Chipset tag */
119 void* tx_intr_establish(tx_chipset_tag_t, int, int, int, int (*)(void *),
121 void tx_intr_disestablish(tx_chipset_tag_t, voi
[all...]
H A Dtxcsbusvar.h37 tx_chipset_tag_t cba_tc;
55 tx_chipset_tag_t ca_tc;
H A Dtx39spivar.h35 tx_chipset_tag_t sa_tc;
H A Dtxsnd.h48 void tx_sound_init(tx_chipset_tag_t);
H A Dtx39clock.c76 tx_chipset_tag_t sc_tc;
88 void tx39clock_dump(tx_chipset_tag_t);
93 void __tx39timer_rtcfreeze(tx_chipset_tag_t);
94 void __tx39timer_rtcreset(tx_chipset_tag_t);
114 tx_chipset_tag_t tc;
177 __tx39timer_rtcfreeze(tx_chipset_tag_t tc)
196 tx_chipset_tag_t tc;
221 __tx39timer_rtcreset(tx_chipset_tag_t tc)
239 tx_chipset_tag_t tc = tch->tc_priv;
254 tx_chipset_tag_t t
[all...]
H A Dtx39iovar.h44 tx_chipset_tag_t sc_tc;
H A Dtx39spi.c48 tx_chipset_tag_t sc_tc;
75 tx_chipset_tag_t tc = sc->sc_tc = ta->ta_tc;
146 tx_chipset_tag_t tc = sc->sc_tc;
158 tx_chipset_tag_t tc = sc->sc_tc;
170 tx_chipset_tag_t tc = sc->sc_tc;
182 tx_chipset_tag_t tc = sc->sc_tc;
190 tx_chipset_tag_t tc = sc->sc_tc;
198 tx_chipset_tag_t tc = sc->sc_tc;
210 tx_chipset_tag_t tc = sc->sc_tc;
222 tx_chipset_tag_t t
[all...]
H A Dtxsnd.c47 tx_sound_init(tx_chipset_tag_t tc)
H A Dtx39sib.c127 tx_chipset_tag_t sc_tc;
133 inline int __txsibsf0_ready(tx_chipset_tag_t);
152 tx_chipset_tag_t tc;
190 tx_chipset_tag_t tc = sc->sc_tc;
230 tx_chipset_tag_t tc = sc->sc_tc;
242 tx_chipset_tag_t tc = sc->sc_tc;
315 __txsibsf0_ready(tx_chipset_tag_t tc)
336 txsibsf0_reg_write(tx_chipset_tag_t tc, int addr, u_int16_t val)
350 txsibsf0_reg_read(tx_chipset_tag_t tc, int addr)
356 txsibsf0_read(tx_chipset_tag_t t
[all...]
H A Dtx39ir.c68 tx_chipset_tag_t sc_tc;
92 tx_chipset_tag_t tc;
131 tx_chipset_tag_t tc = sc->sc_tc;
H A Dtx39uart.c57 tx_chipset_tag_t sc_tc;
75 tx_chipset_tag_t tc;
H A Dtx39.c102 tx_chipset_tag_t tc;
296 tx_conf_register_intr(tx_chipset_tag_t t, void *intrt)
304 tx_conf_register_power(tx_chipset_tag_t t, void *powert)
312 tx_conf_register_clock(tx_chipset_tag_t t, void *clockt)
320 tx_conf_register_sound(tx_chipset_tag_t t, void *soundt)
328 tx_conf_register_video(tx_chipset_tag_t t, void *videot)
H A Dtx39icu.c184 tx_chipset_tag_t sc_tc;
206 void tx39_irqhigh_disestablish(tx_chipset_tag_t, int, int, int);
207 void tx39_irqhigh_establish(tx_chipset_tag_t, int, int, int,
227 tx_chipset_tag_t tc = ta->ta_tc;
312 tx_chipset_tag_t tc;
442 tx_chipset_tag_t tc;
500 tx39_irqhigh_establish(tx_chipset_tag_t tc, int set, int bit, int pri,
530 tx39_irqhigh_disestablish(tx_chipset_tag_t tc, int set, int bit, int pri)
554 tx_intr_establish(tx_chipset_tag_t tc, int line, int mode, int level,
588 tx_intr_disestablish(tx_chipset_tag_t t
[all...]
H A Dtx39biu.c65 void tx39biu_dump(tx_chipset_tag_t);
70 tx_chipset_tag_t sc_tc;
87 tx_chipset_tag_t tc;
147 tx_chipset_tag_t tc;
168 tx_chipset_tag_t tc;
H A Dtx39power.c68 tx_chipset_tag_t sc_tc;
100 tx_chipset_tag_t tc;
150 tx_chipset_tag_t tc = tx_conf_get_tag();
281 tx_chipset_tag_t tc = sc->sc_tc;
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Ducb1200var.h33 tx_chipset_tag_t ucba_tc;
H A Dplumvar.h38 tx_chipset_tag_t pc_tc; /* TX39 layer tag */
H A Dteliosio.c58 tx_chipset_tag_t sc_tc;
81 static void teliosio_mbu_write(tx_chipset_tag_t, int);
82 static int teliosio_mbu_read(tx_chipset_tag_t);
228 tx_chipset_tag_t tc = sc->sc_tc;
238 tx_chipset_tag_t tc = sc->sc_tc;
252 teliosio_mbu_write(tx_chipset_tag_t tc, int val)
280 teliosio_mbu_read(tx_chipset_tag_t tc)
H A Ducbio.c68 tx_chipset_tag_t sc_tc;
125 tx_chipset_tag_t tc = sc->sc_tc;
141 tx_chipset_tag_t tc = sc->sc_tc;
174 tx_chipset_tag_t tc = sc->sc_tc;
H A Doptpoint.c58 tx_chipset_tag_t sc_tc;
112 tx_chipset_tag_t tc = sc->sc_tc = ta->sa_tc;
150 tx_chipset_tag_t tc = sc->sc_tc;
199 tx_chipset_tag_t tc = sc->sc_tc;
230 tx_chipset_tag_t tc = sc->sc_tc;
265 tx_chipset_tag_t tc = sc->sc_tc;
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dtx39xx.c47 typedef int tx_chipset_tag_t; typedef
51 tx_conf_read(tx_chipset_tag_t t, int reg)
57 tx_conf_write(tx_chipset_tag_t t, int reg, u_int32_t val)

Completed in 262 milliseconds

12