Searched refs:periph_id (Results 1 – 2 of 2) sorted by relevance
275 u32 periph_id; member567 static inline u32 get_revision(u32 periph_id) in get_revision() argument569 return (periph_id >> PERIPH_REV_SHIFT) & PERIPH_REV_MASK; in get_revision()1094 if (get_revision(pcfg->periph_id) >= PERIPH_REV_R1P0) { in _ldst_memtomem()1940 if ((pl330->pcfg.periph_id & 0xfffff) != PERIPH_ID_VAL) { in pl330_add()1942 pl330->pcfg.periph_id); in pl330_add()3073 pcfg->periph_id = adev->periphid; in pl330_probe()
103 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \ argument105 (((periph_id) & 0xFF) << 20) | \