Searched refs:ppb_insarg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | vpoio.c | 120 disconnect_microseq[i].arg[2] = (union ppb_insarg)d_pulse; \ 122 connect_spp_microseq[i].arg[2] = (union ppb_insarg)c_pulse; \ 447 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer, in vpoio_outstr() 448 (union ppb_insarg)size, (union ppb_insarg)MS_UNKNOWN, &error); in vpoio_outstr() 464 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr() 465 (union ppb_insarg)size, (union ppb_insarg)MS_UNKNOWN, &error); in vpoio_instr()
|
| D | ppb_msq.h | 184 union ppb_insarg, /* param1 */ 185 union ppb_insarg, /* param2 */ 186 union ppb_insarg, /* param3 */
|
| D | immio.c | 450 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer, in imm_outstr() 451 (union ppb_insarg)size, (union ppb_insarg)MS_UNKNOWN, &error); in imm_outstr() 468 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr() 469 (union ppb_insarg)size, (union ppb_insarg)MS_UNKNOWN, &error); in imm_instr()
|
| D | ppb_msq.c | 138 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() 139 union ppb_insarg param2, union ppb_insarg param3, int *ret) in ppb_MS_exec()
|
| D | ppbconf.h | 150 union ppb_insarg { union 159 union ppb_insarg arg[PPB_MS_MAXARGS]; /* arguments */
|