Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h191 #define XL_STAT_CMDBUSY 0x1000 /* 12 */ 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()