Searched refs:resp_ofs (Results 1 – 5 of 5) sorted by relevance
23 static int mtk_cpc_last_core_prot(int prot_req, int resp_reg, int resp_ofs) in mtk_cpc_last_core_prot() argument35 staus = (mmio_read_32(resp_reg) >> resp_ofs) & CPC_PROT_RESP_MASK; in mtk_cpc_last_core_prot()
22 uint32_t resp_reg, uint32_t resp_ofs) in mtk_cpc_last_core_prot() argument34 sta = (mmio_read_32(resp_reg) >> resp_ofs) & CPC_PROT_RESP_MASK; in mtk_cpc_last_core_prot()
86 static int mtk_cpc_last_core_prot(int prot_req, int resp_reg, int resp_ofs) in mtk_cpc_last_core_prot() argument95 sta = (mmio_read_32(resp_reg) >> resp_ofs) & CPC_PROT_RESP_MASK; in mtk_cpc_last_core_prot()