Searched refs:CSR_STATUS (Results 1 – 2 of 2) sorted by relevance
623 CSR_WRITE_4(sc, CSR_STATUS, 0xffffffff); in are_init_locked()834 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7; in are_encap()893 txstat = (CSR_READ_4(sc, CSR_STATUS) >> 20) & 7; in are_start_locked()1633 status = CSR_READ_4(sc, CSR_STATUS); in are_intr()1635 CSR_WRITE_4(sc, CSR_STATUS, status); in are_intr()1735 status = CSR_READ_4(sc, CSR_STATUS); in dump_status_reg()
263 #define CSR_STATUS 0x1014 /* (interrupt) status */ macro