Searched refs:TIMER_BASE_VALUE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_reg.h | 442 TIMER_BASE_VALUE, /* Not v4.5+ */ enumerator
|
H A D | ipa_endpoint.c | 1075 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 D | ipa_reg-v3.1.c | 304 [TIMER_BASE_VALUE] = GENMASK(31, 0),
|
H A D | ipa_reg-v3.5.1.c | 315 [TIMER_BASE_VALUE] = GENMASK(31, 0),
|
H A D | ipa_reg-v4.2.c | 337 [TIMER_BASE_VALUE] = GENMASK(4, 0),
|