Home
last modified time | relevance | path

Searched refs:PER_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c2683 #define PER_PAGE_SIZE 0x400 in mt7915_mcu_set_eeprom_flash() macro
2686 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7915_mcu_set_eeprom_flash()
2695 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7915_mcu_set_eeprom_flash()
2696 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()
2698 eep_len = PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()