Home
last modified time | relevance | path

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

/Linux-v6.1/sound/pci/asihpi/
Dasihpi.c847 unsigned int xfer1, xfer2; in snd_card_asihpi_timer_function() local
851 xfer1 = xfercount; in snd_card_asihpi_timer_function()
854 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs); in snd_card_asihpi_timer_function()
855 xfer2 = xfercount - xfer1; in snd_card_asihpi_timer_function()
860 s->number, xfer1, buf_ofs); in snd_card_asihpi_timer_function()
863 ds->h_stream, pd, xfer1, in snd_card_asihpi_timer_function()
871 xfercount - xfer1, buf_ofs); in snd_card_asihpi_timer_function()
875 xfercount - xfer1, in snd_card_asihpi_timer_function()
880 s->number, xfer1); in snd_card_asihpi_timer_function()
884 pd, xfer1)); in snd_card_asihpi_timer_function()
/Linux-v6.1/drivers/net/ieee802154/
Dcc2520.c346 struct spi_transfer xfer1 = { in cc2520_read_register() local
358 spi_message_add_tail(&xfer1, &msg); in cc2520_read_register()
362 priv->buf[xfer1.len++] = CC2520_CMD_MEMORY_READ; in cc2520_read_register()
363 priv->buf[xfer1.len++] = reg; in cc2520_read_register()