Home
last modified time | relevance | path

Searched defs:_max (Results 1 – 7 of 7) sorted by relevance

/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dble_common_utils.h64 #define CO_VAL_INC(_val, _max) \ argument
71 #define CO_VAL_ADD(_val, _add, _max) \ argument
77 #define CO_VAL_SUB(_val, _sub, _max) \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/
Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
Drk808-regulator.c74 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, _ereg, _emask, _en… argument
85 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, _ereg, _emask, _enva… argument
96 #define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, _ereg, _emask, _disval, … argument
100 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, _ereg, _emask, _disval, … argument
104 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, _ereg, _emask, _etime) … argument
107 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, _ereg, _emask, _enval, _… argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/power/regulator/
Daxp2101-regulator.c45 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
67 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dhnd_pktq.h201 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max)) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/iommu/
Dsunxi-iommu.c33 #define _max(x, y) (((u64)(x) > (u64)(y)) ? (x) : (y)) macro