Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h102 #define XL_STATUS 0x0E macro
H A Dif_xl.c358 if ((CSR_READ_2(sc, XL_STATUS) & XL_STAT_CMDBUSY) == 0) in xl_wait()
856 if (!(CSR_READ_2(sc, XL_STATUS) & XL_STAT_CMDBUSY)) in xl_reset()
2152 status = CSR_READ_2(sc, XL_STATUS); in xl_intr()
2239 status = CSR_READ_2(sc, XL_STATUS); in xl_poll_locked()