Home
last modified time | relevance | path

Searched refs:R592_REG_MSC_FIFO_EMPTY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/memstick/host/
H A Dr592.h84 #define R592_REG_MSC_FIFO_EMPTY (1 << 10) /* fifo is empty */ macro
87 #define R592_REG_MSC_FIFO_USER_ORN (1 << 12) /* set if software reads empty fifo (if R592_REG_MSC_FIFO_EMPTY is set) */
H A Dr592.c209 if (r592_read_reg(dev, R592_REG_MSC) & R592_REG_MSC_FIFO_EMPTY) in r592_test_fifo_empty()
215 if (r592_read_reg(dev, R592_REG_MSC) & R592_REG_MSC_FIFO_EMPTY) in r592_test_fifo_empty()
/kernel/linux/linux-6.6/drivers/memstick/host/
H A Dr592.h84 #define R592_REG_MSC_FIFO_EMPTY (1 << 10) /* fifo is empty */ macro
87 #define R592_REG_MSC_FIFO_USER_ORN (1 << 12) /* set if software reads empty fifo (if R592_REG_MSC_FIFO_EMPTY is set) */
H A Dr592.c209 if (r592_read_reg(dev, R592_REG_MSC) & R592_REG_MSC_FIFO_EMPTY) in r592_test_fifo_empty()
215 if (r592_read_reg(dev, R592_REG_MSC) & R592_REG_MSC_FIFO_EMPTY) in r592_test_fifo_empty()

Completed in 3 milliseconds