Searched refs:ISTATUS_LOCAL (Results 1 – 3 of 3) sorted by relevance
44 status = readl_relaxed(bridge_base_addr + ISTATUS_LOCAL); in plda_handle_msi()47 bridge_base_addr + ISTATUS_LOCAL); in plda_handle_msi()189 status = readl_relaxed(bridge_base_addr + ISTATUS_LOCAL); in plda_handle_intx()210 writel_relaxed(mask, bridge_base_addr + ISTATUS_LOCAL); in plda_ack_intx_irq()267 origin = readl_relaxed(port->bridge_addr + ISTATUS_LOCAL); in plda_get_events()326 port->bridge_addr + ISTATUS_LOCAL); in plda_ack_event_irq()
156 .offset = ISTATUS_LOCAL, \364 u32 reg = readl_relaxed(port->bridge_base_addr + ISTATUS_LOCAL); in local_events()411 if (event_descs[event].offset == ISTATUS_LOCAL) in mc_ack_event_irq()432 if (event_descs[event].offset == ISTATUS_LOCAL) in mc_mask_event_irq()467 if (event_descs[event].offset == ISTATUS_LOCAL) in mc_unmask_event_irq()600 writel_relaxed(GENMASK(31, 0), port->bridge_base_addr + ISTATUS_LOCAL); in mc_disable_interrupts()
73 #define ISTATUS_LOCAL 0x184 macro