Searched refs:PER_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
2789 #define PER_PAGE_SIZE 0x400 in mt7915_mcu_set_eeprom_flash() macro2792 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7915_mcu_set_eeprom_flash()2801 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7915_mcu_set_eeprom_flash()2802 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()2804 eep_len = PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()
3494 #define PER_PAGE_SIZE 0x400 in mt7996_mcu_set_eeprom_flash() macro3500 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7996_mcu_set_eeprom_flash()3508 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7996_mcu_set_eeprom_flash()3509 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()3511 eep_len = PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()