Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Du_serial.c112 unsigned n_read; member
529 n = port->n_read; in gs_rx_push()
540 port->n_read += count; in gs_rx_push()
546 port->n_read = 0; in gs_rx_push()
697 port->n_read = 0; in gs_start_io()
/drivers/spi/
Dspi-topcliff-pch.c277 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local
298 n_read = PCH_READABLE(reg_spsr_val); in pch_spi_handler_sub()
300 for (read_cnt = 0; (read_cnt < n_read); read_cnt++) { in pch_spi_handler_sub()