Lines Matching refs:gpmc_irq_count
165 int gpmc_irq_count; member
586 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()
603 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()
613 disable_irq_nosync(info->gpmc_irq_count); in omap_nand_irq()
648 enable_irq(info->gpmc_irq_count); in omap_read_buf_irq_pref()
698 enable_irq(info->gpmc_irq_count); in omap_write_buf_irq_pref()
1790 info->gpmc_irq_count = platform_get_irq(pdev, 1); in omap_nand_probe()
1791 if (info->gpmc_irq_count <= 0) { in omap_nand_probe()
1796 err = devm_request_irq(&pdev->dev, info->gpmc_irq_count, in omap_nand_probe()
1801 info->gpmc_irq_count, err); in omap_nand_probe()
1802 info->gpmc_irq_count = 0; in omap_nand_probe()