Lines Matching refs:dev_config
680 struct em28xx_eeprom *dev_config;
813 dev_config = (void *)*eedata;
815 switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) {
840 if (le16_to_cpu(dev_config->chip_conf) & 1 << 3)
843 if (le16_to_cpu(dev_config->chip_conf) & 1 << 2)
846 switch (le16_to_cpu(dev_config->chip_conf) & 0x3) {
862 dev_config->string_idx_table,
863 le16_to_cpu(dev_config->string1),
864 le16_to_cpu(dev_config->string2),
865 le16_to_cpu(dev_config->string3));