Searched refs:periph_id (Results 1 – 2 of 2) sorted by relevance
277 u32 periph_id; member561 static inline u32 get_revision(u32 periph_id) in get_revision() argument563 return (periph_id >> PERIPH_REV_SHIFT) & PERIPH_REV_MASK; in get_revision()1084 if (get_revision(pcfg->periph_id) >= PERIPH_REV_R1P0) { in _ldst_memtomem()1929 if ((pl330->pcfg.periph_id & 0xfffff) != PERIPH_ID_VAL) { in pl330_add()1931 pl330->pcfg.periph_id); in pl330_add()2973 pcfg->periph_id = adev->periphid; in pl330_probe()
111 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \ argument113 (((periph_id) & 0xFF) << 20) | \