Searched refs:periph_id (Results 1 – 2 of 2) sorted by relevance
276 u32 periph_id; member569 static inline u32 get_revision(u32 periph_id) in get_revision() argument571 return (periph_id >> PERIPH_REV_SHIFT) & PERIPH_REV_MASK; in get_revision()1096 if (get_revision(pcfg->periph_id) >= PERIPH_REV_R1P0) { in _ldst_memtomem()1946 if ((pl330->pcfg.periph_id & 0xfffff) != PERIPH_ID_VAL) { in pl330_add()1948 pl330->pcfg.periph_id); in pl330_add()3066 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) | \