Searched refs:buffsize (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | clps711x-fb.c | 37 resource_size_t buffsize; member 108 if (size > cfb->buffsize) in clps711x_fb_set_par() 253 cfb->buffsize = resource_size(res); in clps711x_fb_probe() 303 memset_io(info->screen_base, 0, cfb->buffsize); in clps711x_fb_probe()
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.h | 73 int buffsize; /* Max buffers sizes */ member
|
H A D | slip.c | 178 sl->buffsize = len; in sl_alloc_bufs() 290 sl->buffsize = len; 338 if (count + 80 > sl->buffsize) { 986 if (sl->rcount < sl->buffsize) { 1062 if (sl->rcount < sl->buffsize) {
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 282 dma_addr_t buffsize; member 742 if (rx_ring->fbr[1]->buffsize == 4096) in et131x_rx_dma_enable() 744 else if (rx_ring->fbr[1]->buffsize == 8192) in et131x_rx_dma_enable() 746 else if (rx_ring->fbr[1]->buffsize == 16384) in et131x_rx_dma_enable() 750 if (rx_ring->fbr[0]->buffsize == 256) in et131x_rx_dma_enable() 752 else if (rx_ring->fbr[0]->buffsize == 512) in et131x_rx_dma_enable() 754 else if (rx_ring->fbr[0]->buffsize == 1024) in et131x_rx_dma_enable() 1894 rx_ring->fbr[0]->buffsize = 256; in et131x_rx_dma_memory_alloc() 1896 rx_ring->fbr[1]->buffsize = 2048; in et131x_rx_dma_memory_alloc() 1899 rx_ring->fbr[0]->buffsize = 512; in et131x_rx_dma_memory_alloc() [all …]
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | mkiss.c | 56 int buffsize; /* Max buffers sizes */ member 331 if (ax->rcount < ax->buffsize) { in kiss_unesc() 416 ax->buffsize = len; in ax_changedmtu() 601 ax->buffsize = len; in ax_open()
|
H A D | 6pack.c | 105 int buffsize; /* Max buffers sizes */ member 593 sp->buffsize = len; in sixpack_open()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | gpio.h | 163 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize);
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 661 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize) in gpio_get_status() argument 678 len = snprintf(str, buffsize, "%s%d: %s", in gpio_get_status() 690 snprintf(str + len, buffsize - len, ": %d [%c]%s%s", in gpio_get_status()
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 800 const size_t buffsize = 512; in ahci_test_identify() local 833 ahci_io(ahci, px, CMD_IDENTIFY, &buff, buffsize, 0); in ahci_test_identify() 1797 uint64_t buffsize) in offset_sector() argument 1810 nsectors = buffsize / AHCI_SECTOR_SIZE; in offset_sector()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_buffers.c | 382 u32 buffsize = mlxsw_sp->sb_ops->int_buf_size_get(mtu, speed); in mlxsw_sp_hdroom_int_buf_size_get() local 384 return mlxsw_sp_bytes_cells(mlxsw_sp, buffsize) + 1; in mlxsw_sp_hdroom_int_buf_size_get()
|