/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/ |
D | ble_common_utils.h | 64 #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/ |
D | ccu_div.h | 54 #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
|
D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
D | rk808-regulator.c | 74 #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/ |
D | axp2101-regulator.c | 45 #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/ |
D | hnd_pktq.h | 201 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max)) argument
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/iommu/ |
D | sunxi-iommu.c | 33 #define _max(x, y) (((u64)(x) > (u64)(y)) ? (x) : (y)) macro
|