Home | History | Annotate | Download | only in gsc

Lines Matching defs:ga

80 	struct gsc_attach_args *ga = aux;
82 if (ga->ga_type.iodc_type != HPPA_TYPE_FIO ||
83 (ga->ga_type.iodc_sv_model != HPPA_FIO_GRS232 &&
84 ga->ga_type.iodc_sv_model != HPPA_FIO_RS232))
95 struct gsc_attach_args *ga = aux;
104 iot = ga->ga_iot;
105 iobase = (bus_addr_t)ga->ga_hpa + COMGSC_OFFSET;
110 if ((hppa_hpa_t)PAGE0->mem_cons.pz_hpa == ga->ga_hpa ) {
141 gsc->sc_ih = hppa_intr_establish(IPL_TTY, comintr, sc, ga->ga_ir,
142 ga->ga_irq);