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

/freebsd-10.2-release/sys/dev/isci/scil/
H A Dsati_move.c81 * @param[in] write_opcode This parameter specifies the value to be written
92 U8 write_opcode,
99 sati_set_ata_command(register_fis, write_opcode);
113 * @param[in] write_opcode This parameter specifies the value to be written
125 U8 write_opcode,
132 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode);
151 * @param[in] write_opcode This parameter specifies the value to be written
165 U8 write_opcode,
169 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode);
89 sati_move_set_ata_command( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * ata_io, U8 write_opcode, U8 read_opcode ) argument
121 sati_move_small_udma_translate_command( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, void * ata_io, U8 write_opcode, U8 read_opcode ) argument
160 sati_move_large_udma_translate_command( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, void * ata_io, U32 sector_count, U8 write_opcode, U8 read_opcode ) argument
/freebsd-10.2-release/sys/dev/e1000/
H A De1000_nvm.c621 u8 write_opcode = NVM_WRITE_OPCODE_SPI; local
645 write_opcode |= NVM_A8_OPCODE_SPI;
648 e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits);
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_common.c1266 u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI; local
1297 write_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI;
1300 ixgbe_shift_out_eeprom_bits(hw, write_opcode,

Completed in 61 milliseconds