Searched refs:wcount (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | ide.h | 24 #define __ide_insl(data_reg, buffer, wcount) \ 25 __ide_insw(data_reg, buffer, (wcount)<<1) 26 #define __ide_outsl(data_reg, buffer, wcount) \ 27 __ide_outsw(data_reg, buffer, (wcount)<<1)
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-davinci.c | 129 int wcount; member in struct:davinci_spi 543 if (dspi->wcount > 0 && !(buf & SPIBUF_TXFULL_MASK)) { davinci_spi_process_events() 545 dspi->wcount--; davinci_spi_process_events() 561 if (!dspi->wcount && !dspi->rcount) davinci_spi_dma_rx_callback() 569 dspi->wcount = 0; davinci_spi_dma_tx_callback() 571 if (!dspi->wcount && !dspi->rcount) davinci_spi_dma_tx_callback() 607 dspi->wcount = t->len / data_type; davinci_spi_bufs() 608 dspi->rcount = dspi->wcount; davinci_spi_bufs() 622 dspi->wcount--; davinci_spi_bufs() 712 while (dspi->rcount > 0 || dspi->wcount > 0) { davinci_spi_bufs() 745 if (dspi->rcount != 0 || dspi->wcount != 0) { davinci_spi_bufs() 795 if ((!dspi->rcount && !dspi->wcount) || status) davinci_spi_irq()
|
/linux-4.1.27/fs/gfs2/ |
H A D | rgrp.h | 53 extern void gfs2_rs_delete(struct gfs2_inode *ip, atomic_t *wcount);
|
H A D | rgrp.c | 683 * @wcount: The inode's write count, or NULL 686 void gfs2_rs_delete(struct gfs2_inode *ip, atomic_t *wcount) gfs2_rs_delete() argument 689 if (ip->i_res && ((wcount == NULL) || (atomic_read(wcount) <= 1))) { gfs2_rs_delete()
|
/linux-4.1.27/drivers/dma/ |
H A D | tegra20-apb-dma.c | 142 unsigned long wcount; member in struct:tegra_dma_channel_regs 437 tdc_write(tdc, TEGRA_APBDMA_CHAN_WCOUNT, ch_regs->wcount); tegra_dma_start() 479 nsg_req->ch_regs.wcount); tegra_dma_configure_for_next() 733 unsigned long wcount; tegra_dma_terminate_all() local 755 wcount = tdc_read(tdc, TEGRA_APBDMA_CHAN_WORD_TRANSFER); tegra_dma_terminate_all() 757 wcount = status; tegra_dma_terminate_all() 766 get_current_xferred_count(tdc, sgreq, wcount); tegra_dma_terminate_all() 916 ch_regs->wcount = len_field; tegra_dma_prep_wcount()
|
/linux-4.1.27/kernel/debug/ |
H A D | gdbstub.c | 200 int wcount; gdbstub_msg_write() local 215 wcount = (BUFMAX - 2) >> 1; gdbstub_msg_write() 217 wcount = len; gdbstub_msg_write() 220 for (i = 0; i < wcount; i++) gdbstub_msg_write() 225 s += wcount; gdbstub_msg_write() 226 len -= wcount; gdbstub_msg_write()
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
H A D | bsp_i2c.h | 105 * \retval -EINVAL Parameter 'wcount' is not zero but parameter
|
H A D | drx_driver.h | 99 * \retval -EINVAL Parameter 'wcount' is not zero but parameter
|
/linux-4.1.27/fs/reiserfs/ |
H A D | journal.c | 1365 reiserfs_warning(s, "clm-2048", "called with wcount %d", flush_journal_list() 1411 "wcount is not 0"); flush_journal_list() 3644 * if wcount > 0, and we are called to with flush or commit_now, check_journal_end()
|
Completed in 394 milliseconds