Searched refs:xfer1 (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/asihpi/ |
H A D | asihpi.c | 839 unsigned int xfer1, xfer2; in snd_card_asihpi_timer_function() local 843 xfer1 = xfercount; in snd_card_asihpi_timer_function() 846 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs); in snd_card_asihpi_timer_function() 847 xfer2 = xfercount - xfer1; in snd_card_asihpi_timer_function() 852 s->number, xfer1, buf_ofs); in snd_card_asihpi_timer_function() 855 ds->h_stream, pd, xfer1, in snd_card_asihpi_timer_function() 863 xfercount - xfer1, buf_ofs); in snd_card_asihpi_timer_function() 867 xfercount - xfer1, in snd_card_asihpi_timer_function() 872 s->number, xfer1); in snd_card_asihpi_timer_function() 876 pd, xfer1)); in snd_card_asihpi_timer_function()
|
/linux/drivers/net/ieee802154/ |
H A D | cc2520.c | 345 struct spi_transfer xfer1 = { in cc2520_read_register() local 357 spi_message_add_tail(&xfer1, &msg); in cc2520_read_register() 361 priv->buf[xfer1.len++] = CC2520_CMD_MEMORY_READ; in cc2520_read_register() 362 priv->buf[xfer1.len++] = reg; in cc2520_read_register()
|