Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmcu.c2991 #define PER_PAGE_SIZE 0x400 in mt7996_mcu_set_eeprom_flash() macro
2997 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7996_mcu_set_eeprom_flash()
3005 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7996_mcu_set_eeprom_flash()
3006 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
3008 eep_len = PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c2755 #define PER_PAGE_SIZE 0x400 in mt7915_mcu_set_eeprom_flash() macro
2758 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7915_mcu_set_eeprom_flash()
2767 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7915_mcu_set_eeprom_flash()
2768 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()
2770 eep_len = PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()