Searched refs:io_sync (Results 1 – 5 of 5) sorted by relevance
37 void __iomem *io_sync; member58 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()
45 #define CLEAR_IO_SYNC (get_paca()->io_sync = 0)47 if (unlikely(get_paca()->io_sync)) { \49 get_paca()->io_sync = 0; \
147 u8 io_sync; /* writel() needs spin_unlock sync */ member
109 #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()
2118 DUMP(p, io_sync, "x"); in dump_one_paca()