Searched refs:std_eeprom_maps (Results 1 – 1 of 1) sorted by relevance
1837 static const struct pvr2_std_hack std_eeprom_maps[] = { variable1908 for (idx = 0; idx < ARRAY_SIZE(std_eeprom_maps); idx++) { in pvr2_hdw_setup_std()1909 if (std_eeprom_maps[idx].msk ? in pvr2_hdw_setup_std()1910 ((std_eeprom_maps[idx].pat ^ in pvr2_hdw_setup_std()1912 std_eeprom_maps[idx].msk) : in pvr2_hdw_setup_std()1913 (std_eeprom_maps[idx].pat != in pvr2_hdw_setup_std()1916 std_eeprom_maps[idx].std); in pvr2_hdw_setup_std()1920 hdw->std_mask_cur = std_eeprom_maps[idx].std; in pvr2_hdw_setup_std()