HomeSort by: relevance | last modified time | path
    Searched refs:mc_mbox (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
mlxvar.h 109 u_int8_t mc_mbox[16]; member in struct:mlx_ccb
219 mc->mc_mbox[0x0] = code;
220 mc->mc_mbox[0x2] = f1;
221 mc->mc_mbox[0x3] = ((f2 >> 18) & 0xc0) | ((f1 >> 8) & 0x3f);
222 mc->mc_mbox[0x4] = f2;
223 mc->mc_mbox[0x5] = (f2 >> 8);
224 mc->mc_mbox[0x6] = (f2 >> 16);
225 mc->mc_mbox[0x7] = f3;
226 mc->mc_mbox[0x8] = f4;
227 mc->mc_mbox[0x9] = (f4 >> 8)
    [all...]
mlx.c 1088 switch (mc->mc_mbox[0]) {
1208 if (mc->mc_mbox[0] == MLX_CMD_ENQSYSDRIVE)
1503 command = mc->mc_mbox[0];
1504 channel = mc->mc_mbox[2] & 0xf;
1738 memcpy(mc->mc_mbox, mu->mu_command, sizeof(mc->mc_mbox));
1782 if (mc->mc_mbox[0] == MLX_CMD_DIRECT_CDB) {
1802 mc->mc_mbox[mu->mu_bufptr] = mc->mc_xfer_phys;
1803 mc->mc_mbox[mu->mu_bufptr+1] = mc->mc_xfer_phys >> 8;
1804 mc->mc_mbox[mu->mu_bufptr+2] = mc->mc_xfer_phys >> 16
    [all...]
  /src/sys/dev/pci/
mlx_pci.c 334 MLX_V3REG_MAILBOX, mc->mc_mbox, 13);
482 MLX_V4REG_MAILBOX, mc->mc_mbox, 13);
593 MLX_V5REG_MAILBOX, mc->mc_mbox, 13);
  /src/sys/dev/eisa/
mlx_eisa.c 223 MLX_V1REG_MAILBOX, mc->mc_mbox, 13);

Completed in 39 milliseconds