Home
last modified time | relevance | path

Searched defs:writel_with_flush (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dahci.c35 #define writel_with_flush(a,b) do { writel(a,b); readl(b); } while (0) macro
H A Ddwc_ahsata.c80 #define writel_with_flush(a, b) do { writel(a, b); readl(b); } while (0) macro