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

  /src/sys/dev/ic/
mb89352var.h 172 #define SPC_MAX_MSG_LEN 8
173 uint8_t sc_omess[SPC_MAX_MSG_LEN];
175 uint8_t sc_imess[SPC_MAX_MSG_LEN];
mb89352.c 1001 if (n >= SPC_MAX_MSG_LEN) {
  /src/sys/arch/x68k/dev/
mhavar.h 123 #define SPC_MAX_MSG_LEN 8
124 u_char sc_omess[SPC_MAX_MSG_LEN];
126 u_char sc_imess[SPC_MAX_MSG_LEN];
mha.c 1037 if (sc->sc_imlen >= SPC_MAX_MSG_LEN) {
1068 * SPC_MAX_MSG_LEN. Longer messages will be amputated.

Completed in 14 milliseconds