Lines Matching refs:hw_revision
89 u8 hw_revision, old_ver;
97 hw_revision = ene_read_reg(dev, ENE_ECHV);
107 if (hw_revision == 0xFF) {
115 chip_major, chip_minor, old_ver, hw_revision);
124 if (chip_major == 0x39 && chip_minor == 0x26 && hw_revision == 0xC0) {
125 dev->hw_revision = ENE_HW_C;
127 } else if (old_ver == 0x24 && hw_revision == 0xC0) {
128 dev->hw_revision = ENE_HW_B;
131 dev->hw_revision = ENE_HW_D;
136 if (dev->hw_revision < ENE_HW_C)
400 if (dev->hw_revision < ENE_HW_C)
469 if (dev->hw_revision < ENE_HW_C) {
591 if (dev->hw_revision == ENE_HW_C)
683 if (dev->hw_revision < ENE_HW_C) {