Home
last modified time | relevance | path

Searched refs:reg_decode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ipa/
H A Dreg.h117 static inline u32 reg_decode(const struct reg *reg, u32 field_id, u32 val) in reg_decode() function
H A Dipa_endpoint.c2026 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()