Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/rpi3/sdhost/
Drpi3_sdhost.c481 int remaining_words = 0; in rpi3_sdhost_read() local
521 remaining_words = (mmio_read_32(reg_base + HC_DEBUG) >> 4) in rpi3_sdhost_read()
523 if (remaining_words >= 7) in rpi3_sdhost_read()
545 int remaining_words = 0; in rpi3_sdhost_write() local
570 remaining_words = (mmio_read_32(reg_base + HC_DEBUG) >> 4) in rpi3_sdhost_write()
572 if (remaining_words <= 4) in rpi3_sdhost_write()