Searched refs:_sta (Results 1 – 3 of 3) sorted by relevance
| /drivers/pmdomain/mediatek/ |
| A D | mtk-pm-domains.h | 58 #define _BUS_PROT(_set_clr_mask, _set, _clr, _sta_mask, _sta, _flags) { \ argument 63 .bus_prot_sta = _sta, \ 67 #define BUS_PROT_WR(_hwip, _mask, _set, _clr, _sta) \ argument 68 _BUS_PROT(_mask, _set, _clr, _mask, _sta, BUS_PROT_COMPONENT_##_hwip) 70 #define BUS_PROT_WR_IGN(_hwip, _mask, _set, _clr, _sta) \ argument 71 _BUS_PROT(_mask, _set, _clr, _mask, _sta, \ 74 #define BUS_PROT_UPDATE(_hwip, _mask, _set, _clr, _sta) \ argument 75 _BUS_PROT(_mask, _set, _clr, _mask, _sta, \
|
| A D | mt8365-pm-domains.h | 31 #define MT8365_BUS_PROT_WAY_EN(_set_mask, _set, _sta_mask, _sta) \ argument 32 _BUS_PROT(_set_mask, _set, _set, _sta_mask, _sta, \
|
| /drivers/net/wireless/marvell/ |
| A D | mwl8k.c | 346 #define MWL8K_STA(_sta) ((struct mwl8k_sta *)&((_sta)->drv_priv)) argument
|
Completed in 17 milliseconds