Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c3012 #define PER_PAGE_SIZE 0x400 in mt7996_mcu_set_eeprom_flash() macro
3018 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7996_mcu_set_eeprom_flash()
3026 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7996_mcu_set_eeprom_flash()
3027 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
3029 eep_len = PER_PAGE_SIZE; in mt7996_mcu_set_eeprom_flash()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2761 #define PER_PAGE_SIZE 0x400 in mt7915_mcu_set_eeprom_flash() macro
2764 u8 total = DIV_ROUND_UP(eeprom_size, PER_PAGE_SIZE); in mt7915_mcu_set_eeprom_flash()
2773 if (i == total - 1 && !!(eeprom_size % PER_PAGE_SIZE)) in mt7915_mcu_set_eeprom_flash()
2774 eep_len = eeprom_size % PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()
2776 eep_len = PER_PAGE_SIZE; in mt7915_mcu_set_eeprom_flash()