Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 200) sorted by relevance

12345678

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/ledc/
Dledc-sunxi.c140 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/
Dcore-macros.h211 # 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/
Dhi_math_adapt.h59 #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/
Dhi_math.h60 #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/
Dhi_math.h61 #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/
Dhi_math_adapt.h59 #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/
Dhi_math.h58 #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/
Dhi_math_adapt.h62 #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/
Dhmac_traffic_classify.c72 …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/
Dvideo_auto_detect.c1216 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/
Dsunxi_drm_plane.c421 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/
Disp-v4l2-ctrl.c771 #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/
Dgls_racp.h137 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/
Dos.h44 #define max(a, b) ((a)>(b)?(a):(b)) macro
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/actuator/
Dactuator.c77 unsigned short min, max, steps; in sunxi_actuator_ioctl() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl/sensor_control/
Dhpm_block.c141 …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/
Darm_core_scaling.c90 #define PERCENT_OF(percent, max) ((int) ((percent)*(max)/100.0 + 0.5)) argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/
Datomic_cm.h382 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/
Dinterrupt_base.h35 uint8_t max; // maximum interrupt number member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/src/
Dring_buffer.c26 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c123 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/
Dde_bws.c208 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/
Dde_bws.c226 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/
Dcommon.c222 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/
DSocket.h86 #define max(A,B) ( (A) > (B) ? (A):(B)) macro

12345678