Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.h44 #define REG_CMD_STAT 0x0e /* Write command, read status */ macro
533 stat = GET16(REG_CMD_STAT); \
553 #define PUT_CMD(x) PUT16(REG_CMD_STAT, (x))
554 #define SET_WIN(x) PUT16(REG_CMD_STAT, CMD_SELECT_WINDOW | (x))
H A Delxl.c1746 stat = GET16(REG_CMD_STAT); in elxl_intr()