Home
last modified time | relevance | path

Searched refs:no_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sh/boot/romimage/
H A Dmmcif-sh7724.c37 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) in mmcif_loader() argument
71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
/linux/drivers/media/platform/imagination/
H A De5010-jpeg-enc.c794 unsigned int no_bytes, unsigned long bits) in header_write() argument
799 if ((*offset + no_bytes) > HEADER_SIZE) { in header_write()
801 __FILE__, __func__, __LINE__, *offset + no_bytes, HEADER_SIZE); in header_write()
805 for (i = no_bytes - 1; i >= 0; i--) in header_write()
808 *offset += no_bytes; in header_write()
/linux/drivers/i2c/busses/
H A Di2c-nomadik.c546 static void fill_tx_fifo(struct nmk_i2c_dev *priv, int no_bytes) in fill_tx_fifo() argument
550 for (count = (no_bytes - 2); in fill_tx_fifo()