Lines Matching refs:ca
71 struct confargs *ca = aux; local
75 if (ca->ca_type.iodc_type != HPPA_TYPE_IOA ||
76 ca->ca_type.iodc_sv_model != HPPA_IOA_UTURN)
79 if (ca->ca_type.iodc_model == 0x58 &&
80 ca->ca_type.iodc_revision >= 0x20)
92 struct confargs *ca = aux, nca; local
97 if (bus_space_map(ca->ca_iot, ca->ca_hpa, IOMOD_HPASIZE, 0, &ioh)) {
101 sc->sc_regs = (struct uturn_regs *)ca->ca_hpa;
104 ca->ca_type.iodc_revision < 0x10? "U2" : "UTurn",
105 ca->ca_type.iodc_revision & 0xf);
117 nca = *ca;