Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/asihpi/
Dasihpi.c882 unsigned int xfer1, xfer2; in snd_card_asihpi_timer_function() local
886 xfer1 = xfercount; in snd_card_asihpi_timer_function()
889 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs); in snd_card_asihpi_timer_function()
890 xfer2 = xfercount - xfer1; in snd_card_asihpi_timer_function()
895 s->number, xfer1, buf_ofs); in snd_card_asihpi_timer_function()
898 ds->h_stream, pd, xfer1, in snd_card_asihpi_timer_function()
906 xfercount - xfer1, buf_ofs); in snd_card_asihpi_timer_function()
910 xfercount - xfer1, in snd_card_asihpi_timer_function()
915 s->number, xfer1); in snd_card_asihpi_timer_function()
919 pd, xfer1)); in snd_card_asihpi_timer_function()
/Linux-v4.19/drivers/net/ieee802154/
Dcc2520.c354 struct spi_transfer xfer1 = { in cc2520_read_register() local
366 spi_message_add_tail(&xfer1, &msg); in cc2520_read_register()
370 priv->buf[xfer1.len++] = CC2520_CMD_MEMORY_READ; in cc2520_read_register()
371 priv->buf[xfer1.len++] = reg; in cc2520_read_register()