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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsati_move.c83 * @param[in] write_opcode This parameter specifies the value to be written
94 U8 write_opcode,
101 sati_set_ata_command(register_fis, write_opcode);
115 * @param[in] write_opcode This parameter specifies the value to be written
127 U8 write_opcode,
134 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode);
153 * @param[in] write_opcode This parameter specifies the value to be written
167 U8 write_opcode,
171 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode);
91 sati_move_set_ata_command( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * ata_io, U8 write_opcode, U8 read_opcode ) argument
123 sati_move_small_udma_translate_command( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, void * ata_io, U8 write_opcode, U8 read_opcode ) argument
162 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-13-stable/sys/dev/e1000/
H A De1000_nvm.c622 u8 write_opcode = NVM_WRITE_OPCODE_SPI; local
646 write_opcode |= NVM_A8_OPCODE_SPI;
649 e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.c1371 u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI; local
1402 write_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI;
1405 ixgbe_shift_out_eeprom_bits(hw, write_opcode,

Completed in 105 milliseconds