Searched refs:txrdy (Results 1 – 4 of 4) sorted by relevance
249 if (hwrpb->txrdy & cpumask) in send_secondary_console_msg()263 if (hwrpb->txrdy & cpumask) in send_secondary_console_msg()271 if (!(hwrpb->txrdy & cpumask)) in send_secondary_console_msg()281 if (!(hwrpb->txrdy & cpumask)) in send_secondary_console_msg()300 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg() local304 DBGS(("recv_secondary_console_msg: TXRDY 0x%lx.\n", txrdy)); in recv_secondary_console_msg()309 if (!(txrdy & (1UL << i))) in recv_secondary_console_msg()343 hwrpb->txrdy = 0; in recv_secondary_console_msg()799 if (hwrpb->txrdy) in handle_ipi()
201 unsigned long txrdy; member
110 unsigned int txrdy:1; member141 unsigned int txrdy:1; member
530 return j->hsr.bits.txrdy ? 1 : 0; in IsTxReady()