| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/ledc/ |
| D | ledc-sunxi.c | 140 u32 max = SUNXI_RESET_TIME_MAX_NS; in sunxi_set_reset_ns() local 161 u32 max = SUNXI_T1H_MAX_NS; in sunxi_set_t1h_ns() local 182 u32 max = SUNXI_T1L_MAX_NS; in sunxi_set_t1l_ns() local 203 u32 max = SUNXI_T0H_MAX_NS; in sunxi_set_t0h_ns() local 222 u32 max = SUNXI_T0L_MAX_NS; in sunxi_set_t0l_ns() local 241 u32 max = SUNXI_WAIT_TIME0_MAX_NS; in sunxi_set_wait_time0_ns() local 256 unsigned long long tmp, max = SUNXI_WAIT_TIME1_MAX_NS; in sunxi_set_wait_time1_ns() local 275 u32 min, max; in sunxi_set_wait_data_time_ns() local 427 u32 min, max; in reset_ns_write() local 486 u32 min, max; in t1h_ns_write() local [all …]
|
| /device/soc/esp/esp32/components/xtensa/include/xtensa/ |
| D | core-macros.h | 211 # define _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, type, max) \ argument 231 # define xthal_dcache_block_invalidate_max(addr, size, max) do { \ argument 234 # define xthal_dcache_block_writeback_max(addr, size, max) do { \ argument 237 # define xthal_dcache_block_writeback_inv_max(addr, size, max) do { \ argument 279 # define xthal_dcache_block_invalidate_max(addr, size, max) do {/*nothing*/} while(0) argument 280 # define xthal_dcache_block_writeback_max(addr, size, max) do {/*nothing*/} while(0) argument 281 # define xthal_dcache_block_writeback_inv_max(addr, size, max) do {/*nothing*/} while(0) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| D | hi_math_adapt.h | 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 60 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) argument 61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 62 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | hi_math.h | 60 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 61 #define CLIP_MAX(x, max) ((x) > (max) ? (max) : (x)) argument 62 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 63 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 64 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | hi_math.h | 61 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 62 #define CLIP_MAX(x, max) ((x) > (max) ? (max) : (x)) argument 63 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 64 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 65 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| D | hi_math_adapt.h | 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 60 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) argument 61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 62 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | hi_math.h | 58 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 59 #define CLIP_MAX(x, max) ((x) > (max) ? (max) : (x)) argument 60 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 61 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 62 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| D | hi_math_adapt.h | 62 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 63 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) argument 64 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 65 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 66 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| D | hmac_traffic_classify.c | 72 …2 hmac_tx_add_cfm_traffic(hmac_user_stru *hmac_user, hi_u8 tid, const hmac_tx_major_flow_stru *max) in hmac_tx_add_cfm_traffic() 193 hmac_tx_major_flow_stru max = { 0 }; in hmac_tx_find_major_traffic() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6158/ |
| D | video_auto_detect.c | 1216 unsigned int max, min, sum = 0, result = 0; in __s_max_min_exclude_avg_func() local 1242 unsigned int max, max_idx = 0; in __s_distinguish_5M_ahd_tvi_func() local 1416 unsigned int max, max_idx = 0; in __s_distinguish_8M_cvi_tvi_func() local 1514 unsigned int max, max_idx = 0; in __s_distinguish_ahd_nrt_func() local 1607 unsigned int max, max_idx = 0; in __s_distinguish_2M_cvi_ahd_func() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/ |
| D | sunxi_drm_plane.c | 421 unsigned int min, unsigned int max) in sunxi_plane_create_alpha_mode_property() 443 unsigned int min, unsigned int max) in sunxi_plane_create_galpha_value_property()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/app/v4l2_interface/ |
| D | isp-v4l2-ctrl.c | 771 #define ADD_CTRL_STD( id, min, max, step, def ) \ argument 779 #define ADD_CTRL_STD_MENU( id, max, skipmask, def ) \ argument
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gls/ |
| D | gls_racp.h | 137 uint16_t max; /**< Max sequence number. */ member 142 prf_date_time_t max; /**< Max base time. */ member
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/ |
| D | os.h | 44 #define max(a, b) ((a)>(b)?(a):(b)) macro
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/actuator/ |
| D | actuator.c | 77 unsigned short min, max, steps; in sunxi_actuator_ioctl() local
|
| /device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/sensor_control/ |
| D | hpm_block.c | 141 …m_mcl_al_pi_ctrl_func(float *memory, float targetspeed, float speed, float kp, float ki, float max) in hpm_mcl_al_pi_ctrl_func()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/ |
| D | arm_core_scaling.c | 90 #define PERCENT_OF(percent, max) ((int) ((percent)*(max)/100.0 + 0.5)) argument
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
| D | atomic_cm.h | 382 static __asm uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { in atomic_inc16_lt() 400 __STATIC_INLINE uint16_t atomic_inc16_lt (uint16_t *mem, uint16_t max) { in atomic_inc16_lt()
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/include/bk_private/ |
| D | interrupt_base.h | 35 uint8_t max; // maximum interrupt number member
|
| /device/soc/chipsea/cst85/liteos_m/sdk/modules/common/src/ |
| D | ring_buffer.c | 26 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
| D | bitalloc-sbc.c | 123 OI_UINT8 max = common->maxBitneed; in OI_CODEC_SBC_GetMaxBitneed() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
| D | de_bws.c | 208 unsigned int min, unsigned int black, unsigned int white, unsigned int max, in de_bws_set_para() 224 unsigned int min, unsigned int black, unsigned int white, unsigned int max, in de_bws_set_para()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
| D | de_bws.c | 226 unsigned int max, unsigned int slope0, unsigned int slope1, in de_bws_set_para() 243 unsigned int max, unsigned int slope0, unsigned int slope1, in de_bws_set_para()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/utils/ |
| D | common.c | 222 void print_hex_debug(u8 *data, u32 len, int max) in print_hex_debug()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | Socket.h | 86 #define max(A,B) ( (A) > (B) ? (A):(B)) macro
|