Searched refs:ccbp (Results 1 – 1 of 1) sorted by relevance
279 volatile struct si_channel *ccbp; in siattach() local569 ccbp = (struct si_channel *)((char *)modp + 0x100); in siattach()571 uart_type = ccbp->type; in siattach()572 else if (uart_type != ccbp->type) in siattach()575 ccbp->type, si_modulename(sc->sc_type, ccbp->type), in siattach()578 for (x = 0; x < nport; x++, pp++, ccbp++) { in siattach()579 pp->sp_ccb = ccbp; /* save the address */ in siattach()806 volatile struct si_channel *ccbp; in siparam() local837 ccbp = pp->sp_ccb; in siparam()849 ccbp->hi_break = val; in siparam()[all …]