box 340 dev/ic/cissreg.h u_int16_t box;
box 346 dev/ic/cissreg.h u_int16_t box;
box 361 dev/ic/cissreg.h u_int16_t box;
box 5256 dev/ic/isp.c unsigned int lim, ibits, obits, box, opcode;
box 5269 dev/ic/isp.c for (box = 0; box < MAX_MAILBOX; box++) {
box 5270 dev/ic/isp.c if (ibits & (1 << box)) {
box 5271 dev/ic/isp.c ISP_WRITE(isp, MBOX_OFF(box), mbp->param[box]);
box 5274 dev/ic/isp.c isp->isp_mboxtmp[box] = mbp->param[box] = 0;
box 5297 dev/ic/isp.c unsigned int lim, ibits, obits, box, opcode;
box 5328 dev/ic/isp.c for (box = 0; box < MAX_MAILBOX; box++) {
box 5329 dev/ic/isp.c if (ibits & (1 << box)) {
box 5330 dev/ic/isp.c ISP_WRITE(isp, MBOX_OFF(box), mbp->param[box]);
box 5332 dev/ic/isp.c isp->isp_mboxtmp[box] = mbp->param[box] = 0;
box 5365 dev/ic/isp.c for (box = 0; box < MAX_MAILBOX; box++) {
box 5366 dev/ic/isp.c if (obits & (1 << box)) {
box 5367 dev/ic/isp.c mbp->param[box] = isp->isp_mboxtmp[box];