Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/fsi/
Dfsi-sbefifo.c48 #define SBEFIFO_UP 0x00 /* FSI -> Host */ macro
321 return fsi_device_write(sbefifo->fsi_dev, SBEFIFO_UP, &word, in sbefifo_up_write()
337 rc = sbefifo_regw(sbefifo, SBEFIFO_UP | SBEFIFO_REQ_RESET, 1); in sbefifo_request_reset()
345 rc = sbefifo_regr(sbefifo, SBEFIFO_UP | SBEFIFO_STS, &status); in sbefifo_request_reset()
382 rc = sbefifo_regr(sbefifo, SBEFIFO_UP | SBEFIFO_STS, &up_status); in sbefifo_cleanup_hw()
403 rc = sbefifo_regw(sbefifo, SBEFIFO_UP, SBEFIFO_PERFORM_RESET); in sbefifo_cleanup_hw()
444 addr = (up ? SBEFIFO_UP : SBEFIFO_DOWN) | SBEFIFO_STS; in sbefifo_wait()
520 rc = sbefifo_regw(sbefifo, SBEFIFO_UP | SBEFIFO_EOT_RAISE, 0); in sbefifo_send_command()