Searched refs:ccbp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/si/
H A Dsi.c280 volatile struct si_channel *ccbp; local
570 ccbp = (struct si_channel *)((char *)modp + 0x100);
572 uart_type = ccbp->type;
573 else if (uart_type != ccbp->type)
576 ccbp->type, si_modulename(sc->sc_type, ccbp->type),
579 for (x = 0; x < nport; x++, pp++, ccbp++) {
580 pp->sp_ccb = ccbp; /* save the address */
807 volatile struct si_channel *ccbp; local
838 ccbp
979 volatile struct si_channel *ccbp; local
1114 volatile struct si_channel *ccbp; local
1369 volatile struct si_channel *ccbp; local
1525 volatile struct si_channel *ccbp = pp->sp_ccb; local
[all...]

Completed in 43 milliseconds