Lines Matching refs:_mask
45 #define _BUS_PROT(_mask, _set, _clr, _sta, _update, _ignore) { \
46 .bus_prot_mask = (_mask), \
54 #define BUS_PROT_WR(_mask, _set, _clr, _sta) \
55 _BUS_PROT(_mask, _set, _clr, _sta, false, false)
57 #define BUS_PROT_WR_IGN(_mask, _set, _clr, _sta) \
58 _BUS_PROT(_mask, _set, _clr, _sta, false, true)
60 #define BUS_PROT_UPDATE(_mask, _set, _clr, _sta) \
61 _BUS_PROT(_mask, _set, _clr, _sta, true, false)
63 #define BUS_PROT_UPDATE_TOPAXI(_mask) \
64 BUS_PROT_UPDATE(_mask, \