Home
last modified time | relevance | path

Searched refs:io_sync (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
Dgpio.c37 void __iomem *io_sync; member
58 if (gpiomtd->io_sync) { in gpio_nand_dosync()
64 tmp = readl(gpiomtd->io_sync); in gpio_nand_dosync()
231 gpiomtd->io_sync = devm_ioremap_resource(&pdev->dev, res); in gpio_nand_probe()
232 if (IS_ERR(gpiomtd->io_sync)) in gpio_nand_probe()
233 return PTR_ERR(gpiomtd->io_sync); in gpio_nand_probe()
/linux-4.4.14/arch/powerpc/include/asm/
Dspinlock.h43 #define CLEAR_IO_SYNC (get_paca()->io_sync = 0)
45 if (unlikely(get_paca()->io_sync)) { \
47 get_paca()->io_sync = 0; \
Dpaca.h147 u8 io_sync; /* writel() needs spin_unlock sync */ member
Dio.h109 #define IO_SET_SYNC_FLAG() do { local_paca->io_sync = 1; } while(0)
642 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c2164 DUMP(p, io_sync, "x"); in dump_one_paca()