OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
AN_EV_CMD
sys/dev/ic/an.c
597
if (CSR_READ_2(sc, AN_EVENT_STAT) & AN_EV_CMD)
sys/dev/ic/an.c
609
CSR_WRITE_2(sc, AN_EVENT_ACK, AN_EV_CMD);
sys/dev/ic/an.c
685
if (CSR_READ_2(sc, AN_EVENT_STAT) & AN_EV_CMD)
sys/dev/ic/an.c
689
CSR_WRITE_2(sc, AN_EVENT_ACK, AN_EV_CMD);