Searched refs:no_bytes (Results 1 – 3 of 3) sorted by relevance
37 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) in mmcif_loader() argument71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
794 unsigned int no_bytes, unsigned long bits) in header_write() argument799 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()
546 static void fill_tx_fifo(struct nmk_i2c_dev *priv, int no_bytes) in fill_tx_fifo() argument550 for (count = (no_bytes - 2); in fill_tx_fifo()