Home
last modified time | relevance | path

Searched refs:byte_limit (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-bcm2835aux.c346 unsigned long hz_per_byte, byte_limit; in bcm2835aux_spi_transfer_one() local
391 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835aux_spi_transfer_one()
394 if (tfr->len < byte_limit) in bcm2835aux_spi_transfer_one()
H A Dspi-bcm2835.c1055 unsigned long hz_per_byte, byte_limit; in bcm2835_spi_transfer_one() local
1093 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835_spi_transfer_one()
1096 if (tfr->len < byte_limit) in bcm2835_spi_transfer_one()
H A Dspi-imx.c1618 unsigned long hz_per_byte, byte_limit; in spi_imx_transfer_one() local
1642 byte_limit = hz_per_byte ? transfer->effective_speed_hz / hz_per_byte : 1; in spi_imx_transfer_one()
1645 if (transfer->len < byte_limit) in spi_imx_transfer_one()
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
H A Dbtrfs_tree.h593 __u64 byte_limit; member
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h880 __le64 byte_limit; member
/openbmc/linux/fs/btrfs/
H A Daccessors.h729 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
/openbmc/linux/net/core/
H A Dskbuff.c1582 const u32 byte_limit = 1 << 19; /* limit to a few TSO */ in msg_zerocopy_realloc() local
1599 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()