Lines Matching defs:wr
141 sdiob_rw_direct_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, bool wr,
155 ("%s(fn=%d, addr=%#02x, wr=%d, *val=%#02x)\n", __func__,
156 fn, addr, wr, *val));
160 if (wr)
177 __func__, (wr) ? "write" : "read", addr, error);
181 __func__, (wr) ? "write" : "read", addr, error));
187 if (wr == false)
194 sdio_rw_direct(device_t dev, uint8_t fn, uint32_t addr, bool wr,
202 error = sdiob_rw_direct_sc(sc, fn, addr, wr, val);
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));
261 wr ? "wr" : "rd", buffer, incaddr ? "incaddr" : "fifo"));
267 wr ? "wr" : "rd", buffer, incaddr ? "incaddr" : "fifo",
301 if (wr) {
337 __func__, (wr) ? "write to" : "read from", addr,
344 __func__, (wr) ? "write to" : "read from", addr,
358 __func__, (wr) ? "write to" : "read from", addr,
365 __func__, (wr) ? "write to" : "read from", addr,
374 bool wr, uint32_t size, uint8_t *buffer, bool incaddr)
398 error = sdiob_rw_extended_cam(sc, fn, addr, wr, buffer, incaddr,
412 error = sdiob_rw_extended_cam(sc, fn, addr, wr, buffer, incaddr,
428 sdiob_rw_extended(device_t dev, uint8_t fn, uint32_t addr, bool wr,
436 error = sdiob_rw_extended_sc(sc, fn, addr, wr, size, buffer, incaddr);