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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dicom.c698 static void xmit_interrupt(u16 port_int_reg, struct icom_port *icom_port) argument
703 if (port_int_reg & (INT_XMIT_COMPLETED)) {
729 static void recv_interrupt(u16 port_int_reg, struct icom_port *icom_port) argument
836 static void process_interrupt(u16 port_int_reg, argument
841 trace(icom_port, "INTERRUPT", port_int_reg);
843 if (port_int_reg & (INT_XMIT_COMPLETED | INT_XMIT_DISABLED))
844 xmit_interrupt(port_int_reg, icom_port);
846 if (port_int_reg & INT_RCV_COMPLETED)
847 recv_interrupt(port_int_reg, icom_port);
856 u16 port_int_reg; local
[all...]

Completed in 50 milliseconds