Searched refs:IndexRegs (Results 1 – 2 of 2) sorted by relevance
65 aac_printf(dev, le32_to_cpu(rx_readl (dev, IndexRegs.Mailbox[5]))); in aac_rx_intr()227 *status = le32_to_cpu(rx_readl(dev, IndexRegs.Mailbox[0])); in rx_sync_cmd()357 if (rx_readl(dev, IndexRegs.Mailbox[7]) & SELF_TEST_FAILED) { in aac_rx_init()364 if (rx_readl(dev, IndexRegs.Mailbox[7]) & KERNEL_PANIC) { in aac_rx_init()372 while (!(rx_readl(dev, IndexRegs.Mailbox[7]) & KERNEL_UP_AND_RUNNING)) in aac_rx_init()376 status = rx_readl(dev, IndexRegs.Mailbox[7]) >> 16; in aac_rx_init()
594 #define InboundMailbox0 IndexRegs.Mailbox[0]595 #define InboundMailbox1 IndexRegs.Mailbox[1]596 #define InboundMailbox2 IndexRegs.Mailbox[2]597 #define InboundMailbox3 IndexRegs.Mailbox[3]598 #define InboundMailbox4 IndexRegs.Mailbox[4]620 struct rx_inbound IndexRegs; member