Searched refs:gpmc_irq_count (Results 1 – 1 of 1) sorted by relevance
158 int gpmc_irq_count; member496 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()513 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()523 disable_irq_nosync(info->gpmc_irq_count); in omap_nand_irq()558 enable_irq(info->gpmc_irq_count); in omap_nand_data_in_irq_pref()602 enable_irq(info->gpmc_irq_count); in omap_nand_data_out_irq_pref()1896 info->gpmc_irq_count = platform_get_irq(info->pdev, 1); in omap_nand_attach_chip()1897 if (info->gpmc_irq_count <= 0) in omap_nand_attach_chip()1899 err = devm_request_irq(dev, info->gpmc_irq_count, in omap_nand_attach_chip()1904 info->gpmc_irq_count, err); in omap_nand_attach_chip()[all …]