Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 31) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/video/
H A Dipu.h210 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params);
213 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
220 int32_t ipu_update_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
223 int32_t ipu_is_channel_busy(ipu_channel_t channel);
226 int32_t ipu_enable_channel(ipu_channel_t channel);
227 int32_t ipu_disable_channel(ipu_channel_t channel);
229 int32_t ipu_init_sync_panel(int disp,
238 int32_t ipu_disp_set_global_alpha(ipu_channel_t channel, unsigned char enable,
240 int32_t ipu_disp_set_color_key(ipu_channel_t channel, unsigned char enable,
H A Dipu_common.c562 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params) in ipu_init_channel()
994 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type, in ipu_init_channel_buffer()
1050 int32_t ipu_enable_channel(ipu_channel_t channel) in ipu_enable_channel()
1128 int32_t ipu_disable_channel(ipu_channel_t channel) in ipu_disable_channel()
H A Dipu_disp.c828 int32_t ipu_init_sync_panel(int disp, uint32_t pixel_clk, in ipu_init_sync_panel()
1175 int32_t ipu_disp_set_global_alpha(ipu_channel_t channel, unsigned char enable, in ipu_disp_set_global_alpha()
1236 int32_t ipu_disp_set_color_key(ipu_channel_t channel, unsigned char enable, in ipu_disp_set_color_key()
/rk3399_rockchip-uboot/lib/libxbc/
H A Dlibxbc.c56 int32_t addBootConfigParameters(char* params, uint32_t params_size, in addBootConfigParameters()
64 int32_t applied_bytes = 0; in addBootConfigParameters()
65 int32_t new_size = 0; in addBootConfigParameters()
89 int32_t addBootConfigTrailer(ulong bootconfig_start_addr, in addBootConfigTrailer()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h97 int32_t err;
600 int32_t reserved;
818 int32_t unused;
827 int32_t unused;
858 int32_t state;
1026 int32_t status;
1253 int32_t temp;
1266 int32_t low;
1267 int32_t high;
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c142 static int32_t e1000_phy_hw_reset(struct e1000_hw *hw);
147 static int32_t e1000_swfw_sync_acquire(struct e1000_hw *hw, uint16_t mask);
149 static int32_t e1000_check_phy_reset_block(struct e1000_hw *hw);
153 static int32_t e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset,
361 int32_t e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom()
420 static int32_t e1000_init_eeprom_params(struct e1000_hw *hw) in e1000_init_eeprom_params()
424 int32_t ret_val = E1000_SUCCESS; in e1000_init_eeprom_params()
600 static int32_t
605 int32_t done = E1000_ERR_EEPROM; in e1000_poll_eerd_eewr_done()
638 static int32_t
[all …]
/rk3399_rockchip-uboot/tools/
H A Dublimage.c73 static void parse_cfg_cmd(struct ubl_header *ublhdr, int32_t cmd, char *token, in parse_cfg_cmd()
109 static void parse_cfg_fld(struct ubl_header *ublhdr, int32_t *cmd, in parse_cfg_fld()
141 int32_t cmd; in parse_cfg_file()
H A Dimximage.c175 int32_t cmd) in set_dcd_param_v2()
595 static void parse_cfg_cmd(struct imx_header *imxhdr, int32_t cmd, char *token, in parse_cfg_cmd()
677 static void parse_cfg_fld(struct imx_header *imxhdr, int32_t *cmd, in parse_cfg_fld()
741 int32_t cmd; in parse_cfg_file()
H A Daisimage.c264 int32_t cmd; in aisimage_generate()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dstacktrace.c137 static int32_t expand_prel31(uint32_t prel31) in expand_prel31()
153 int32_t prel31_addr; in find_index()
442 static uint32_t offset_prel31(uint32_t addr, int32_t offset) in offset_prel31()
447 int relocate_exidx(void *exidx, size_t exidx_sz, int32_t offset) in relocate_exidx()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.h116 int32_t shift[4];
H A Dlibnsbmp.c57 static inline int32_t read_int32(uint8_t *data, unsigned int o) { in read_int32()
58 return (int32_t) ((unsigned)data[o] | in read_int32()
80 int32_t width, height; in bmp_info_header_parse()
/rk3399_rockchip-uboot/include/linux/
H A Dtypes.h101 typedef __s32 int32_t; typedef
/rk3399_rockchip-uboot/lib/
H A Dlz4_wrapper.c30 typedef int32_t S32;
/rk3399_rockchip-uboot/include/
H A Dimximage.h191 int32_t cmd);
H A Delf.h20 typedef int32_t Elf32_Sword; /* Signed large integer */
29 typedef int32_t Elf64_Sword;
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Domap_gpmc.c58 static void omap_nand_hwcontrol(struct mtd_info *mtd, int32_t cmd, in omap_nand_hwcontrol()
178 static void omap_enable_hwecc(struct mtd_info *mtd, int32_t mode) in omap_enable_hwecc()
965 int32_t gpmc_config = 0; in board_nand_init()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dclock.c23 int32_t src_mask;
24 int32_t div_mask;
25 int32_t prediv_mask;
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dclock.c317 int32_t k_best_l = 999, k_best_t = 0, x_best_l = 0xff, x_best_t = 0xff; in mxs_set_lcdclk()
/rk3399_rockchip-uboot/common/
H A Dattestation_key.c137 int32_t bytes_remaining = 0; in copy_cert_chain_from_buf()
/rk3399_rockchip-uboot/drivers/power/fuel_gauge/
H A Dfg_rk816.c600 static int32_t ab_div_c(u32 a, u32 b, u32 c) in ab_div_c()
604 int32_t tmp; in ab_div_c()
611 tmp = ((int32_t)a * b + (c >> 1)) / c; in ab_div_c()
H A Dfg_rk818.c577 static int32_t ab_div_c(u32 a, u32 b, u32 c) in ab_div_c()
581 int32_t tmp; in ab_div_c()
588 tmp = ((int32_t)a * b + (c >> 1)) / c; in ab_div_c()
/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.c2401 int32_t left_edge[rwcfg->mem_dq_per_read_dqs]; in rw_mgr_mem_calibrate_vfifo_center()
2402 int32_t right_edge[rwcfg->mem_dq_per_read_dqs]; in rw_mgr_mem_calibrate_vfifo_center()
2403 int32_t orig_mid_min, mid_min; in rw_mgr_mem_calibrate_vfifo_center()
2404 int32_t new_dqs, start_dqs, start_dqs_en = 0, final_dqs_en; in rw_mgr_mem_calibrate_vfifo_center()
2405 int32_t dq_margin, dqs_margin; in rw_mgr_mem_calibrate_vfifo_center()
/rk3399_rockchip-uboot/cmd/mvebu/
H A Dbubt.c477 u32 do_checksum32(u32 *start, int32_t len) in do_checksum32()
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx5/
H A Dclock.c165 int32_t mfn_abs; in decode_pll()

12