Lines Matching refs:board
153 if (c->board->dma) { in cx_start_chan()
162 if (c->board->dma) in cx_start_chan()
829 if (c->board->type == B_SIGMA_XXX) { in cx_set_port()
832 if ((c->board->if0type != 0) == (iftype != 0)) in cx_set_port()
834 c->board->if0type = iftype; in cx_set_port()
835 c->board->bcr0 &= ~BCR0_UMASK; in cx_set_port()
836 if (c->board->if0type && in cx_set_port()
838 c->board->bcr0 |= BCR0_UI_RS449; in cx_set_port()
839 outb (BCR0(c->board->port), c->board->bcr0); in cx_set_port()
842 if ((c->board->if8type != 0) == (iftype != 0)) in cx_set_port()
844 c->board->if8type = iftype; in cx_set_port()
845 c->board->bcr0b &= ~BCR0_UMASK; in cx_set_port()
846 if (c->board->if8type && in cx_set_port()
848 c->board->bcr0b |= BCR0_UI_RS449; in cx_set_port()
849 outb (BCR0(c->board->port+0x10), c->board->bcr0b); in cx_set_port()
866 if (c->board->type == B_SIGMA_XXX) { in cx_get_port()
869 iftype = c->board->if0type; break; in cx_get_port()
871 iftype = c->board->if8type; break; in cx_get_port()