Searched refs:std_eeprom_maps (Results 1 – 1 of 1) sorted by relevance
1856 static const struct pvr2_std_hack std_eeprom_maps[] = { variable1929 for (idx = 0; idx < ARRAY_SIZE(std_eeprom_maps); idx++) { in pvr2_hdw_setup_std()1930 if (std_eeprom_maps[idx].msk ? in pvr2_hdw_setup_std()1931 ((std_eeprom_maps[idx].pat ^ in pvr2_hdw_setup_std()1933 std_eeprom_maps[idx].msk) : in pvr2_hdw_setup_std()1934 (std_eeprom_maps[idx].pat != in pvr2_hdw_setup_std()1937 std_eeprom_maps[idx].std); in pvr2_hdw_setup_std()1941 hdw->std_mask_cur = std_eeprom_maps[idx].std; in pvr2_hdw_setup_std()