Home
last modified time | relevance | path

Searched refs:__qdf_ceil (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_util.h270 #define __qdf_ceil(x, y) DIV_ROUND_UP(x, y) macro
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h336 #define qdf_ceil(x, y) __qdf_ceil(x, y)