Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi.h95 unsigned int wk_refcount; member
H A Domap_ssi_port.c596 dev_dbg(&port->device, "Wake out high %d\n", omap_port->wk_refcount); in ssi_start_tx()
599 if (omap_port->wk_refcount++) { in ssi_start_tx()
617 dev_dbg(&port->device, "Wake out low %d\n", omap_port->wk_refcount); in ssi_stop_tx()
620 BUG_ON(!omap_port->wk_refcount); in ssi_stop_tx()
621 if (--omap_port->wk_refcount) { in ssi_stop_tx()
789 WARN_ON(omap_port->wk_refcount != 0); in ssi_release()