Home
last modified time | relevance | path

Searched refs:if8type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cx/
Dcxddk.c842 if ((c->board->if8type != 0) == (iftype != 0)) in cx_set_port()
844 c->board->if8type = iftype; in cx_set_port()
846 if (c->board->if8type && in cx_set_port()
871 iftype = c->board->if8type; break; in cx_get_port()
Dcxddk.h364 unsigned char if8type; /* chan8 interface RS-232/RS-449/V.35 */ member
Dcsigma.c451 b->if0type = b->if8type = cx_iftype; in cx_init_board()
876 b->if0type = b->if8type = cx_iftype; in cx_reinit_board()
1022 if (c->board->if8type && in cx_update_chan()