HomeSort by: relevance | last modified time | path
    Searched refs:hpibsend (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
hpibvar.h 50 int hpibsend(int, int, int, uint8_t *, int);
ct.c 99 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ssmc, sizeof(ct_ssmc));
133 hpibsend(ctlr, unit, C_CMD, cmd, sizeof(cmd));
260 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ioc, sizeof(ct_ioc));
299 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_rsc, sizeof(ct_rsc));
rd.c 143 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ssmc, sizeof(rd_ssmc));
169 hpibsend(ctlr, unit, C_CMD, cmd, sizeof(cmd));
335 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ioc.c_unit,
362 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_rsc, sizeof(rd_rsc));
hpib.c 100 hpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) function in typeref:typename:int
  /src/sys/arch/hp300/dev/
ct.c 286 hpibsend(device_unit(parent), ha->ha_slave, C_CMD, cmd, sizeof(cmd));
340 hpibsend(ctlr, slave, C_TCMD, &sc->sc_clear, sizeof(sc->sc_clear));
348 hpibsend(ctlr, slave, C_CMD, &sc->sc_src, sizeof(sc->sc_src));
358 hpibsend(ctlr, slave, C_CMD, &sc->sc_ssmc, sizeof(sc->sc_ssmc));
366 hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc));
400 * Check the return of hpibsend() and hpibswait().
404 cc = hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc));
553 hpibsend(ctlr, slave, C_CMD, &sc->sc_ul,
562 hpibsend(ctlr, slave, C_CMD, &sc->sc_wfm,
596 hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc
    [all...]
hpibvar.h 220 int hpibsend(int, int, int, void *, int);
rd.c 597 hpibsend(ctlr, slave, C_CMD, cmd, sizeof(cmd));
724 hpibsend(ctlr, slave, C_TCMD, &clear, sizeof(clear));
732 hpibsend(ctlr, slave, C_CMD, &src, sizeof(src));
742 hpibsend(ctlr, slave, C_CMD, &ssmc, sizeof(ssmc));
1008 printf("rdstart: hpibsend(%x, %x, %x, %p, %x)\n",
1012 if (hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc.c_unit,
1027 * Experience has shown that the hpibwait in this hpibsend will
1161 rv = hpibsend(c, s, C_CMD, &sc->sc_rsc, sizeof(sc->sc_rsc));
1528 hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc.c_unit,
1536 hpibsend(ctlr, slave, C_EXEC, va, nwrt * sectorsize)
    [all...]
mt.c 108 short sc_recvtimeo; /* count of hpibsend timeouts to prevent hang */
316 (void) hpibsend(sc->sc_hpibno, sc->sc_slave,
682 if (hpibsend(sc->sc_hpibno, sc->sc_slave, -2,
725 if (hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount)
797 (void)hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_ECMD,cmdbuf, 1);
922 (void)hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_ECMD, cmdbuf, 1);
hpib.c 294 hpibsend(int unit, int slave, int sec, void *addr, int cnt) function in typeref:typename:int
ppi.c 361 cnt = hpibsend(ctlr, slave, sc->sc_sec, cp, len);

Completed in 59 milliseconds