Searched refs:gits_write_baser (Results 1 – 3 of 3) sorted by relevance
130 #define gits_write_baser(v, c) writeq_relaxed(v, c) macro
294 #define gits_write_baser(v, c) __gic_writeq_nonatomic(v, c) macro
1750 gits_write_baser(val, its->base + GITS_BASER + (idx << 3)); in its_write_baser()