Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/mfd/
H A Dintel-m10-bmc-pmci.c21 struct mutex flash_mutex; /* protects flash_busy and serializes flash read/read */
22 bool flash_busy; member
260 if (pmci->flash_busy) { in m10bmc_pmci_flash_read()
287 WARN_ON_ONCE(!pmci->flash_busy); in m10bmc_pmci_flash_write()
301 if (pmci->flash_busy) { in m10bmc_pmci_flash_lock()
306 pmci->flash_busy = true; in m10bmc_pmci_flash_lock()
318 WARN_ON_ONCE(!pmci->flash_busy); in m10bmc_pmci_flash_unlock()
319 pmci->flash_busy = false; in m10bmc_pmci_flash_unlock()

Completed in 1 milliseconds