Lines Matching refs:gpmc_irq_count
159 int gpmc_irq_count; member
578 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()
595 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()
605 disable_irq_nosync(info->gpmc_irq_count); in omap_nand_irq()
641 enable_irq(info->gpmc_irq_count); in omap_read_buf_irq_pref()
691 enable_irq(info->gpmc_irq_count); in omap_write_buf_irq_pref()
1982 info->gpmc_irq_count = platform_get_irq(info->pdev, 1); in omap_nand_attach_chip()
1983 if (info->gpmc_irq_count <= 0) in omap_nand_attach_chip()
1985 err = devm_request_irq(dev, info->gpmc_irq_count, in omap_nand_attach_chip()
1990 info->gpmc_irq_count, err); in omap_nand_attach_chip()
1991 info->gpmc_irq_count = 0; in omap_nand_attach_chip()