Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 16 of 16) sorted by relevance

/tf-a-ffa_el3_spmc/common/
A Duuid.c16 static int8_t hex_val(char hex) in hex_val()
18 int8_t val = 0; in hex_val()
21 val = (int8_t)(hex - '0'); in hex_val()
23 val = (int8_t)(hex - 'a' + 0xa); in hex_val()
25 val = (int8_t)(hex - 'A' + 0xa); in hex_val()
39 int8_t nibble; in read_hex()
/tf-a-ffa_el3_spmc/drivers/nxp/ddr/phy-gen2/
A Dddr4fw.h42 int8_t cdd_rr_3_2;
43 int8_t cdd_rr_3_1;
44 int8_t cdd_rr_3_0;
45 int8_t cdd_rr_2_3;
46 int8_t cdd_rr_2_1;
47 int8_t cdd_rr_2_0;
48 int8_t cdd_rr_1_3;
49 int8_t cdd_rr_1_2;
50 int8_t cdd_rr_1_0;
51 int8_t cdd_rr_0_3;
[all …]
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/gpio/
A Dmtgpio.c225 (pupd_offset == (int8_t)-1))); in mt_set_gpio_pull_enable_chip()
228 if (PULL_offset[pin].offset == (int8_t)-1) in mt_set_gpio_pull_enable_chip()
249 assert(!(pupd_offset == (int8_t)-1)); in mt_set_gpio_pull_enable_chip()
253 assert(!(pupd_offset == (int8_t)-1)); in mt_set_gpio_pull_enable_chip()
258 assert(!(pupd_offset == (int8_t)-1)); in mt_set_gpio_pull_enable_chip()
274 (pupd_offset == (int8_t)-1))); in mt_get_gpio_pull_enable_chip()
279 } else if (pupd_offset == (int8_t)-1) { in mt_get_gpio_pull_enable_chip()
296 (pupd_offset == (int8_t)-1))); in mt_set_gpio_pull_select_chip()
301 if (PULL_offset[pin].offset == (int8_t)-1) in mt_set_gpio_pull_select_chip()
336 (pupd_offset == (int8_t)-1))); in mt_get_gpio_pull_select_chip()
[all …]
A Dmtgpio_cfg.h23 int8_t offset;
/tf-a-ffa_el3_spmc/drivers/renesas/common/ddr/ddr_b/
A Dboot_init_dram_config.c45 int8_t cacs_adj[16];
46 int8_t dm_adj_w[SLICE_CNT];
47 int8_t dq_adj_w[SLICE_CNT * 8];
48 int8_t dm_adj_r[SLICE_CNT];
49 int8_t dq_adj_r[SLICE_CNT * 8];
A Dboot_init_dram.c1853 int8_t _adj; in ddr_config()
3288 int8_t _adj; in wdqdm_ana1()
3671 int8_t _adj; in rdqdm_ana1()
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/svc/misc/
A Dsci_misc_api.h499 sc_misc_temp_t temp, int16_t celsius, int8_t tenths);
517 int8_t *tenths);
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/
A Dsci_rpc.h71 int8_t i8[(SC_RPC_MAX_MSG - 1U) * 4U];
A Dsci_types.h811 typedef __INT8_TYPE__ int8_t; typedef
/tf-a-ffa_el3_spmc/include/lib/libc/
A Dstdint.h90 typedef signed char int8_t; typedef
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/svc/timer/
A Dsci_timer_api.h303 sc_err_t sc_timer_set_rtc_calb(sc_ipc_t ipc, int8_t count);
/tf-a-ffa_el3_spmc/plat/imx/common/sci/svc/misc/
A Dmisc_rpc_clnt.c430 sc_misc_temp_t temp, int16_t celsius, int8_t tenths) in sc_misc_set_temp()
441 RPC_I8(&msg, 5U) = (int8_t) tenths; in sc_misc_set_temp()
452 int8_t *tenths) in sc_misc_get_temp()
/tf-a-ffa_el3_spmc/plat/imx/common/sci/svc/timer/
A Dtimer_rpc_clnt.c327 sc_err_t sc_timer_set_rtc_calb(sc_ipc_t ipc, int8_t count) in sc_timer_set_rtc_calb()
335 RPC_I8(&msg, 0U) = (int8_t) count; in sc_timer_set_rtc_calb()
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/
A Dstm32mp1_shared_resources.c110 static int8_t gpioz_nbpin = -1;
/tf-a-ffa_el3_spmc/include/drivers/
A Dufs.h264 int8_t model[MAX_MODEL_LEN + 1];
/tf-a-ffa_el3_spmc/tools/marvell/doimage/
A Ddoimage.c161 int8_t key_index; /* For header signatures verification only */

Completed in 89 milliseconds