Searched refs:gpmc_irq_count (Results 1 – 1 of 1) sorted by relevance
159 int gpmc_irq_count; member583 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()600 if (this_irq == info->gpmc_irq_count) in omap_nand_irq()610 disable_irq_nosync(info->gpmc_irq_count); in omap_nand_irq()646 enable_irq(info->gpmc_irq_count); in omap_read_buf_irq_pref()696 enable_irq(info->gpmc_irq_count); in omap_write_buf_irq_pref()2039 info->gpmc_irq_count = platform_get_irq(info->pdev, 1); in omap_nand_attach_chip()2040 if (info->gpmc_irq_count <= 0) in omap_nand_attach_chip()2042 err = devm_request_irq(dev, info->gpmc_irq_count, in omap_nand_attach_chip()2047 info->gpmc_irq_count, err); in omap_nand_attach_chip()[all …]