Lines Matching refs:clock_delay
56 uint32_t clock_delay; member
269 SW_CLOCK_CYCLE(dev, sw_data->clock_delay); in sw_output_sequence()
298 SW_READ_BIT(dev, bit, sw_data->clock_delay); in sw_input_sequence()
316 SW_CLOCK_CYCLE(dev, sw_data->clock_delay); in sw_cycle_turnaround()
344 SW_WRITE_BIT(dev, val, sw_data->clock_delay); in sw_transfer()
352 SW_READ_BIT(dev, bit, sw_data->clock_delay); in sw_transfer()
354 SW_READ_BIT(dev, bit, sw_data->clock_delay); in sw_transfer()
356 SW_READ_BIT(dev, bit, sw_data->clock_delay); in sw_transfer()
366 SW_READ_BIT(dev, bit, sw_data->clock_delay); in sw_transfer()
372 SW_READ_BIT(dev, bit, sw_data->clock_delay); in sw_transfer()
391 SW_WRITE_BIT(dev, val, sw_data->clock_delay); in sw_transfer()
396 SW_WRITE_BIT(dev, parity, sw_data->clock_delay); in sw_transfer()
403 SW_CLOCK_CYCLE(dev, sw_data->clock_delay); in sw_transfer()
425 SW_CLOCK_CYCLE(dev, sw_data->clock_delay); in sw_transfer()
445 SW_CLOCK_CYCLE(dev, sw_data->clock_delay); in sw_transfer()
547 sw_data->clock_delay = delay; in sw_set_clock()
549 LOG_WRN("cpu_clock %d, delay %d", CPU_CLOCK, sw_data->clock_delay); in sw_set_clock()