Searched refs:std_eeprom_maps (Results 1 – 1 of 1) sorted by relevance
1889 static const struct pvr2_std_hack std_eeprom_maps[] = { variable1964 for (idx = 0; idx < ARRAY_SIZE(std_eeprom_maps); idx++) { in pvr2_hdw_setup_std()1965 if (std_eeprom_maps[idx].msk ? in pvr2_hdw_setup_std()1966 ((std_eeprom_maps[idx].pat ^ in pvr2_hdw_setup_std()1968 std_eeprom_maps[idx].msk) : in pvr2_hdw_setup_std()1969 (std_eeprom_maps[idx].pat != in pvr2_hdw_setup_std()1972 std_eeprom_maps[idx].std); in pvr2_hdw_setup_std()1976 hdw->std_mask_cur = std_eeprom_maps[idx].std; in pvr2_hdw_setup_std()