Lines Matching refs:board
558 c->board = b; in cx_init_board()
785 c->board = b; in cx_init_800()
841 c->board = b; in cx_init_2x()
1007 if (c->board->type == B_SIGMA_XXX) in cx_update_chan()
1010 c->board->bcr0 &= ~BCR0_UMASK; in cx_update_chan()
1012 c->board->bcr0 |= BCR0_UM_SYNC; in cx_update_chan()
1013 if (c->board->if0type && in cx_update_chan()
1015 c->board->bcr0 |= BCR0_UI_RS449; in cx_update_chan()
1016 outb (BCR0(c->board->port), c->board->bcr0); in cx_update_chan()
1019 c->board->bcr0b &= ~BCR0_UMASK; in cx_update_chan()
1021 c->board->bcr0b |= BCR0_UM_SYNC; in cx_update_chan()
1022 if (c->board->if8type && in cx_update_chan()
1024 c->board->bcr0b |= BCR0_UI_RS449; in cx_update_chan()
1025 outb (BCR0(c->board->port+0x10), c->board->bcr0b); in cx_update_chan()
1107 outb (LIVR(c->port), c->board->num << 6 | c->num << 2); in cx_setup_chan()
1141 cx_board_t *b = c->board; in cx_set_dtr()
1213 if (c->board->type == B_SIGMA_2X || in cx_get_dsr()
1214 c->board->type == B_SIGMA_800 || in cx_get_dsr()
1231 sigval = inw (BSR(c->board->port)) >> 8; in cx_get_dsr()
1238 sigval = inw (BSR(c->board->port+0x10)) >> 8; in cx_get_dsr()
1251 if (c->board->type == B_SIGMA_2X || in cx_get_cd()
1252 c->board->type == B_SIGMA_800 || in cx_get_cd()
1269 sigval = inw (BSR(c->board->port)) >> 8; in cx_get_cd()
1276 sigval = inw (BSR(c->board->port+0x10)) >> 8; in cx_get_cd()