Searched refs:use_pio_for_commands (Results 1 – 4 of 4) sorted by relevance
80 bus->use_pio_for_commands = true; in sof_hda_bus_init()
65 if (!bus->use_pio_for_commands) in snd_hdac_bus_init_cmd_io()386 if (bus->use_pio_for_commands) in snd_hdac_bus_send_cmd()404 if (bus->use_pio_for_commands) in snd_hdac_bus_get_response()
917 if (chip->single_cmd || bus->use_pio_for_commands) in azx_send_cmd()931 if (chip->single_cmd || bus->use_pio_for_commands) in azx_get_response()1190 bus->core.use_pio_for_commands = true; in azx_bus_init()
354 bool use_pio_for_commands:1; /* Use PIO instead of CORB for commands */ member