Searched refs:periph_id (Results 1 – 2 of 2) sorted by relevance
276 u32 periph_id; member575 static inline u32 get_revision(u32 periph_id) in get_revision() argument577 return (periph_id >> PERIPH_REV_SHIFT) & PERIPH_REV_MASK; in get_revision()1102 if (get_revision(pcfg->periph_id) >= PERIPH_REV_R1P0) { in _ldst_memtomem()1952 if ((pl330->pcfg.periph_id & 0xfffff) != PERIPH_ID_VAL) { in pl330_add()1954 pl330->pcfg.periph_id); in pl330_add()3081 pcfg->periph_id = adev->periphid; in pl330_probe()
113 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \ argument115 (((periph_id) & 0xFF) << 20) | \