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

  /src/sys/arch/news68k/dev/
ms.c 74 int code, index, byte0, byte1, byte2; local in function:ms_intr
100 byte1 = sc->sc_buf[MS_X_BYTE];
111 dx = byte1 & MS_X_DATA;
  /src/sys/arch/newsmips/apbus/
ms_ap.c 116 int code, index, byte0, byte1, byte2; local in function:ms_ap_intr
147 byte1 = sc->sc_buf[1];
159 dx = byte1 - 0x80;
161 dx = byte1;
  /src/sys/arch/newsmips/dev/
ms_hb.c 123 int code, index, byte0, byte1, byte2; local in function:ms_hb_intr
154 byte1 = sc->sc_buf[1];
166 dx = byte1 - 0x80;
168 dx = byte1;
  /src/sys/dev/pci/bktr/
bktr_core.h 55 int i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2);
bktr_core.c 3853 i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2)
3866 (short)(((byte2 & 0xff) << 8) | (byte1 & 0xff))))
3870 (char)(byte1 & 0xff)))
3999 i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2)
4011 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND;
4013 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND_878;
  /src/sys/netinet/
sctp_crc32.c 155 u_int8_t byte0, byte1, byte2, byte3; local in function:sctp_csum_finalize
166 byte1 = (result >> 8) & 0x000000ff;
169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
  /src/sys/dev/scsipi/
scsi_tape.h 196 u_int8_t byte1; /* set LSB to read hardware block pos */ member in struct:scsi_tape_read_position
st.c 2016 cmd.byte1 = 6; /* service action: LONG FORM */
2087 cmd.byte1 = 1;
  /src/sys/dev/pci/
arcmsrvar.h 154 uint8_t byte1; member in struct:arc_fw_hdr
  /src/sys/dev/ic/
advlib.h 365 ASC_SCSI_INQ1 byte1; member in struct:__anonb66e5a2c0608

Completed in 23 milliseconds