Searched refs:io_sync (Results 1 – 2 of 2) sorted by relevance
33 void __iomem *io_sync; member61 if (gpiomtd->io_sync) { in gpio_nand_dosync()67 tmp = readl(gpiomtd->io_sync); in gpio_nand_dosync()309 gpiomtd->io_sync = devm_ioremap_resource(dev, res); in gpio_nand_probe()310 if (IS_ERR(gpiomtd->io_sync)) in gpio_nand_probe()311 return PTR_ERR(gpiomtd->io_sync); in gpio_nand_probe()
1278 static int stm32_pconf_set_io_sync(struct stm32_gpio_bank *bank, int offset, u32 io_sync) in stm32_pconf_set_io_sync() argument1280 if (io_sync >= ARRAY_SIZE(io_sync_2_advcfgr)) in stm32_pconf_set_io_sync()1284 io_sync_2_advcfgr[io_sync]); in stm32_pconf_set_io_sync()1289 u32 io_sync = stm32_pconf_get_advcfgr(bank, offset, STM32_GPIO_ADVCFGR_IO_SYNC_MASK); in stm32_pconf_get_io_sync_str() local1291 if (io_sync & STM32_GPIO_ADVCFGR_RET_MASK) { in stm32_pconf_get_io_sync_str()1292 if (io_sync & STM32_GPIO_ADVCFGR_DE_MASK) in stm32_pconf_get_io_sync_str()1295 if (io_sync & STM32_GPIO_ADVCFGR_INVCLK_MASK) in stm32_pconf_get_io_sync_str()1301 if (io_sync & STM32_GPIO_ADVCFGR_INVCLK_MASK) in stm32_pconf_get_io_sync_str()