Home
last modified time | relevance | path

Searched refs:pad_bits (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_vli.h223 unsigned int pad_bits; member
226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
230 bs->pad_bits = pad_bits; in bitstream_init()
289 if (bs->cur.b + ((bs->cur.bit + bs->pad_bits + bits -1) >> 3) - bs->buf >= bs->buf_len) in bitstream_get_bits()
291 - bs->cur.bit - bs->pad_bits; in bitstream_get_bits()
/OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-regmap.c210 mcp251xfd_regmap_crc.pad_bits / BITS_PER_BYTE) in mcp251xfd_regmap_crc_gather_write()
227 mcp251xfd_regmap_crc.pad_bits / BITS_PER_BYTE; in mcp251xfd_regmap_crc_write()
281 mcp251xfd_regmap_crc.pad_bits / BITS_PER_BYTE) in mcp251xfd_regmap_crc_read()
368 .pad_bits = 0,
395 .pad_bits = 16, /* keep data bits aligned */
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c830 int pad_bits; in btf_dump_emit_bit_padding() local
834 pad_bits = chip_away_bits(off_diff, ptr_bits); in btf_dump_emit_bit_padding()
837 pad_bits = chip_away_bits(off_diff, 32); in btf_dump_emit_bit_padding()
840 pad_bits = chip_away_bits(off_diff, 16); in btf_dump_emit_bit_padding()
843 pad_bits = chip_away_bits(off_diff, 8); in btf_dump_emit_bit_padding()
845 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits); in btf_dump_emit_bit_padding()
846 off_diff -= pad_bits; in btf_dump_emit_bit_padding()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtlv320aic32x4-spi.c26 config.pad_bits = 1; in aic32x4_spi_probe()
H A Dadav80x.c868 .pad_bits = 1,
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dadxl372_spi.c18 .pad_bits = 1,
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap-sdw.c48 if (config->pad_bits != 0) in regmap_sdw_config_check()
H A Dregmap-mmio.c224 if (config->pad_bits) in regmap_mmio_gen_context()
H A Dregmap.c790 map->format.pad_bytes = config->pad_bits / 8; in __regmap_init()
793 config->val_bits + config->pad_bits, 8); in __regmap_init()
794 map->reg_shift = config->pad_bits % 8; in __regmap_init()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dda9052-spi.c42 config.pad_bits = 1; in da9052_spi_probe()
H A Dcs47l15-tables.c1245 .pad_bits = 16,
1277 .pad_bits = 16,
H A Dmc13xxx-spi.c50 .pad_bits = 1,
H A Dcs47l35-tables.c1492 .pad_bits = 16,
1528 .pad_bits = 16,
H A Dcs47l92-tables.c1884 .pad_bits = 16,
1920 .pad_bits = 16,
H A Dcs47l85-tables.c2830 .pad_bits = 16,
2866 .pad_bits = 16,
H A Dcs47l90-tables.c2533 .pad_bits = 16,
2569 .pad_bits = 16,
H A Dmotorola-cpcap.c208 .pad_bits = 0,
H A Dcs47l24-tables.c1610 .pad_bits = 16,
H A Dwm5102-tables.c1916 .pad_bits = 16,
H A Dwm5110-tables.c3196 .pad_bits = 16,
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-xra1403.c40 .pad_bits = 1,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt39016.c109 .pad_bits = 2,
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A Dksz_common.h310 .pad_bits = (regpad), \
/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Dmrf24j40.c388 .pad_bits = 1,
495 .pad_bits = 5,
/OK3568_Linux_fs/kernel/include/linux/
H A Dregmap.h353 int pad_bits; member

12