Home
last modified time | relevance | path

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

/include/dt-bindings/pmic/
A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/include/power/
A Dsandbox_pmic.h98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument
99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
A Ds5m8767.h54 int min; member
/include/
A Dsunxi_image.h24 #define SPL_VERSION(maj, min) \ argument
26 ((min) & ((1U << SPL_MINOR_BITS) - 1)))
A Dfdtdec.h846 u32 min; member
/include/linux/
A Dpsci.h95 #define PSCI_VERSION(maj, min) \ argument
97 ((min) & PSCI_VERSION_MINOR_MASK))
A Dkernel.h144 #define min(x, y) ({ \ macro
156 #define min3(x, y, z) min((typeof(x))min(x, y), z)
167 __x == 0 ? __y : ((__y == 0) ? __x : min(__x, __y)); })
178 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi)
A Dtime.h166 const unsigned int min, const unsigned int sec);
A Dioport.h121 resource_size_t size, resource_size_t min,
A Dbitmap.h151 return min(idx * BITS_PER_LONG + __ffs(addr[idx]), size); in find_first_bit()
/include/test/
A Dut.h242 bin2hex(__buf1, _val1, min(__len, (uint)32)); \
243 bin2hex(__buf2, _val2, min(__len, (uint)32)); \
/include/usb/
A Dxhci.h846 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17)

Completed in 34 milliseconds