Lines Matching refs:blksz
235 * For b_count == 0, blksz is the len of bytes, otherwise it is the amount of
238 * For byte mode, the maximum of blksz is the functions cur_blksize.
243 bool wr, uint8_t *buffer, bool incaddr, uint32_t b_count, uint16_t blksz)
255 ("%s(fn=%d addr=%#0x wr=%d b_count=%u blksz=%u buf=%p incr=%d)\n",
256 __func__, fn, addr, wr, b_count, blksz, buffer, incaddr));
259 "supported: b_count %u blksz %u, sc %p, fn %u, addr %#10x, %s, "
260 "buffer %p, %s\n", __func__, b_count, blksz, sc, fn, addr,
263 KASSERT((blksz <= sc->cardinfo.f[fn].cur_blksize), ("%s: blksz "
265 "buffer %p, %s, b_count %u\n", __func__, blksz,
271 len = blksz;
272 if (blksz == 512)
273 blksz = 0;
274 arg = SD_IOE_RW_LEN(blksz);
283 len = b_count * blksz;
297 mmcd.block_size = blksz;
336 "%s b_count %u blksz %u error=%d\n",
339 b_count, blksz, error);
343 "%s b_count %u blksz %u error=%d\n",
346 b_count, blksz, error));
357 "%s b_count %u blksz %u mmcio resp error=%d\n",
360 b_count, blksz, error);
364 "%s b_count %u blksz %u mmcio resp error=%d\n",
367 b_count, blksz, error));