Searched refs:gpmc_irq_count (Results 1 – 1 of 1) sorted by relevance
158 int gpmc_irq_count; member512 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()529 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()539 disable_irq_nosync(info->gpmc_irq_count); in omap_nand_irq()574 enable_irq(info->gpmc_irq_count); in omap_nand_data_in_irq_pref()618 enable_irq(info->gpmc_irq_count); in omap_nand_data_out_irq_pref()1912 info->gpmc_irq_count = platform_get_irq(info->pdev, 1); in omap_nand_attach_chip()1913 if (info->gpmc_irq_count < 0) in omap_nand_attach_chip()1914 return info->gpmc_irq_count; in omap_nand_attach_chip()1915 err = devm_request_irq(dev, info->gpmc_irq_count, in omap_nand_attach_chip()[all …]