Home
last modified time | relevance | path

Searched refs:aopt (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/cx/
H A Dcxddk.c727 c->aopt.cor2.ctsae = rtscts ? 1 : 0; in cx_set_async_param()
731 c->aopt.cor2.etc = 1; in cx_set_async_param()
734 c->aopt.cor2.ixon = ixon ? 1 : 0; in cx_set_async_param()
735 c->aopt.cor2.ixany = ixany ? 1 : 0; in cx_set_async_param()
739 c->aopt.cor3.stopb = STOPB_2; in cx_set_async_param()
741 c->aopt.cor3.stopb = STOPB_1; in cx_set_async_param()
744 c->aopt.cor3.scde = ixon ? 1 : 0; in cx_set_async_param()
747 c->aopt.schr1 = symstart; /* XON */ in cx_set_async_param()
748 c->aopt.schr2 = symstop; /* XOFF */ in cx_set_async_param()
772 outb (SCHR1(c->port), c->aopt.schr1); in cx_set_async_param()
[all …]
H A Dcsigma.c901 c->aopt = opt_async_dflt; in cx_reinit_board()
1039 outb (COR1(c->port), BYTE c->aopt.cor1); in cx_update_chan()
1040 outb (COR2(c->port), BYTE c->aopt.cor2); in cx_update_chan()
1041 outb (COR3(c->port), BYTE c->aopt.cor3); in cx_update_chan()
1044 outb (SCHR1(c->port), c->aopt.schr1); in cx_update_chan()
1045 outb (SCHR2(c->port), c->aopt.schr2); in cx_update_chan()
1046 outb (SCHR3(c->port), c->aopt.schr3); in cx_update_chan()
1047 outb (SCHR4(c->port), c->aopt.schr4); in cx_update_chan()
1048 outb (SCRL(c->port), c->aopt.scrl); in cx_update_chan()
1049 outb (SCRH(c->port), c->aopt.scrh); in cx_update_chan()
[all …]
H A Dcxddk.h315 cx_opt_async_t aopt; /* async mode options */ member
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_emul.c162 pci_parse_slot_usage(char *aopt) in pci_parse_slot_usage() argument
165 fprintf(stderr, "Invalid PCI slot info field \"%s\"\n", aopt); in pci_parse_slot_usage()