Home
last modified time | relevance | path

Searched refs:TIMER_BASE_VALUE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ipa/
H A Dipa_reg.h442 TIMER_BASE_VALUE, /* Not v4.5+ */ enumerator
H A Dipa_endpoint.c1075 WARN_ON(ticks > reg_field_max(reg, TIMER_BASE_VALUE)); in hol_block_timer_encode()
1079 return reg_encode(reg, TIMER_BASE_VALUE, (u32)ticks); in hol_block_timer_encode()
1090 width = hweight32(reg_fmask(reg, TIMER_BASE_VALUE)); in hol_block_timer_encode()
1101 val |= reg_encode(reg, TIMER_BASE_VALUE, (u32)ticks >> scale); in hol_block_timer_encode()
/openbmc/linux/drivers/net/ipa/reg/
H A Dipa_reg-v3.5.1.c315 [TIMER_BASE_VALUE] = GENMASK(31, 0),
H A Dipa_reg-v4.2.c337 [TIMER_BASE_VALUE] = GENMASK(4, 0),
H A Dipa_reg-v3.1.c304 [TIMER_BASE_VALUE] = GENMASK(31, 0),