Lines Matching defs:command
175 u16 command;
185 command = (PCI_EEPROM_READ_OPCODE << eeprom->width) | word;
186 eeprom_93cx6_write_bits(eeprom, command,
240 u16 command;
251 command = (PCI_EEPROM_READ_OPCODE << (eeprom->width + 1)) | byte;
252 eeprom_93cx6_write_bits(eeprom, command,
298 u16 command;
300 /* start the command */
303 /* create command to enable/disable */
305 command = enable ? PCI_EEPROM_EWEN_OPCODE : PCI_EEPROM_EWDS_OPCODE;
306 command <<= (eeprom->width - 2);
308 eeprom_93cx6_write_bits(eeprom, command,
331 u16 command;
333 /* start the command */
336 command = PCI_EEPROM_WRITE_OPCODE << eeprom->width;
337 command |= addr;
339 /* send write command */
340 eeprom_93cx6_write_bits(eeprom, command,