Lines Matching refs:dev_config
686 struct em28xx_eeprom *dev_config;
819 dev_config = (void *)*eedata;
821 switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) {
846 if (le16_to_cpu(dev_config->chip_conf) & 1 << 3)
849 if (le16_to_cpu(dev_config->chip_conf) & 1 << 2)
852 switch (le16_to_cpu(dev_config->chip_conf) & 0x3) {
868 dev_config->string_idx_table,
869 le16_to_cpu(dev_config->string1),
870 le16_to_cpu(dev_config->string2),
871 le16_to_cpu(dev_config->string3));