Searched refs:std_eeprom_maps (Results 1 – 1 of 1) sorted by relevance
1843 static const struct pvr2_std_hack std_eeprom_maps[] = { variable1914 for (idx = 0; idx < ARRAY_SIZE(std_eeprom_maps); idx++) { in pvr2_hdw_setup_std()1915 if (std_eeprom_maps[idx].msk ? in pvr2_hdw_setup_std()1916 ((std_eeprom_maps[idx].pat ^ in pvr2_hdw_setup_std()1918 std_eeprom_maps[idx].msk) : in pvr2_hdw_setup_std()1919 (std_eeprom_maps[idx].pat != in pvr2_hdw_setup_std()1922 std_eeprom_maps[idx].std); in pvr2_hdw_setup_std()1926 hdw->std_mask_cur = std_eeprom_maps[idx].std; in pvr2_hdw_setup_std()