Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dintel-m10-bmc-pmci.c22 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()