Home
last modified time | relevance | path

Searched refs:io (Results 1 – 5 of 5) sorted by relevance

/SCP-firmware-master/product/synquacer/module/hsspi/src/
A Dmod_hsspi.c222 if (command->io.addr_bit != 0) { in get_dummy_command_len()
223 dummy_cycle_per_command = 8 / command->io.addr_bit; in get_dummy_command_len()
261 dec_addr[0] = SET_ADDR_1BYTE(get_trp_io(command->io.addr_bit)); in set_command_sequence()
428 if (command->io.code_bit != 0 && command->io.code_bit != 1 && in check_command()
429 command->io.code_bit != 2 && command->io.code_bit != 4) { in check_command()
433 if (command->io.addr_bit != 0 && command->io.addr_bit != 1 && in check_command()
434 command->io.addr_bit != 2 && command->io.addr_bit != 4) { in check_command()
438 if (command->io.data_bit != 0 && command->io.data_bit != 1 && in check_command()
439 command->io.data_bit != 2 && command->io.data_bit != 4) { in check_command()
464 enable_cs_access_mode(ctx->reg, command->io.data_bit, false); in set_read_command()
[all …]
/SCP-firmware-master/product/synquacer/include/
A Dqspi_api.h32 struct io { struct
36 } io; member
75 .io = { \
/SCP-firmware-master/
A DJenkinsfile88 * - https://www.jenkins.io/blog/2019/11/22/welcome-to-the-matrix/
89 … * - https://www.jenkins.io/blog/2019/12/02/matrix-building-with-scripted-pipeline/
A Duser_guide.md432 https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html?highlight=fip#firmwa…
439 https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/docs-build.html
/SCP-firmware-master/tools/
A Dyaml-format.py18 from io import StringIO

Completed in 5 milliseconds