Searched refs:write_flush (Results 1 – 4 of 4) sorted by relevance
32 if (common->ops->write_flush) \33 common->ops->write_flush((_ah));
132 void (*write_flush) (void *); member
99 if ((_ah)->reg_ops.write_flush) \100 (_ah)->reg_ops.write_flush((_ah)); \
629 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()