Searched refs:ROUND_DOWN (Results 1 – 3 of 3) sorted by relevance
145 #define ROUND_DOWN(a, n) (((a) / (n)) * (n)) macro
323 int chunk_size = ROUND_DOWN(NXP_I2C_MAX_SIZE, 3 /* XMEM word size */); in writeParameter()869 burst_size = ROUND_DOWN(MAX_I2C_LENGTH, bytes_per_word); in TFA9896_DspReadMem()939 int burst_size = ROUND_DOWN(MAX_I2C_LENGTH, 3 /*bytes_per_word*/); in TFA9896_DspExecuteRpc()1169 int chunk_size = ROUND_DOWN(NXP_I2C_MAX_SIZE, 3 /* XMEM word size */); in TFA9896_DspGetParam()
49 #define ROUND_DOWN(a, n) (((a) / (n)) * (n)) macro