/linux-6.12.1/samples/kfifo/ |
D | inttype-example.c | 19 #define FIFO_SIZE 32 macro 42 static DEFINE_KFIFO(test, int, FIFO_SIZE); 45 static const int expected_result[FIFO_SIZE] = { 153 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
|
D | bytestream-example.c | 19 #define FIFO_SIZE 32 macro 42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE); 45 static const unsigned char expected_result[FIFO_SIZE] = { 160 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
|
D | dma-example.c | 18 #define FIFO_SIZE 32 macro 31 if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) { in example_init() 64 nents = kfifo_dma_in_prepare(&fifo, sg, ARRAY_SIZE(sg), FIFO_SIZE); in example_init()
|
D | record-example.c | 19 #define FIFO_SIZE 128 macro 51 typedef STRUCT_KFIFO_REC_1(FIFO_SIZE) mytest; 167 ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL); in example_init()
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-sh7760.c | 79 #define FIFO_SIZE 16 macro 188 len = (msg->len >= FIFO_SIZE) ? FIFO_SIZE - 1 in sh7760_i2c_irq() 208 while (msg->len && (IN32(id, I2CTFDR) < FIFO_SIZE)) { in sh7760_i2c_irq() 217 len = (msg->len >= FIFO_SIZE) ? 2 : 0; in sh7760_i2c_irq() 251 if (id->msg->len >= FIFO_SIZE) in sh7760_i2c_mrecv() 252 len = FIFO_SIZE - 1; /* trigger at fifo full */ in sh7760_i2c_mrecv() 277 if (id->msg->len >= FIFO_SIZE) in sh7760_i2c_msend() 285 while (id->msg->len && IN32(id, I2CTFDR) < FIFO_SIZE) { in sh7760_i2c_msend()
|
D | i2c-axxia.c | 25 #define FIFO_SIZE 8 macro 307 size_t tx_fifo_avail = FIFO_SIZE - readl(idev->base + MST_TX_FIFO); in axxia_i2c_fill_tx_fifo() 610 msgs[0].len > 0 && msgs[0].len <= FIFO_SIZE && in axxia_i2c_sequence_ok()
|
/linux-6.12.1/drivers/spi/ |
D | spi-st-ssc4.c | 51 #define FIFO_SIZE 8 macro 74 if (spi_st->words_remaining > FIFO_SIZE) in ssc_write_tx_fifo() 75 count = FIFO_SIZE; in ssc_write_tx_fifo() 98 if (spi_st->words_remaining > FIFO_SIZE) in ssc_read_rx_fifo() 99 count = FIFO_SIZE; in ssc_read_rx_fifo()
|
/linux-6.12.1/sound/pci/au88x0/ |
D | au8820.h | 154 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20 macro 155 #define FIFO_MASK (FIFO_SIZE-1) //0x1f /* at shift left 0xc */
|
D | au8810.h | 163 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20 macro 164 #define FIFO_MASK (FIFO_SIZE-1) //0x1f /* at shift left 0xc */
|
D | au8830.h | 183 #define FIFO_SIZE (1<<(FIFO_SIZE_BITS)) // 0x40 macro 184 #define FIFO_MASK (FIFO_SIZE-1) //0x3f /* at shift left 0xc */
|
D | au88x0_core.c | 778 vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE); 822 vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE); // this_4 in vortex_fifo_setadbctrl() 860 vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE); in vortex_fifo_setadbctrl() 879 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE); in vortex_fifo_wtinitialize() 915 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE); // this_4 in vortex_fifo_setwtctrl() 953 vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE); in vortex_fifo_setwtctrl() 1035 vortex_fifo_clearadbdata(vortex, x, FIFO_SIZE); in vortex_fifo_init() 1048 vortex_fifo_clearwtdata(vortex, x, FIFO_SIZE); in vortex_fifo_init()
|
/linux-6.12.1/drivers/net/ethernet/ |
D | ec_bhf.c | 108 #define FIFO_SIZE 64 macro 401 FIFO_SIZE * sizeof(struct rx_desc)); in ec_bhf_open() 409 FIFO_SIZE * sizeof(struct tx_desc)); in ec_bhf_open()
|
/linux-6.12.1/sound/soc/amd/raven/ |
D | acp3x.h | 63 #define FIFO_SIZE 0x100 macro
|
/linux-6.12.1/drivers/platform/x86/amd/pmc/ |
D | pmc.c | 100 #define FIFO_SIZE 4096 macro 199 u32 size = FIFO_SIZE * sizeof(u32); in amd_pmc_stb_debugfs_open() 224 FIFO_SIZE * sizeof(u32)); in amd_pmc_stb_debugfs_read() 1035 for (i = 0; i < FIFO_SIZE; i++) { in amd_pmc_read_stb()
|
/linux-6.12.1/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb_i2c.c | 42 #define FIFO_SIZE 16 macro 134 u32 fifo_space = FIFO_SIZE - in netup_i2c_fifo_tx()
|
/linux-6.12.1/sound/soc/amd/vangogh/ |
D | acp5x.h | 70 #define FIFO_SIZE 0x100 macro
|
/linux-6.12.1/drivers/tty/serial/ |
D | rp2.c | 48 #define FIFO_SIZE 512 macro 432 FIFO_SIZE - readw(up->base + RP2_TX_FIFO_COUNT), in rp2_tx_chars() 668 p->fifosize = FIFO_SIZE; in rp2_load_firmware()
|
/linux-6.12.1/drivers/block/ |
D | ps3vram.c | 33 #define FIFO_SIZE (64 * 1024) macro 38 #define CACHE_PAGE_COUNT ((XDR_BUF_SIZE - FIFO_SIZE) / CACHE_PAGE_SIZE) 214 FIFO_SIZE - 1024) { in ps3vram_fire_ring()
|
/linux-6.12.1/drivers/w1/masters/ |
D | ds2490.c | 102 #define FIFO_SIZE 0x80 macro 650 to_read = rem <= FIFO_SIZE ? rem : FIFO_SIZE; in ds_read_block()
|
/linux-6.12.1/drivers/mmc/core/ |
D | sdio_uart.c | 48 #define FIFO_SIZE PAGE_SIZE macro 93 if (kfifo_alloc(&port->xmit_fifo, FIFO_SIZE, GFP_KERNEL)) in sdio_uart_add_port() 785 return FIFO_SIZE - kfifo_len(&port->xmit_fifo); in sdio_uart_write_room()
|
/linux-6.12.1/sound/soc/amd/acp/ |
D | amd.h | 90 #define FIFO_SIZE 0x100 macro
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | das1800.c | 82 #define FIFO_SIZE 1024 /* 1024 sample fifo */ macro 341 unsigned int nsamples = comedi_nsamples_left(s, FIFO_SIZE / 2); in das1800_handle_fifo_half_full() 1230 devpriv->fifo_buf = kmalloc_array(FIFO_SIZE, in das1800_attach()
|
/linux-6.12.1/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 76 #define FIFO_SIZE 4096 macro
|
D | tehuti.c | 156 u16 memsz = FIFO_SIZE * (1 << fsz_type); in bdx_fifo_init() 1411 int memsz = FIFO_SIZE * (1 << (sz_type + 1)); in bdx_tx_db_init() 2227 return (FIFO_SIZE * (1 << rx_size)) / sizeof(struct rxf_desc); in bdx_rx_fifo_size_to_packets() 2233 return (FIFO_SIZE * (1 << tx_size)) / BDX_TXF_DESC_SZ; in bdx_tx_fifo_size_to_packets()
|
/linux-6.12.1/drivers/ata/ |
D | pata_arasan_cf.c | 175 #define FIFO_SIZE 0x200u macro 474 dma_len = min(xfer_cnt, FIFO_SIZE); in sg_xfer()
|