Searched refs:AN_EV_CMD (Results 1 – 2 of 2) sorted by relevance
597 if (CSR_READ_2(sc, AN_EVENT_STAT) & AN_EV_CMD) in an_cmd()609 CSR_WRITE_2(sc, AN_EVENT_ACK, AN_EV_CMD); in an_cmd()685 if (CSR_READ_2(sc, AN_EVENT_STAT) & AN_EV_CMD) in an_wait()689 CSR_WRITE_2(sc, AN_EVENT_ACK, AN_EV_CMD); in an_wait()
163 #define AN_EV_CMD 0x0010 /* command completed */ macro