Home
last modified time | relevance | path

Searched refs:ppb_MS_exec (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/ppbus/
HDppb_msq.h178 extern int ppb_MS_exec(
HDimmio.c448 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer, in imm_outstr()
466 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr()
HDvpoio.c445 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer, in vpoio_outstr()
462 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr()
HDppb_msq.c136 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() function