Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/fpga/
H A Daltera-freeze-bridge.c22 #define FREEZE_CSR_STATUS_FREEZE_REQ_DONE BIT(0) macro
99 if (status & FREEZE_CSR_STATUS_FREEZE_REQ_DONE) { in altera_freeze_br_do_freeze()
111 FREEZE_CSR_STATUS_FREEZE_REQ_DONE); in altera_freeze_br_do_freeze()
140 } else if (!(status & FREEZE_CSR_STATUS_FREEZE_REQ_DONE)) { in altera_freeze_br_do_unfreeze()
/kernel/linux/linux-6.6/drivers/fpga/
H A Daltera-freeze-bridge.c23 #define FREEZE_CSR_STATUS_FREEZE_REQ_DONE BIT(0) macro
100 if (status & FREEZE_CSR_STATUS_FREEZE_REQ_DONE) { in altera_freeze_br_do_freeze()
112 FREEZE_CSR_STATUS_FREEZE_REQ_DONE); in altera_freeze_br_do_freeze()
141 } else if (!(status & FREEZE_CSR_STATUS_FREEZE_REQ_DONE)) { in altera_freeze_br_do_unfreeze()

Completed in 1 milliseconds