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

12

/netbsd-current/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.c75 tx_chipset_tag_t sc_tc;
87 void tx39clock_dump(tx_chipset_tag_t);
92 void __tx39timer_rtcfreeze(tx_chipset_tag_t);
93 void __tx39timer_rtcreset(tx_chipset_tag_t);
113 tx_chipset_tag_t tc;
176 __tx39timer_rtcfreeze(tx_chipset_tag_t tc)
195 tx_chipset_tag_t tc;
220 __tx39timer_rtcreset(tx_chipset_tag_t tc)
238 tx_chipset_tag_t tc = tch->tc_priv;
253 tx_chipset_tag_t t
[all...]
H A Dtx39iovar.h44 tx_chipset_tag_t sc_tc;
H A Dtx39spi.c47 tx_chipset_tag_t sc_tc;
73 tx_chipset_tag_t tc = sc->sc_tc = ta->ta_tc;
144 tx_chipset_tag_t tc = sc->sc_tc;
156 tx_chipset_tag_t tc = sc->sc_tc;
168 tx_chipset_tag_t tc = sc->sc_tc;
180 tx_chipset_tag_t tc = sc->sc_tc;
188 tx_chipset_tag_t tc = sc->sc_tc;
196 tx_chipset_tag_t tc = sc->sc_tc;
208 tx_chipset_tag_t tc = sc->sc_tc;
220 tx_chipset_tag_t t
[all...]
H A Dtxsnd.c47 tx_sound_init(tx_chipset_tag_t tc)
H A Dtx39sib.c122 tx_chipset_tag_t sc_tc;
128 inline int __txsibsf0_ready(tx_chipset_tag_t);
147 tx_chipset_tag_t tc;
186 tx_chipset_tag_t tc = sc->sc_tc;
226 tx_chipset_tag_t tc = sc->sc_tc;
238 tx_chipset_tag_t tc = sc->sc_tc;
310 __txsibsf0_ready(tx_chipset_tag_t tc)
331 txsibsf0_reg_write(tx_chipset_tag_t tc, int addr, u_int16_t val)
345 txsibsf0_reg_read(tx_chipset_tag_t tc, int addr)
351 txsibsf0_read(tx_chipset_tag_t t
[all...]
H A Dtx39ir.c64 tx_chipset_tag_t sc_tc;
88 tx_chipset_tag_t tc;
127 tx_chipset_tag_t tc = sc->sc_tc;
H A Dtx39uart.c55 tx_chipset_tag_t sc_tc;
73 tx_chipset_tag_t tc;
H A Dtx39.c102 tx_chipset_tag_t tc;
295 tx_conf_register_intr(tx_chipset_tag_t t, void *intrt)
303 tx_conf_register_power(tx_chipset_tag_t t, void *powert)
311 tx_conf_register_clock(tx_chipset_tag_t t, void *clockt)
319 tx_conf_register_sound(tx_chipset_tag_t t, void *soundt)
327 tx_conf_register_video(tx_chipset_tag_t t, void *videot)
H A Dtx39icu.c183 tx_chipset_tag_t sc_tc;
205 void tx39_irqhigh_disestablish(tx_chipset_tag_t, int, int, int);
206 void tx39_irqhigh_establish(tx_chipset_tag_t, int, int, int,
226 tx_chipset_tag_t tc = ta->ta_tc;
311 tx_chipset_tag_t tc;
441 tx_chipset_tag_t tc;
499 tx39_irqhigh_establish(tx_chipset_tag_t tc, int set, int bit, int pri,
525 tx39_irqhigh_disestablish(tx_chipset_tag_t tc, int set, int bit, int pri)
549 tx_intr_establish(tx_chipset_tag_t tc, int line, int mode, int level,
583 tx_intr_disestablish(tx_chipset_tag_t t
[all...]
H A Dtx39biu.c65 void tx39biu_dump(tx_chipset_tag_t);
69 tx_chipset_tag_t sc_tc;
86 tx_chipset_tag_t tc;
146 tx_chipset_tag_t tc;
166 tx39biu_dump(tx_chipset_tag_t tc)
H A Dtx39power.c68 tx_chipset_tag_t sc_tc;
100 tx_chipset_tag_t tc;
151 tx_chipset_tag_t tc = tx_conf_get_tag();
282 tx_chipset_tag_t tc = sc->sc_tc;
/netbsd-current/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.c57 tx_chipset_tag_t sc_tc;
80 static void teliosio_mbu_write(tx_chipset_tag_t, int);
81 static int teliosio_mbu_read(tx_chipset_tag_t);
227 tx_chipset_tag_t tc = sc->sc_tc;
237 tx_chipset_tag_t tc = sc->sc_tc;
251 teliosio_mbu_write(tx_chipset_tag_t tc, int val)
279 teliosio_mbu_read(tx_chipset_tag_t tc)
H A Ducbio.c68 tx_chipset_tag_t sc_tc;
126 tx_chipset_tag_t tc = sc->sc_tc;
142 tx_chipset_tag_t tc = sc->sc_tc;
175 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;
152 tx_chipset_tag_t tc = sc->sc_tc;
201 tx_chipset_tag_t tc = sc->sc_tc;
232 tx_chipset_tag_t tc = sc->sc_tc;
267 tx_chipset_tag_t tc = sc->sc_tc;
/netbsd-current/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 217 milliseconds

12