Lines Matching refs:status
299 /* 4 bytes of status header + 4 bytes of
334 * Read the interrupt status, work out what needs to be done and then clear
342 unsigned int status;
346 status = ks8851_rdreg16(ks, KS_ISR);
349 "%s: status 0x%04x\n", __func__, status);
351 if (status & IRQ_LCI)
354 if (status & IRQ_LDI) {
362 if (status & IRQ_RXPSI)
365 if (status & IRQ_TXI) {
380 if (status & IRQ_RXI)
383 if (status & IRQ_SPIBEI) {
390 if (status & IRQ_RXI) {
402 if (status & IRQ_RXPSI) {
417 if (status & IRQ_LCI)
949 * the value returned for any error status, and simply returns it to the