Home
last modified time | relevance | path

Searched refs:rwp_wait (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3.c189 void (*rwp_wait)(void); in gic_poke_irq() local
194 rwp_wait = gic_redist_wait_for_rwp; in gic_poke_irq()
197 rwp_wait = gic_dist_wait_for_rwp; in gic_poke_irq()
201 rwp_wait(); in gic_poke_irq()
303 void (*rwp_wait)(void); in gic_set_type() local
317 rwp_wait = gic_redist_wait_for_rwp; in gic_set_type()
320 rwp_wait = gic_dist_wait_for_rwp; in gic_set_type()
323 return gic_configure_irq(irq, type, base, rwp_wait); in gic_set_type()