Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3015 #define PER_PAGE_SIZE 0x400 in mt7996_mcu_set_eeprom_flash() macro
3021 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7996_mcu_set_eeprom_flash()
3029 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7996_mcu_set_eeprom_flash()
3030 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
3032 eep_len = PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c2770 #define PER_PAGE_SIZE 0x400 in mt7915_mcu_set_eeprom_flash() macro
2773 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7915_mcu_set_eeprom_flash()
2782 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7915_mcu_set_eeprom_flash()
2783 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()
2785 eep_len = PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()

Completed in 13 milliseconds