Lines Matching refs:status
98 u64 status;
106 pr_debug("%s:%d: ports_bmp: %016llxh\n", func, line, bmp->status);
269 unsigned long *status)
282 *status = tmp & priv->interrupt_mask;
285 __func__, __LINE__, priv->interrupt_mask, tmp, *status);
827 unsigned long status;
829 result = ps3_vuart_get_interrupt_status(dev, &status);
834 dev_dbg(&dev->core, "%s:%d: status: %lxh\n", __func__, __LINE__,
835 status);
837 if (status & INTERRUPT_MASK_DISCONNECT) {
844 if (status & INTERRUPT_MASK_TX) {
851 if (status & INTERRUPT_MASK_RX) {
888 port = (BITS_PER_LONG - 1) - __ilog2(bus_priv->bmp->status);