Searched refs:int_ctl_new (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2262 u_char int_ctl_new; local
2280 int_ctl_new = int_ctl;
2283 int_ctl_new = 0;
2555 int_ctl_new = int_ctl | IER_ETXRDY;
2569 int_ctl_new = int_ctl
2587 && int_ctl != int_ctl_new) {
2589 int_ctl_new &= ~(IER_ETXRDY | IER_ERXRDY);
2590 outb(com->int_ctl_port, int_ctl_new);
2593 outb(com->int_ctl_port, int_ctl_new);
2597 && int_ctl != int_ctl_new)
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1483 u_char int_ctl_new; local
1495 int_ctl_new = int_ctl;
1498 int_ctl_new = 0;
1646 int_ctl_new = int_ctl | IER_ETXRDY;
1660 int_ctl_new = int_ctl
1672 && int_ctl != int_ctl_new)
1673 outb(com->int_ctl_port, int_ctl_new);

Completed in 121 milliseconds