Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 222) sorted by relevance

123456789

/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c132 static void set_parity_flag(u32 res) in set_parity_flag()
137 static void set_szp_flags_8(u8 res) in set_szp_flags_8()
144 static void set_szp_flags_16(u16 res) in set_szp_flags_16()
151 static void set_szp_flags_32(u32 res) in set_szp_flags_32()
158 static void no_carry_byte_side_eff(u8 res) in no_carry_byte_side_eff()
166 static void no_carry_word_side_eff(u16 res) in no_carry_word_side_eff()
174 static void no_carry_long_side_eff(u32 res) in no_carry_long_side_eff()
182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain()
194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
212 u16 res; in aaa_word() local
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c30 struct arm_smccc_res res; in __invoke_sip_fn_smc() local
38 struct arm_smccc_res res; in psci_cpu_on() local
47 struct arm_smccc_res res; in psci_cpu_off() local
57 struct arm_smccc_res res; in psci_system_suspend() local
69 struct arm_smccc_res res; in sip_smc_set_suspend_mode() local
77 struct arm_smccc_res res; in sip_smc_remotectl_config() local
87 struct arm_smccc_res res; in sip_smc_access_mem_os_reg() local
103 struct arm_smccc_res res; in sip_smc_amp_cfg() local
119 struct arm_smccc_res res; in sip_smc_request_share_mem() local
135 struct arm_smccc_res res; in sip_smc_secure_reg_read() local
[all …]
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2_pka.h261 #define RK_PKA_Add(len_id, op_a, op_b, res, tag) \ argument
266 #define RK_PKA_AddIm(len_id, op_a, op_b_im, res, tag) \ argument
271 #define RK_PKA_Sub(len_id, op_a, op_b, res, tag) \ argument
276 #define RK_PKA_SubIm(len_id, op_a, op_b_im, res, tag) \ argument
281 #define RK_PKA_Neg(len_id, op_b, res, tag) \ argument
286 #define RK_PKA_ModAdd(len_id, op_a, op_b, res, tag) \ argument
291 #define RK_PKA_ModAddIm(len_id, op_a, op_b_im, res, tag) \ argument
296 #define RK_PKA_ModSub(len_id, op_a, op_b, res, tag) \ argument
301 #define RK_PKA_ModSubIm(len_id, op_a, op_b_im, res, tag) \ argument
306 #define RK_PKA_ModNeg(len_id, op_b, res, tag) \ argument
[all …]
/rk3399_rockchip-uboot/post/lib_powerpc/
H A Dcr.c68 ulong res; member
92 ulong res; member
238 ulong res; in cpu_post_test_cr() local
260 ulong res; in cpu_post_test_cr() local
286 ulong res; in cpu_post_test_cr() local
309 ulong res; in cpu_post_test_cr() local
H A Dcmpi.c36 ulong res; member
99 ulong res; in cpu_post_test_cmpi() local
H A Dcmp.c36 ulong res; member
99 ulong res; in cpu_post_test_cmp() local
H A Dtwo.c34 ulong res; member
119 ulong res; in cpu_post_test_two() local
H A Dtwox.c34 ulong res; member
119 ulong res; in cpu_post_test_twox() local
H A Dthreei.c34 ulong res; member
96 ulong res; in cpu_post_test_threei() local
H A Dandi.c32 ulong res; member
82 ulong res; in cpu_post_test_andi() local
H A Dsrawi.c32 ulong res; member
99 ulong res; in cpu_post_test_srawi() local
H A Dthreex.c36 ulong res; member
172 ulong res; in cpu_post_test_threex() local
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_auto_common.c20 void pciauto_region_init(struct pci_region *res) in pciauto_region_init()
30 void pciauto_region_align(struct pci_region *res, pci_size_t size) in pciauto_region_align()
35 int pciauto_region_allocate(struct pci_region *res, pci_size_t size, in pciauto_region_allocate()
/rk3399_rockchip-uboot/drivers/misc/
H A Datsha204a-i2c.c177 int res; in atsha204a_recv_resp() local
210 int try, res; in atsha204a_wakeup() local
247 int res; in atsha204a_idle() local
258 int res; in atsha204a_sleep() local
270 int res, timeout = ATSHA204A_TRANSACTION_TIMEOUT; in atsha204a_transaction() local
313 int res, retry = ATSHA204A_TRANSACTION_RETRY; in atsha204a_read() local
357 int res; in atsha204a_get_random() local
/rk3399_rockchip-uboot/drivers/core/
H A Ddevres.c79 void devres_free(void *res) in devres_free()
89 void devres_add(struct udevice *dev, void *res) in devres_add()
119 void *res; in devres_get() local
135 void *res; in devres_remove() local
151 void *res; in devres_destroy() local
164 void *res; in devres_release() local
230 static void devm_kmalloc_release(struct udevice *dev, void *res) in devm_kmalloc_release()
235 static int devm_kmalloc_match(struct udevice *dev, void *res, void *data) in devm_kmalloc_match()
/rk3399_rockchip-uboot/board/gdsys/common/
H A Dphy.c124 int res; in process_setupcmd() local
181 int res = 0; in process_setup() local
198 int res; in setup_88e1518() local
232 int res; in setup_88e1514() local
/rk3399_rockchip-uboot/drivers/gpio/
H A Dpca9698.c69 int res; in pca9698_direction_input() local
83 int res; in pca9698_direction_output() local
104 int res; in pca9698_get_value() local
118 int res; in pca9698_set_value() local
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dbyteorder.h16 __u32 res; in ___arch__swab32() local
54 __u32 res; in ___arch__swab16() local
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmconf.c394 struct gstr res; in search_conf() local
651 int res; in conf() local
808 int res; in conf_choice() local
866 int res; in conf_string() local
905 int res; in conf_load() local
932 int res; in conf_save() local
957 int res; in handle_exit() local
1010 int res; in main() local
/rk3399_rockchip-uboot/common/
H A Dsplash_source.c88 int res; in splash_load_raw() local
114 int res; in splash_select_fs_dev() local
182 int res; in splash_mount_ubifs() local
218 int res = 0; in splash_load_fs() local
305 int res; in splash_load_fit() local
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.c83 unsigned long res = 0; in udivmodsi4() local
109 long res; in __divsi3() local
133 long res; in __modsi3() local
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c24 struct arm_smccc_res res; in __invoke_psci_fn_hvc() local
34 struct arm_smccc_res res; in __invoke_psci_fn_smc() local
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/
H A Defuse.c98 int res = 0; in prog_efuse() local
152 int res; in mvebu_read_efuse() local
201 int res; in fuse_read() local
226 int res = 0; in fuse_prog() local
/rk3399_rockchip-uboot/disk/
H A Dpart_amiga.c143 ulong res = blk_dread(dev_desc, i, 1, (ulong *)block_buffer); in get_rdisk() local
185 ulong res = blk_dread(dev_desc, i, 1, (ulong *)block_buffer); in get_bootcode() local
261 ulong res = blk_dread(dev_desc, block, 1, (ulong *)block_buffer); in find_partition() local
353 ulong res; in part_print_amiga() local
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dmv88e61xx.c261 int res; in mv88e61xx_reg_read() local
298 int res; in mv88e61xx_reg_write() local
352 int res; in mv88e61xx_phy_read_indirect() local
375 int res; in mv88e61xx_phy_write_indirect() local
428 int res; in mv88e61xx_get_switch_id() local
452 int res; in mv88e61xx_get_cmode() local
632 int res; in mv88e61xx_read_port_config() local
760 int res; in mv88e61xx_switch_init() local
855 int res; in mv88e61xx_probe() local
912 int res; in mv88e61xx_phy_config() local
[all …]

123456789