Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dapbps2.c43 #define APBPS2_STATUS_TF (1<<5) macro
88 while ((ioread32be(&priv->regs->status) & APBPS2_STATUS_TF) && tleft--) in apbps2_write()
91 if ((ioread32be(&priv->regs->status) & APBPS2_STATUS_TF) == 0) { in apbps2_write()