Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cx/
Dcxddk.c169 cx_cmd (c->port, CCR_CLRCH); in cx_start_chan()
170 cx_cmd (c->port, CCR_INITCH | command); in cx_start_chan()
172 cx_cmd (c->port, CCR_ENTX); in cx_start_chan()
205 cx_cmd (c->port, CCR_DISRX); in cx_enable_receive()
213 cx_cmd (c->port, CCR_ENRX); in cx_enable_receive()
226 cx_cmd (c->port, CCR_DISTX); in cx_enable_transmit()
229 cx_cmd (c->port, CCR_ENTX); in cx_enable_transmit()
657 cx_cmd (c->port, start ? CCR_ENTX : CCR_DISTX); in cx_transmitter_ctl()
666 cx_cmd (c->port, CCR_CLRTX); in cx_flush_transmit()
780 cx_cmd (c->port, CCR_INITCH); in cx_set_async_param()
Dcsigma.c72 void cx_cmd (port_t base, int cmd) in cx_cmd() function
101 cx_cmd (port, CCR_RSTALL); in cx_reset()
360 cx_cmd (port, CCR_CLRCH); in cx_probe_irq()
364 cx_cmd (port, CCR_INITCH | CCR_ENTX); in cx_probe_irq()
1104 cx_cmd (c->port, CCR_CLRCH); in cx_setup_chan()
Dcxddk.h400 void cx_cmd (port_t base, int cmd);