Searched refs:std_eeprom_maps (Results 1 – 1 of 1) sorted by relevance
1836 static const struct pvr2_std_hack std_eeprom_maps[] = { variable1907 for (idx = 0; idx < ARRAY_SIZE(std_eeprom_maps); idx++) { in pvr2_hdw_setup_std()1908 if (std_eeprom_maps[idx].msk ? in pvr2_hdw_setup_std()1909 ((std_eeprom_maps[idx].pat ^ in pvr2_hdw_setup_std()1911 std_eeprom_maps[idx].msk) : in pvr2_hdw_setup_std()1912 (std_eeprom_maps[idx].pat != in pvr2_hdw_setup_std()1915 std_eeprom_maps[idx].std); in pvr2_hdw_setup_std()1919 hdw->std_mask_cur = std_eeprom_maps[idx].std; in pvr2_hdw_setup_std()