Searched refs:ccp_round_down (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/crypto/ccp/ | ||
| H A D | ccp_dev.h | 147 #define ccp_round_down(x, y) ((x) & ~__ccp_round_mask(x, y)) macro |
| H A D | ccp_dev.c | 221 start = ccp_round_down(start, BITS_PER_WORD); in _ccp_find_next_bit() |