Home
last modified time | relevance | path

Searched refs:OMRx (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/aacraid/
Drx.c332 u32 status = rx_readl(dev, MUnit.OMRx[0]); in aac_rx_check_health()
502 if (rx_readl(dev, MUnit.OMRx[0]) & KERNEL_PANIC) in aac_rx_restart_adapter()
573 status = rx_readl(dev, MUnit.OMRx[0]); in _aac_rx_init()
583 status = rx_readl(dev, MUnit.OMRx[0]); in _aac_rx_init()
599 while (!((status = rx_readl(dev, MUnit.OMRx[0])) & KERNEL_UP_AND_RUNNING)) in _aac_rx_init()
Daacraid.h1099 __le32 OMRx[2]; /* 1318h | 18h | Outbound Message Registers */ member