Lines Matching +full:irq +full:- +full:mirror
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * soc-intel-quirks.h - prototypes for quirk autodetection
27 * 3. Despite 1. and 2. still have their IPC IRQ at index 0 rather then 5 in soc_intel_is_byt_cr()
42 struct device *dev = &pdev->dev; in soc_intel_is_byt_cr()
62 /* bits 26:27 mirror PMIC options */ in soc_intel_is_byt_cr()
66 dev_info(dev, "Detected Baytrail-CR platform\n"); in soc_intel_is_byt_cr()
70 dev_info(dev, "BYT-CR not detected\n"); in soc_intel_is_byt_cr()
73 dev_info(dev, "IOSF_MBI not available, no BYT-CR detection\n"); in soc_intel_is_byt_cr()
78 * Some devices detected as BYT-T have only a single IRQ listed, in soc_intel_is_byt_cr()
79 * causing platform_get_irq with index 5 to return -ENXIO. in soc_intel_is_byt_cr()
80 * The correct IRQ in this case is at index 0, as on BYT-CR. in soc_intel_is_byt_cr()
82 dev_info(dev, "Falling back to Baytrail-CR platform\n"); in soc_intel_is_byt_cr()