Searched refs:max_count (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/prcm/prcm-sun50iw11/ |
| A D | ccu.c | 113 static u32 __maybe_unused filter_sliding(u32 *channel, u32 value, u32 max_count) in filter_sliding() argument 115 u32 *bk, *ch = channel + max_count - 1; in filter_sliding() 128 return sum / max_count; in filter_sliding()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/ |
| A D | tcc.c | 926 uint32_t max_count = _tcc_maxs[module_index]; in tcc_set_count_value() local 928 if (count > max_count) { in tcc_set_count_value() 1058 uint32_t max_count = _tcc_maxs[module_index]; in _tcc_set_compare_value() local 1061 if (compare > max_count) { in _tcc_set_compare_value() 1187 uint32_t max_count = _tcc_maxs[module_index]; in _tcc_set_top_value() local 1190 if (top_value > max_count) { in _tcc_set_top_value()
|
| /bsp/ck802/libraries/include/ |
| A D | drv_eth_mac.h | 361 …r(eth_mac_handle_t handle, eth_frame_filter_list_t* list, uint32_t* count_out, uint32_t max_count);
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | eth_mac.h | 371 …r(eth_mac_handle_t handle, eth_frame_filter_list_t *list, uint32_t *count_out, uint32_t max_count);
|
| /bsp/ck802/libraries/common/eth/ |
| A D | ethernet_enc28j60.c | 1251 …er(eth_mac_handle_t handle, eth_frame_filter_list_t *list, uint32_t *count_out, uint32_t max_count) in csi_eth_mac_get_framefilter() argument
|
Completed in 18 milliseconds