Home | History | Annotate | Download | only in dev

Lines Matching defs:fa

105 	struct frodo_attach_args *fa = aux;
107 if (strcmp(fa->fa_name, com_cd.cd_name) != 0)
110 switch (fa->fa_offset) {
125 struct frodo_attach_args *fa = aux;
131 isconsole = com_is_console(&comcntag, fa->fa_base + fa->fa_offset,
137 iot = fa->fa_bst;
140 bus_space_map(iot, fa->fa_base + fa->fa_offset, COM_NPORTS << 2,
145 com_init_regs(&sc->sc_regs, iot, ioh, fa->fa_base + fa->fa_offset);
152 frodo_intr_establish(parent, comintr, sc, fa->fa_line, ISRPRI_TTY);