Searched refs:io (Results 1 – 5 of 5) sorted by relevance
222 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 …]
32 struct io { struct36 } io; member75 .io = { \
88 * - 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/
432 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
18 from io import StringIO
Completed in 8 milliseconds