zyd_cmd
static int zyd_cmd(struct zyd_softc *, uint16_t, const void *, int,
.bufsize = sizeof(struct zyd_cmd),
.bufsize = sizeof(struct zyd_cmd),
struct zyd_cmd *cmd = &sc->sc_ibuf;
struct zyd_cmd cmd;
error = zyd_cmd(sc, ZYD_CMD_IORD, ®, sizeof(reg), &tmp, sizeof(tmp),
error = zyd_cmd(sc, ZYD_CMD_IORD, regs, sizeof(regs), tmp, sizeof(tmp),
return zyd_cmd(sc, ZYD_CMD_IOWR, &pair, sizeof(pair), NULL, 0, 0);
return zyd_cmd(sc, ZYD_CMD_IOWR, pair, sizeof(pair), NULL, 0, 0);
error = zyd_cmd(sc, ZYD_CMD_RFCFG, &req, 4 + 2 * rf->width, NULL, 0, 0);
struct zyd_cmd *cmd;
struct zyd_cmd sc_ibuf;