Home
last modified time | relevance | path

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

/drivers/bootcount/
A Drtc.c11 static const u8 bootcount_magic = 0xbc; variable
21 const u16 val = bootcount_magic << 8 | (a & 0xff); in bootcount_rtc_set()
41 if (val >> 8 == bootcount_magic) { in bootcount_rtc_get()
A Di2c-eeprom.c12 static const u8 bootcount_magic = 0xbc; variable
22 const u16 val = bootcount_magic << 8 | (a & 0xff); in bootcount_i2c_eeprom_set()
44 if (val >> 8 == bootcount_magic) { in bootcount_i2c_eeprom_get()
A Dspi-flash.c11 static const u8 bootcount_magic = 0xbc; variable
56 const u16 val = bootcount_magic << 8 | (a & 0xff); in bootcount_spi_flash_set()
76 if (val >> 8 == bootcount_magic) { in bootcount_spi_flash_get()

Completed in 13 milliseconds