/SCP-firmware-master/product/synquacer/include/ |
A D | qspi_api.h | 21 struct len { struct 27 } len; member 59 .len = { \ 149 (cmd.code == 0 && cmd.len.code_byte == 0 && cmd.len.addr_byte == 0 && \ 150 cmd.len.alt_byte == 0 && cmd.len.dummy_cycle == 0 && \ 151 cmd.len.data_byte == 0) 204 int (*read)(fwk_id_t id, uint32_t offset, void *buf, uint32_t len); 219 int (*write)(fwk_id_t id, uint32_t offset, void *buf, uint32_t len);
|
/SCP-firmware-master/product/synquacer/module/hsspi/src/ |
A D | mod_hsspi.c | 237 len += command->len.addr_byte; in get_command_len() 238 len += command->len.alt_byte; in get_command_len() 241 return len; in get_command_len() 290 if (command->len.data_byte == 0 && command->len.dummy_cycle == 0) { in set_command_sequence() 346 uint32_t len, in memory_access() argument 386 } while (total_len < len); in memory_access() 394 uint32_t len) in memory_read() argument 404 uint32_t len) in memory_write() argument 491 if (command->len.code_byte != 0 && command->len.addr_byte == 0 && in set_write_command() 492 command->len.alt_byte == 0 && command->len.dummy_cycle == 0 && in set_write_command() [all …]
|
/SCP-firmware-master/product/morello/module/morello_scp2pcc/include/internal/ |
A D | morello_scp2pcc.h | 28 uint8_t len; member 33 uint8_t len; member
|
/SCP-firmware-master/product/morello/module/morello_scp2pcc/src/ |
A D | mod_morello_scp2pcc.c | 51 msg.req.len = req_data_size; in send_message() 79 if (msg.resp.len) { in send_message() 80 memcpy(resp_data, msg.resp.data, msg.resp.len); in send_message() 81 *resp_data_size = msg.resp.len; in send_message()
|
/SCP-firmware-master/product/synquacer/module/nor/src/ |
A D | mod_nor.c | 275 uint32_t len) in program_erase_sequence() argument 296 if (len != 0) { in program_erase_sequence() 499 uint32_t len, total_len; in nor_program() local 525 len = page_size; in nor_program() 533 offset += len; in nor_program() 535 total_len += len; in nor_program() 578 offset += len; in nor_erase() 579 total_len += len; in nor_erase() 629 uint32_t len) in read() argument 662 uint32_t len) in program() argument [all …]
|
/SCP-firmware-master/product/synquacer/module/nor/include/ |
A D | mod_nor.h | 119 uint32_t len); 144 uint32_t len); 167 uint32_t len);
|
/SCP-firmware-master/tools/ |
A D | check_copyright.py | 141 if len(years) > 1: 146 final_year = len(years) - 1
|
A D | check_spacing.py | 150 last_line_number = len(lines)-1 186 c_len = len(content) 189 trailing_lines += c_len - len(content.rstrip() + '\n')
|
A D | ci_cmake.py | 143 assert total_success <= len(results) 144 return (total_success, len(results)) 154 return not ignore_errors and len(list(filter(lambda x: x[1] != 0,
|
/SCP-firmware-master/module/statistics/include/ |
A D | mod_stats.h | 274 uint32_t *len);
|
/SCP-firmware-master/arch/arm/armv8-a/src/ |
A D | arch_gic.c | 139 static int add_entry(struct r_tree *rt, uint32_t iid, void *entry, int len) in add_entry() argument 141 return _add(&rt->root, iid, entry, len, 0); in add_entry()
|
/SCP-firmware-master/module/statistics/src/ |
A D | mod_stats.c | 402 uint32_t *len) in get_statistics_desc() argument 421 *len = stats->used_mem_size; in get_statistics_desc()
|
/SCP-firmware-master/module/scmi_perf/src/ |
A D | mod_scmi_perf.c | 604 uint32_t addr_low = 0, addr_high = 0, len = 0; in scmi_perf_protocol_attributes_handler() local 608 fwk_module_id_scmi_perf, &addr_low, &addr_high, &len); in scmi_perf_protocol_attributes_handler() 614 return_values.statistics_len = len; in scmi_perf_protocol_attributes_handler()
|