Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dapbps2.c47 #define APBPS2_STATUS_TF (1<<5) macro
92 while ((ioread32be(&priv->regs->status) & APBPS2_STATUS_TF) && tleft--) in apbps2_write()
95 if ((ioread32be(&priv->regs->status) & APBPS2_STATUS_TF) == 0) { in apbps2_write()