Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/misc/cardreader/
H A Drts5261.c365 u8 valid, efuse_valid, tmp; in rts5261_init_from_hw() local
384 efuse_valid = ((tmp & 0x0C) >> 2); in rts5261_init_from_hw()
385 pcr_dbg(pcr, "Load efuse valid: 0x%x\n", efuse_valid); in rts5261_init_from_hw()
396 if (efuse_valid == 2 || efuse_valid == 3) { in rts5261_init_from_hw()
406 } else if (efuse_valid == 0) { in rts5261_init_from_hw()
/kernel/linux/linux-5.10/drivers/misc/cardreader/
H A Drts5261.c369 u8 valid, efuse_valid, tmp; in rts5261_init_from_hw() local
388 efuse_valid = ((tmp & 0x0C) >> 2); in rts5261_init_from_hw()
389 pcr_dbg(pcr, "Load efuse valid: 0x%x\n", efuse_valid); in rts5261_init_from_hw()
391 if (efuse_valid == 0) { in rts5261_init_from_hw()

Completed in 3 milliseconds