Searched refs:int8_t (Results 1 – 12 of 12) sorted by relevance
/u-boot/board/freescale/common/ |
A D | vsc3316_3308.h | 14 int vsc3316_config(unsigned int vsc_addr, int8_t con_arr[][2], 17 int vsc3308_config_adjust(unsigned int vsc_addr, const int8_t con_arr[][2], 20 int vsc3308_config(unsigned int vsc_addr, const int8_t con_arr[][2],
|
A D | vsc3316_3308.c | 55 int vsc3316_config(unsigned int vsc_addr, int8_t con_arr[][2], in vsc3316_config() 178 int vsc3308_config_adjust(unsigned int vsc_addr, const int8_t con_arr[][2], in vsc3308_config_adjust() 379 int vsc3308_config(unsigned int vsc_addr, const int8_t con_arr[][2], in vsc3308_config()
|
/u-boot/include/ |
A D | ddr_spd.h | 221 int8_t fine_tck_min; /* 34 Fine offset for tCKmin */ 222 int8_t fine_taa_min; /* 35 Fine offset for tAAmin */ 224 int8_t fine_trp_min; /* 37 Fine offset for tRPmin */ 225 int8_t fine_trc_min; /* 38 Fine offset for tRCmin */ 337 int8_t fine_tccdl_min; /* 117 Fine offset for tCCD_Lmin */ 340 int8_t fine_trc_min; /* 120 Fine offset for tRCmin */ 341 int8_t fine_trp_min; /* 121 Fine offset for tRPmin */ 342 int8_t fine_trcd_min; /* 122 Fine offset for tRCDmin */ 343 int8_t fine_taa_min; /* 123 Fine offset for tAAmin */ 344 int8_t fine_tck_max; /* 124 Fine offset for tCKAVGmax */ [all …]
|
A D | ec_commands.h | 2344 int8_t enable; 3992 int8_t batt_soc; /* battery state of charge */ 4010 int8_t active_charge_port; /* active charging port */
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | octeon_ddr.h | 723 int8_t ptune_offset; 724 int8_t ntune_offset; 735 const int8_t *dll_write_offset; 736 const int8_t *dll_read_offset; 944 const int8_t *offsets, const char *byte_str,
|
/u-boot/include/linux/ |
A D | types.h | 97 typedef __s8 int8_t; typedef
|
/u-boot/drivers/mmc/ |
A D | exynos_dw_mmc.c | 64 int8_t clk_div; in exynos_dwmci_get_clk()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | omap_gpmc.c | 34 static const int8_t wscfg[CONFIG_SYS_MAX_NAND_DEVICE] = 38 static const int8_t wscfg[CONFIG_SYS_MAX_NAND_DEVICE]; 269 int8_t i = 0, j; in omap_calculate_ecc()
|
A D | nand_bbt.c | 876 } else if (((int8_t)(td->version[i] - md->version[i])) > 0) { in check_create()
|
/u-boot/arch/arm/mach-exynos/ |
A D | clock.c | 26 int8_t src_bit; 27 int8_t div_bit; 28 int8_t prediv_bit;
|
/u-boot/drivers/ram/octeon/ |
A D | octeon_ddr.c | 2016 static int is_dll_offset_provided(const int8_t *dll_offset_table) in is_dll_offset_provided() 2078 const int8_t *offsets, const char *byte_str, in process_custom_dll_offsets()
|
/u-boot/drivers/net/octeontx/ |
A D | bgx.c | 846 static int bgx_lmac_enable(struct bgx *bgx, int8_t lmacid) in bgx_lmac_enable()
|
Completed in 55 milliseconds