/netbsd-src/sys/arch/hp300/dev/ |
H A D | ct.c | 286 hpibsend(device_unit(parent), ha->ha_slave, C_CMD, cmd, sizeof(cmd)); in ctident() 340 hpibsend(ctlr, slave, C_TCMD, &sc->sc_clear, sizeof(sc->sc_clear)); in ctreset() 348 hpibsend(ctlr, slave, C_CMD, &sc->sc_src, sizeof(sc->sc_src)); in ctreset() 358 hpibsend(ctlr, slave, C_CMD, &sc->sc_ssmc, sizeof(sc->sc_ssmc)); in ctreset() 366 hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc)); in ctreset() 404 cc = hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc)); in ctopen() 553 hpibsend(ctlr, slave, C_CMD, &sc->sc_ul, in ctstart() 562 hpibsend(ctlr, slave, C_CMD, &sc->sc_wfm, in ctstart() 596 hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc, in ctstart() 637 hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc, sizeof(sc->sc_ioc)); in ctstart() [all …]
|
H A D | mt.c | 316 (void) hpibsend(sc->sc_hpibno, sc->sc_slave, in mtreaddsj() 682 if (hpibsend(sc->sc_hpibno, sc->sc_slave, -2, in mtstart() 725 if (hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount) in mtstart() 797 (void)hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_ECMD,cmdbuf, 1); in mtintr() 922 (void)hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_ECMD, cmdbuf, 1); in mtintr()
|
H A D | rd.c | 597 hpibsend(ctlr, slave, C_CMD, cmd, sizeof(cmd)); in rdident() 724 hpibsend(ctlr, slave, C_TCMD, &clear, sizeof(clear)); in rdreset_unit() 732 hpibsend(ctlr, slave, C_CMD, &src, sizeof(src)); in rdreset_unit() 742 hpibsend(ctlr, slave, C_CMD, &ssmc, sizeof(ssmc)); in rdreset_unit() 1012 if (hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc.c_unit, in rdstart() 1161 rv = hpibsend(c, s, C_CMD, &sc->sc_rsc, sizeof(sc->sc_rsc)); in rdstatus() 1528 hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc.c_unit, in rddump() 1536 hpibsend(ctlr, slave, C_EXEC, va, nwrt * sectorsize); in rddump()
|
H A D | hpibvar.h | 220 int hpibsend(int, int, int, void *, int);
|
H A D | hpib.c | 294 hpibsend(int unit, int slave, int sec, void *addr, int cnt) in hpibsend() function
|
H A D | ppi.c | 361 cnt = hpibsend(ctlr, slave, sc->sc_sec, cp, len); in ppirw()
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | ct.c | 99 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ssmc, sizeof(ct_ssmc)); in ctinit() 133 hpibsend(ctlr, unit, C_CMD, cmd, sizeof(cmd)); in ctident() 260 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ioc, sizeof(ct_ioc)); in ctstrategy() 299 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_rsc, sizeof(ct_rsc)); in cterror()
|
H A D | rd.c | 143 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ssmc, sizeof(rd_ssmc)); in rdreset() 169 hpibsend(ctlr, unit, C_CMD, cmd, sizeof(cmd)); in rdident() 335 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ioc.c_unit, in rdstrategy() 362 hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_rsc, sizeof(rd_rsc)); in rderror()
|
H A D | hpibvar.h | 50 int hpibsend(int, int, int, uint8_t *, int);
|
H A D | hpib.c | 100 hpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) in hpibsend() function
|