Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h150 #define FIPS_ALIGNTO(__addr, __to) \ argument
151 ((((unsigned long int)(__addr)) + (__to) - 1) & ~((__to) - 1))
152 #define FIPS_IS_ALIGNED(__addr, __to) \ argument
153 (!(((unsigned long int)(__addr)) & ((__to)-1)))