Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dsa1111ps2.c24 #define PS2STAT 0x0004 macro
66 status = readl_relaxed(ps2if->base + PS2STAT); in ps2_rxint()
69 writel_relaxed(PS2STAT_STP, ps2if->base + PS2STAT); in ps2_rxint()
81 status = readl_relaxed(ps2if->base + PS2STAT); in ps2_rxint()
96 status = readl_relaxed(ps2if->base + PS2STAT); in ps2_txint()
124 if (readl_relaxed(ps2if->base + PS2STAT) & PS2STAT_TXE) { in ps2_write()
214 val = readl_relaxed(ps2if->base + PS2STAT); in ps2_test_one()