Searched refs:reg_decode (Results 1 – 2 of 2) sorted by relevance
117 static inline u32 reg_decode(const struct reg *reg, u32 field_id, u32 val) in reg_decode() function
2026 tx_count = reg_decode(reg, MAX_CONS_PIPES, val); in ipa_endpoint_config()2027 rx_count = reg_decode(reg, MAX_PROD_PIPES, val); in ipa_endpoint_config()2028 rx_base = reg_decode(reg, PROD_LOWEST, val); in ipa_endpoint_config()