Searched refs:_hwip (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pmdomain/mediatek/ |
H A D | mtk-pm-domains.h | 65 #define BUS_PROT_WR(_hwip, _mask, _set, _clr, _sta) \ argument 66 _BUS_PROT(_mask, _set, _clr, _mask, _sta, BUS_PROT_COMPONENT_##_hwip) 68 #define BUS_PROT_WR_IGN(_hwip, _mask, _set, _clr, _sta) \ argument 70 BUS_PROT_COMPONENT_##_hwip | BUS_PROT_IGNORE_CLR_ACK) 72 #define BUS_PROT_UPDATE(_hwip, _mask, _set, _clr, _sta) \ argument 74 BUS_PROT_COMPONENT_##_hwip | BUS_PROT_REG_UPDATE)
|