Lines Matching refs:gpmc_irq_count
162 int gpmc_irq_count; member
574 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()
591 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()
601 disable_irq_nosync(info->gpmc_irq_count); in omap_nand_irq()
635 enable_irq(info->gpmc_irq_count); in omap_read_buf_irq_pref()
684 enable_irq(info->gpmc_irq_count); in omap_write_buf_irq_pref()
1984 info->gpmc_irq_count = platform_get_irq(info->pdev, 1); in omap_nand_attach_chip()
1985 if (info->gpmc_irq_count <= 0) { in omap_nand_attach_chip()
1989 err = devm_request_irq(dev, info->gpmc_irq_count, in omap_nand_attach_chip()
1994 info->gpmc_irq_count, err); in omap_nand_attach_chip()
1995 info->gpmc_irq_count = 0; in omap_nand_attach_chip()