Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dahci_seattle.c153 hpriv->em_loc = 0; in ahci_seattle_get_port_info()
Dlibahci.c307 void __iomem *em_mmio = mmio + hpriv->em_loc; in ahci_read_em_buffer()
367 void __iomem *em_mmio = mmio + hpriv->em_loc; in ahci_store_em_buffer()
1108 writel(message[0], mmio + hpriv->em_loc); in ahci_transmit_led_message()
1109 writel(message[1], mmio + hpriv->em_loc+4); in ahci_transmit_led_message()
2530 u32 em_loc = readl(mmio + HOST_EM_LOC); in ahci_set_em_messages() local
2540 hpriv->em_loc = ((em_loc >> 16) * 4); in ahci_set_em_messages()
2541 hpriv->em_buf_sz = ((em_loc & 0xff) * 4); in ahci_set_em_messages()
Dahci.h348 u32 em_loc; /* enclosure management location */ member
Dsata_highbank.c222 hpriv->em_loc = 0; in highbank_set_em_messages()