Searched refs:mc_mailbox (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/mlx/
H A Dmlxreg.h513 mc->mc_mailbox[0x0] = code;
514 mc->mc_mailbox[0x2] = f1 & 0xff;
515 mc->mc_mailbox[0x3] = (((f2 >> 24) & 0x3) << 6) | ((f1 >> 8) & 0x3f);
516 mc->mc_mailbox[0x4] = f2 & 0xff;
517 mc->mc_mailbox[0x5] = (f2 >> 8) & 0xff;
518 mc->mc_mailbox[0x6] = (f2 >> 16) & 0xff;
519 mc->mc_mailbox[0x7] = f3;
520 mc->mc_mailbox[0x8] = f4 & 0xff;
521 mc->mc_mailbox[0x9] = (f4 >> 8) & 0xff;
522 mc->mc_mailbox[
[all...]
H A Dmlx.c1158 switch(mc->mc_mailbox[0]) {
1251 device_printf(sc->mlx_dev, "%s: unknown command 0x%x", __func__, mc->mc_mailbox[0]);
1533 int command = mc->mc_mailbox[0];
1534 int channel = mc->mc_mailbox[2] & 0xf;
1989 device_printf(sc->mlx_dev, " %13D\n", mc->mc_mailbox, " ");
2020 if (mc->mc_mailbox[0] == MLX_CMD_DIRECT_CDB) {
2030 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff;
2031 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff;
2032 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff;
2033 mc->mc_mailbox[m
[all...]
H A Dmlxvar.h92 u_int8_t mc_mailbox[16]; /* command mailbox */ member in struct:mlx_command

Completed in 102 milliseconds