Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dgpio.c35 void __iomem *io_sync; member
56 if (gpiomtd->io_sync) { in gpio_nand_dosync()
62 tmp = readl(gpiomtd->io_sync); in gpio_nand_dosync()
275 iounmap(gpiomtd->io_sync); in gpio_nand_remove()
347 gpiomtd->io_sync = request_and_remap(res1, 4, "NAND sync", &ret); in gpio_nand_probe()
348 if (!gpiomtd->io_sync) { in gpio_nand_probe()
439 iounmap(gpiomtd->io_sync); in gpio_nand_probe()
/linux-3.4.99/arch/powerpc/include/asm/
Dspinlock.h41 #define CLEAR_IO_SYNC (get_paca()->io_sync = 0)
43 if (unlikely(get_paca()->io_sync)) { \
45 get_paca()->io_sync = 0; \
Dpaca.h136 u8 io_sync; /* writel() needs spin_unlock sync */ member
Dio.h95 #define IO_SET_SYNC_FLAG() do { local_paca->io_sync = 1; } while(0)
574 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()