Searched refs:fifo_len (Results 1 – 7 of 7) sorted by relevance
33 int fifo_len; member95 if (s->fifo_len == 0) in mcf_uart_read()99 s->fifo_len--; in mcf_uart_read()103 if (s->fifo_len == 0) in mcf_uart_read()150 s->fifo_len = 0; in mcf_do_command()237 s->fifo_len = 0; in mcf_uart_reset()250 if (s->fifo_len == 4) in mcf_uart_push_byte()251 s->fifo_len--; in mcf_uart_push_byte()253 s->fifo[s->fifo_len] = data; in mcf_uart_push_byte()254 s->fifo_len++; in mcf_uart_push_byte()[all …]
52 int fifo_len; member78 if (!host->transfer && !host->fifo_len) { in omap_mmc_fifolevel_update()143 host->fifo_len = 0; in omap_mmc_command()254 host->fifo_len ++; in omap_mmc_transfer()256 if (!host->fifo_len) in omap_mmc_transfer()268 host->fifo_len --; in omap_mmc_transfer()297 host->fifo_len = 0; in omap_mmc_pseudo_reset()372 if (s->fifo_len == 0) { in omap_mmc_read()377 s->fifo_len --; in omap_mmc_read()505 if (s->fifo_len == 32) in omap_mmc_write()[all …]
48 int32_t fifo_len; member80 VMSTATE_INT32(fifo_len, PL181State),147 if (s->fifo_len == PL181_FIFO_LEN) { in pl181_fifo_push()152 s->fifo_len++; in pl181_fifo_push()161 if (s->fifo_len == 0) { in pl181_fifo_pop()166 s->fifo_len--; in pl181_fifo_pop()266 if (s->fifo_len == 0) { in pl181_fifo_run()273 if (s->fifo_len == 16) { in pl181_fifo_run()277 if (s->fifo_len <= 8) { in pl181_fifo_run()280 if (s->fifo_len >= 8) { in pl181_fifo_run()[all …]
159 if (s->fifo_len == BCM2835_SDHOST_FIFO_LEN) { in bcm2835_sdhost_fifo_push()163 n = (s->fifo_pos + s->fifo_len) & (BCM2835_SDHOST_FIFO_LEN - 1); in bcm2835_sdhost_fifo_push()164 s->fifo_len++; in bcm2835_sdhost_fifo_push()172 if (s->fifo_len == 0) { in bcm2835_sdhost_fifo_pop()177 s->fifo_len--; in bcm2835_sdhost_fifo_pop()194 while (s->datacnt && s->fifo_len < BCM2835_SDHOST_FIFO_LEN) { in bcm2835_sdhost_fifo_run()217 while (s->datacnt > 0 && (s->fifo_len > 0 || n > 0)) { in bcm2835_sdhost_fifo_run()254 s->edm |= ((s->fifo_len & 0x1f) << 4); in bcm2835_sdhost_fifo_run()395 VMSTATE_INT32(fifo_len, BCM2835SDHostState),428 s->fifo_len = 0; in bcm2835_sdhost_reset()
41 int32_t fifo_len; member
539 int fifo_len; in lan9118_receive() local568 fifo_len = (size + n + 3) >> 2; in lan9118_receive()570 fifo_len++; in lan9118_receive()571 if (s->rx_fifo_size - s->rx_fifo_used < fifo_len) { in lan9118_receive()576 (int)size, fifo_len, filter ? "pass" : "fail"); in lan9118_receive()601 s->rx_packet_size[s->rx_packet_size_tail] = fifo_len; in lan9118_receive()
1362 static void fdctrl_to_result_phase(FDCtrl *fdctrl, int fifo_len) in fdctrl_to_result_phase() argument1366 fdctrl->data_len = fifo_len; in fdctrl_to_result_phase()
Completed in 27 milliseconds