Home | History | Annotate | Download | only in ixp12x0

Lines Matching defs:ixpcomcn_sc

135 } ixpcomcn_sc;
197 if (sc->sc_iot == ixpcomcn_sc.sc_iot
198 && sc->sc_baseaddr == ixpcomcn_sc.sc_baseaddr) {
199 ixpcomcn_sc.sc_attached = 1;
200 sc->sc_speed = IXPCOMSPEED2BRD(ixpcomcn_sc.sc_ospeed);
543 t.c_ospeed = ixpcomcn_sc.sc_ospeed;
544 t.c_cflag = ixpcomcn_sc.sc_cflag;
834 ixpcomcn_sc.sc_iot = iot;
835 ixpcomcn_sc.sc_ioh = ioh;
836 ixpcomcn_sc.sc_baseaddr = iobase;
837 ixpcomcn_sc.sc_ospeed = ospeed;
838 ixpcomcn_sc.sc_cflag = cflag;
866 bus_space_tag_t iot = ixpcomcn_sc.sc_iot;
867 bus_space_handle_t ioh = ixpcomcn_sc.sc_ioh;
891 bus_space_tag_t iot = ixpcomcn_sc.sc_iot;
892 bus_space_handle_t ioh = ixpcomcn_sc.sc_ioh;