Home
last modified time | relevance | path

Searched refs:em_loc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_seattle.c145 hpriv->em_loc = 0; in ahci_seattle_get_port_info()
H A Dlibahci.c290 void __iomem *em_mmio = mmio + hpriv->em_loc; in ahci_read_em_buffer()
350 void __iomem *em_mmio = mmio + hpriv->em_loc; in ahci_store_em_buffer()
1096 writel(message[0], mmio + hpriv->em_loc); in ahci_transmit_led_message()
1097 writel(message[1], mmio + hpriv->em_loc+4); in ahci_transmit_led_message()
2520 u32 em_loc = readl(mmio + HOST_EM_LOC); in ahci_set_em_messages() local
2529 /* store em_loc */ in ahci_set_em_messages()
2530 hpriv->em_loc = ((em_loc >> 16) * 4); in ahci_set_em_messages()
2531 hpriv->em_buf_sz = ((em_loc & 0xff) * 4); in ahci_set_em_messages()
H A Dahci.h340 u32 em_loc; /* enclosure management location */ member
H A Dsata_highbank.c207 /* store em_loc */ in highbank_set_em_messages()
208 hpriv->em_loc = 0; in highbank_set_em_messages()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci_seattle.c143 hpriv->em_loc = 0; in ahci_seattle_get_port_info()
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()
1153 writel(message[0], mmio + hpriv->em_loc); in ahci_transmit_led_message()
1154 writel(message[1], mmio + hpriv->em_loc+4); in ahci_transmit_led_message()
2685 u32 em_loc = readl(mmio + HOST_EM_LOC); in ahci_set_em_messages() local
2694 /* store em_loc */ in ahci_set_em_messages()
2695 hpriv->em_loc = ((em_loc >> 16) * 4); in ahci_set_em_messages()
2696 hpriv->em_buf_sz = ((em_loc & 0xff) * 4); in ahci_set_em_messages()
H A Dahci.h344 u32 em_loc; /* enclosure management location */ member
H A Dsata_highbank.c207 /* store em_loc */ in highbank_set_em_messages()
208 hpriv->em_loc = 0; in highbank_set_em_messages()

Completed in 13 milliseconds