Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ppbus/
H A Dppb_msq.h180 extern int ppb_MS_exec(
H A Dimmio.c450 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer, in imm_outstr()
468 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr()
H A Dvpoio.c447 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer, in vpoio_outstr()
464 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr()
H A Dppb_msq.c138 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() function