Searched refs:io_sync (Results 1 – 5 of 5) sorted by relevance
34 void __iomem *io_sync; member62 if (gpiomtd->io_sync) { in gpio_nand_dosync()68 tmp = readl(gpiomtd->io_sync); in gpio_nand_dosync()233 gpiomtd->io_sync = devm_ioremap_resource(dev, res); in gpio_nand_probe()234 if (IS_ERR(gpiomtd->io_sync)) in gpio_nand_probe()235 return PTR_ERR(gpiomtd->io_sync); in gpio_nand_probe()
43 #define CLEAR_IO_SYNC (get_paca()->io_sync = 0)45 if (unlikely(get_paca()->io_sync)) { \47 get_paca()->io_sync = 0; \
169 u8 io_sync; /* writel() needs spin_unlock sync */ member
106 #define IO_SET_SYNC_FLAG() do { local_paca->io_sync = 1; } while(0)689 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
2420 DUMP(p, io_sync, "%#-*x"); in dump_one_paca()