Home
last modified time | relevance | path

Searched defs:cs (Results 1 - 25 of 26) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_start_up.c26 hi_u32 cs = (uintptr_t)cfg ^ sizeof(hi_nv_ftm_startup_cfg) ^ 0 ^ sizeof(hi_nv_ftm_startup_cfg); in boot_upg_set_default_cfg() local
64 hi_u32 cs; in boot_upg_load_cfg_from_nv() local
H A Dboot_upg_check.c165 hi_u32 cs = (uintptr_t)(&alg_param) ^ sizeof(sign_alg_param) ^ in boot_upg_check_alg_param() local
H A Dboot_upg_check_secure.c95 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in upg_clear_content() local
121 hi_u32 cs = (uintptr_t)key_n ^ key_len ^ (uintptr_t)g_boot_ecc_key ^ ECC_256_LEN; in boot_upg_secure_get_key_part1() local
127 hi_u32 cs = (uintptr_t)key_n ^ key_len ^ (uintptr_t)g_boot_rsa_key ^ RSA_2048_LEN; in boot_upg_secure_get_key_part1() local
142 hi_u32 cs = (uintptr_t)key_e ^ key_len ^ (uintptr_t)(g_boot_ecc_key + ECC_256_LEN) ^ ECC_256_LEN; in boot_upg_secure_get_key_part2() local
211 hi_u32 cs; in boot_upg_set_key() local
250 hi_u32 cs; boot_upg_secure_verify_code() local
342 hi_u32 cs; boot_upg_secure_verify_head() local
[all...]
H A Dboot_upg_tool.c65 hi_u32 cs; in kernel_comprss_flash_hash() local
156 hi_u32 cs; in boot_upg_hash_more_content() local
232 hi_u32 cs; in boot_upg_lzma_secure_verify_code() local
[all...]
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Ddevice.h39 Pinctrl cs; member
/device/soc/hisilicon/common/platform/mtd/hifmc100/common/
H A Dhifmc100.c304 static int32_t HifmcCntlrReadId(struct HifmcCntlr *cntlr, uint8_t cs, uint8_t *id, size_t len) in HifmcCntlrReadId() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_string.c26 int osal_strcmp(const char *cs, const char *ct) in osal_strcmp() argument
31 int osal_strncmp(const char *cs, const char *ct, int count) in osal_strncmp() argument
93 char *osal_strpbrk(const char *cs, const char *ct) in osal_strpbrk() argument
118 int osal_memcmp(const void *cs, const void *ct, int count) in osal_memcmp() argument
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nor/
H A Dhifmc100_spi_nor.c171 int32_t HifmcCntlrReadIdSpiNor(struct HifmcCntlr *cntlr, uint8_t cs, uint8_t *id, size_t len) in HifmcCntlrReadIdSpiNor() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dtransfer.c33 hi_u32 file_length, remain, read_len, ret, cs; in loader_serial_ymodem() local
H A Dcmd_loop.c249 hi_u32 cs = (uintptr_t)efuse_data ^ KERNEL_VER_LEN ^ 0 ^ KERNEL_VER_LEN; in get_efuse_code_ver() local
355 hi_u32 cs = (uintptr_t)g_upg_efuse_data_boot_ver ^ BOOT_VER_LEN ^ 0 ^ BOOT_VER_LEN; in set_efuse_boot_kernel_ver() local
364 hi_u32 cs = (uintptr_t)g_upg_efuse_data_kernel_ver ^ KERNEL_VER_LEN ^ 0 ^ KERNEL_VER_LEN; in set_efuse_boot_kernel_ver() local
653 hi_u32 cs = 0 ^ (uintptr_t)(hi_u8 *)&(ctx->packet) ^ (head->packet_size - CHECKSUM_SIZE); in loader_ack() local
665 hi_u32 cs; in loader_read_frame() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c28 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in loader_clear_content() local
53 hi_u32 cs = (uintptr_t)salt_e ^ (hi_u32)sizeof(salt_e) ^ 0x0 ^ ROOT_SALT_LENGTH; in crypto_load_salt() local
97 hi_u32 cs; in crypto_prepare() local
133 hi_u32 cs; in crypto_decrypt_hash() local
188 hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ (hi_u32)sizeof(aes_ctrl.iv) ^ (uintptr_t)(key_content->iv_nv) ^ crypto_encrypt_hash() local
226 hi_u32 cs = (uintptr_t)key_e ^ (hi_u32)sizeof(key_e) ^ 0x0 ^ KEY_BYTE_LENGTH; crypto_load_key_content() local
266 hi_u32 cs; crypto_save_work_key() local
308 hi_u32 cs; crypto_is_need_gen_key() local
348 hi_u32 cs = (uintptr_t)(ctrl.key) ^ (hi_u32)sizeof(ctrl.key) ^ (uintptr_t)kdf_key ^ (hi_u32)sizeof(kdf_key); crypto_gen_key_content() local
384 hi_u32 cs = (uintptr_t)(aes_ctrl.key) ^ (hi_u32)sizeof(aes_ctrl.key) ^ crypto_encrypt_data() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
H A Dhi_loaderboot_flash.c75 hi_u32 cs = (uintptr_t)flash_info ^ sizeof(flash_vlt_sfc_info) ^ (uintptr_t)info ^ sizeof(flash_vlt_sfc_info); in sfc_config_set_experience() local
359 hi_u32 cs; in flash_init_cfg() local
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nand/
H A Dhifmc100_spi_nand.c262 int32_t HifmcCntlrReadIdSpiNand(struct HifmcCntlr *cntlr, uint8_t cs, uint8_t *id, size_t len) in HifmcCntlrReadIdSpiNand() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
H A Dhi_nvm.c144 hi_u32 ret, cs; in nv_init_index() local
206 hi_u32 cs = (uintptr_t)back ^ block_size ^ (uintptr_t)data ^ block_size; in nv_init_common() local
319 hi_u32 ret, crc, cs; in nv_common_write() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
H A Dhi_nvm.c145 hi_u32 ret, cs; in nv_init_index() local
207 hi_u32 cs = (uintptr_t)back ^ block_size ^ (uintptr_t)data ^ block_size; in nv_init_common() local
322 hi_u32 ret, crc, cs; in nv_common_write() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
H A Dhi_flashboot_flash.c75 hi_u32 cs = (uintptr_t)flash_info ^ sizeof(flash_vlt_sfc_info) ^ (uintptr_t)info ^ sizeof(flash_vlt_sfc_info); in sfc_config_set_experience() local
139 hi_u32 cs = ((uintptr_t)&temp_data) ^ sizeof(temp_data) ^ (uintptr_t)data ^ (uintptr_t)data_len; in spi_flash_write_sr_reg() local
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c176 u32 cs; in of_gpio_flags_quirks() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c98 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in crypto_clear_content() local
107 hi_u32 cs = (uintptr_t)salt_e ^ (hi_u32)sizeof(salt_e) ^ 0x0 ^ ROOT_SALT_LENGTH; in crypto_load_salt() local
147 hi_u32 cs; in crypto_prepare() local
214 hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ (hi_u32)sizeof(aes_ctrl.iv) ^ (uintptr_t)(key_content->iv_nv) ^ in crypto_encrypt_hash() local
251 hi_u32 cs; crypto_decrypt_hash() local
297 hi_u32 cs; crypto_save_work_key() local
343 hi_u32 cs = (uintptr_t)key_e ^ (hi_u32)sizeof(key_e) ^ 0x0 ^ KEY_BYTE_LENGTH; crypto_load_key_content() local
401 hi_u32 cs = (uintptr_t)(ctrl.key) ^ (hi_u32)sizeof(ctrl.key) ^ (uintptr_t)kdf_key ^ (hi_u32)sizeof(kdf_key); crypto_gen_key_content() local
436 hi_u32 cs = (uintptr_t)(aes_ctrl.key) ^ (hi_u32)sizeof(aes_ctrl.key) ^ crypto_encrypt_data() local
476 hi_u32 cs; crypto_decrypt_kernel() local
674 hi_u32 cs = KERNEL_RAM_ADDR ^ CRYPTO_KERNEL_LENGTH ^ (uintptr_t)(para->buf) ^ CRYPTO_KERNEL_LENGTH; encrypt_upg_data() local
724 hi_u32 cs = (uintptr_t)(encrypt_para->buf) ^ CRYPTO_KERNEL_LENGTH ^ 0 ^ CRYPTO_KERNEL_LENGTH; encrypt_para_init() local
736 hi_u32 cs; upg_check_encrypt() local
837 hi_u32 cs = (uintptr_t)salt ^ sizeof(salt) ^ (uintptr_t)(para->upg_salt) ^ IV_BYTE_LENGTH; boot_crypto_upg_file_prepare() local
885 hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ sizeof(aes_ctrl.iv) ^ (uintptr_t)(para->upg_iv) ^ IV_BYTE_LENGTH; boot_crypto_upg_file_decrypt() local
938 hi_u32 cs = (uintptr_t)(para->upg_salt) ^ IV_BYTE_LENGTH ^ (uintptr_t)(upg_head->aes_key) ^ decrypt_para_init() local
987 hi_u32 cs; upg_check_decrypt() local
[all...]
/device/soc/rockchip/common/vendor/drivers/pci/
H A Drockchip-pcie-dma.h35 u32 cs : 2; // 5:6 member
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
H A Drockchip-pcie-dma.h36 u32 cs : 2; // 5:6 member
/device/soc/hisilicon/common/platform/spi/
H A Dspi_hi35xx.c123 static int32_t SpiCfgCs(struct Pl022 *pl022, uint32_t cs) in SpiCfgCs() argument
436 static int32_t Pl022SetCs(struct Pl022 *pl022, uint32_t cs, uint32_t flag) in Pl022SetCs() argument
449 static struct SpiDev *Pl022FindDeviceByCsNum(const struct Pl022 *pl022, uint32_t cs) in Pl022FindDeviceByCsNum() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c739 u32 cs[2048]; member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Drockchip-pcie-dma.h38 u32 cs :2; // 5:6 member
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.h38 u32 cs :2; // 5:6 member
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c204 static inline struct cpuset *parent_cs(struct cpuset *cs) in parent_cs() argument
222 static inline bool is_cpuset_online(struct cpuset *cs) in is_cpuset_online() argument
227 static inline int is_cpu_exclusive(const struct cpuset *cs) in is_cpu_exclusive() argument
232 static inline int is_mem_exclusive(const struct cpuset *cs) in is_mem_exclusive() argument
237 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall() argument
242 is_sched_load_balance(const struct cpuset *cs) is_sched_load_balance() argument
247 is_memory_migrate(const struct cpuset *cs) is_memory_migrate() argument
252 is_spread_page(const struct cpuset *cs) is_spread_page() argument
257 is_spread_slab(const struct cpuset *cs) is_spread_slab() argument
262 is_partition_root(const struct cpuset *cs) is_partition_root() argument
387 struct cpuset *cs; guarantee_online_cpus() local
426 guarantee_online_mems(struct cpuset *cs, nodemask_t *pmask) guarantee_online_mems() argument
439 cpuset_update_task_spread_flag(struct cpuset *cs, struct task_struct *tsk) cpuset_update_task_spread_flag() argument
476 alloc_cpumasks(struct cpuset *cs, struct tmpmasks *tmp) alloc_cpumasks() argument
527 free_cpumasks(struct cpuset *cs, struct tmpmasks *tmp) free_cpumasks() argument
546 alloc_trial_cpuset(struct cpuset *cs) alloc_trial_cpuset() argument
570 free_cpuset(struct cpuset *cs) free_cpuset() argument
950 update_tasks_root_domain(struct cpuset *cs) update_tasks_root_domain() argument
966 struct cpuset *cs = NULL; rebuild_root_domains() local
1024 struct cpuset *cs; rebuild_sched_domains_locked() local
1083 update_cpus_allowed(struct cpuset *cs, struct task_struct *p, const struct cpumask *new_mask) update_cpus_allowed() argument
1096 update_tasks_cpumask(struct cpuset *cs) update_tasks_cpumask() argument
1119 compute_effective_cpumask(struct cpumask *new_cpus, struct cpuset *cs, struct cpuset *parent) compute_effective_cpumask() argument
1357 update_cpumasks_hier(struct cpuset *cs, struct tmpmasks *tmp) update_cpumasks_hier() argument
1507 update_sibling_cpumasks(struct cpuset *parent, struct cpuset *cs, struct tmpmasks *tmp) update_sibling_cpumasks() argument
1543 update_cpumask(struct cpuset *cs, struct cpuset *trialcs, const char *buf) update_cpumask() argument
1716 update_tasks_nodemask(struct cpuset *cs) update_tasks_nodemask() argument
1781 update_nodemasks_hier(struct cpuset *cs, nodemask_t *new_mems) update_nodemasks_hier() argument
1838 update_nodemask(struct cpuset *cs, struct cpuset *trialcs, const char *buf) update_nodemask() argument
1901 update_relax_domain_level(struct cpuset *cs, s64 val) update_relax_domain_level() argument
1927 update_tasks_flags(struct cpuset *cs) update_tasks_flags() argument
1948 update_flag(cpuset_flagbits_t bit, struct cpuset *cs, int turning_on) update_flag() argument
1999 update_prstate(struct cpuset *cs, int new_prs) update_prstate() argument
2195 struct cpuset *cs; cpuset_can_attach() local
2259 struct cpuset *cs; cpuset_attach() local
2347 struct cpuset *cs = css_cs(css); cpuset_write_u64() local
2395 struct cpuset *cs = css_cs(css); cpuset_write_s64() local
2424 struct cpuset *cs = css_cs(of_css(of)); cpuset_write_resmask() local
2497 struct cpuset *cs = css_cs(seq_css(sf)); cpuset_common_seq_show() local
2529 struct cpuset *cs = css_cs(css); cpuset_read_u64() local
2560 struct cpuset *cs = css_cs(css); cpuset_read_s64() local
2575 struct cpuset *cs = css_cs(seq_css(seq)); sched_partition_show() local
2595 struct cpuset *cs = css_cs(of_css(of)); sched_partition_write() local
2792 struct cpuset *cs; cpuset_css_alloc() local
2819 struct cpuset *cs = css_cs(css); cpuset_css_online() local
2902 struct cpuset *cs = css_cs(css); cpuset_css_offline() local
2931 struct cpuset *cs = css_cs(css); cpuset_css_free() local
3020 remove_tasks_in_empty_cpuset(struct cpuset *cs) remove_tasks_in_empty_cpuset() argument
3040 hotplug_update_tasks_legacy(struct cpuset *cs, struct cpumask *new_cpus, nodemask_t *new_mems, bool cpus_updated, bool mems_updated) hotplug_update_tasks_legacy() argument
3079 hotplug_update_tasks(struct cpuset *cs, struct cpumask *new_cpus, nodemask_t *new_mems, bool cpus_updated, bool mems_updated) hotplug_update_tasks() argument
3118 cpuset_hotplug_update_tasks(struct cpuset *cs, struct tmpmasks *tmp) cpuset_hotplug_update_tasks() argument
3301 struct cpuset *cs; cpuset_hotplug_workfn() local
3496 nearest_hardwall_ancestor(struct cpuset *cs) nearest_hardwall_ancestor() argument
3546 struct cpuset *cs; /* current cpuset ancestors */ _cpuset_node_allowed() local
[all...]

Completed in 22 milliseconds

12