Lines Matching refs:status
298 /* 4 bytes of status header + 4 bytes of
333 * Read the interrupt status, work out what needs to be done and then clear
341 unsigned int status;
345 status = ks8851_rdreg16(ks, KS_ISR);
348 "%s: status 0x%04x\n", __func__, status);
350 if (status & IRQ_LCI)
353 if (status & IRQ_LDI) {
361 if (status & IRQ_RXPSI)
364 if (status & IRQ_TXI) {
379 if (status & IRQ_RXI)
382 if (status & IRQ_SPIBEI) {
389 if (status & IRQ_RXI) {
401 if (status & IRQ_RXPSI) {
416 if (status & IRQ_LCI)
966 * the value returned for any error status, and simply returns it to the