Home
last modified time | relevance | path

Searched refs:em_loc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Dlibahci.c312 void __iomem *em_mmio = mmio + hpriv->em_loc; in ahci_read_em_buffer()
372 void __iomem *em_mmio = mmio + hpriv->em_loc; in ahci_store_em_buffer()
1154 writel(message[0], mmio + hpriv->em_loc); in ahci_transmit_led_message()
1155 writel(message[1], mmio + hpriv->em_loc+4); in ahci_transmit_led_message()
2677 u32 em_loc = readl(mmio + HOST_EM_LOC); in ahci_set_em_messages() local
2687 hpriv->em_loc = ((em_loc >> 16) * 4); in ahci_set_em_messages()
2688 hpriv->em_buf_sz = ((em_loc & 0xff) * 4); in ahci_set_em_messages()
H A Dahci.h342 u32 em_loc; /* enclosure management location */ member
H A Dsata_highbank.c208 hpriv->em_loc = 0; in highbank_set_em_messages()