Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 17 of 17) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/rtc/
H A Drtc_mt6359p.c39 int16_t ret; in rtc_enable_k_eosc()
110 int16_t ret; in rtc_power_off_sequence()
/rk3399_ARM-atf/drivers/arm/rse/
H A Drse_comms_protocol_pointer_access.h28 int16_t type,
H A Drse_comms_protocol_embed.h33 int16_t type,
H A Drse_comms_protocol.h53 int16_t type,
H A Drse_comms_protocol.c13 int16_t type, in rse_protocol_serialize_msg()
H A Drse_comms_protocol_pointer_access.c13 int16_t type, in rse_protocol_pointer_access_serialize_msg()
H A Drse_comms_protocol_embed.c16 int16_t type, in rse_protocol_embed_serialize_msg()
/rk3399_ARM-atf/plat/imx/common/include/sci/svc/misc/
H A Dsci_misc_api.h499 sc_misc_temp_t temp, int16_t celsius, int8_t tenths);
516 sc_misc_temp_t temp, int16_t *celsius,
/rk3399_ARM-atf/drivers/renesas/common/console/
H A Drcar_printf.c82 int16_t init_flag = 0; in rcar_log_init()
/rk3399_ARM-atf/include/lib/libc/
H A Dstdint.h86 typedef short int16_t; typedef
/rk3399_ARM-atf/plat/imx/common/include/sci/
H A Dsci_rpc.h70 int16_t i16[(SC_RPC_MAX_MSG - 1U) * 2U];
H A Dsci_types.h816 typedef __INT16_TYPE__ int16_t; typedef
/rk3399_ARM-atf/drivers/scmi-msg/
H A Dsensor.h34 int16_t num_sensors;
/rk3399_ARM-atf/plat/imx/common/sci/svc/misc/
H A Dmisc_rpc_clnt.c430 sc_misc_temp_t temp, int16_t celsius, int8_t tenths) in sc_misc_set_temp()
439 RPC_I16(&msg, 2U) = (int16_t) celsius; in sc_misc_set_temp()
451 sc_misc_temp_t temp, int16_t *celsius, in sc_misc_get_temp()
/rk3399_ARM-atf/drivers/renesas/common/ddr/ddr_b/
H A Dboot_init_dram_config.c56 int16_t cacs_dly_adj;
H A Dboot_init_dram.c265 static int16_t _f_scale_adj(int16_t ps);
1042 static int16_t _f_scale_adj(int16_t ps) in _f_scale_adj()
1055 return (int16_t)tmp; in _f_scale_adj()
1859 int16_t adj; in ddr_config()
2989 int16_t adj; in init_ddr()
3304 int16_t adj; in wdqdm_ana1()
3687 int16_t adj; in rdqdm_ana1()
/rk3399_ARM-atf/docs/process/
H A Dcoding-guidelines.rst370 systems. If a variable must be exactly 16-bit, use ``int16_t`` or