Searched refs:statests (Results 1 – 4 of 4) sorted by relevance
310 uint16_t statests = REG_RD(®s()->statests) & HDA_REG_STATESTS_MASK; in ProcessControllerIRQ() local311 if (statests) { in ProcessControllerIRQ()312 REG_WR(®s()->statests, statests); in ProcessControllerIRQ()313 uint32_t tmp = statests; in ProcessControllerIRQ()314 for (uint8_t i = 0u; statests && (i < countof(codecs_)); ++i, tmp >>= 1) { in ProcessControllerIRQ()
53 out_regs.statests = REG_RD(®s()->statests); in SnapshotRegs()
152 ihda_dump16("STATESTS", ®s, offsetof(hda_registers_t, statests)); in DumpRegs()
64 uint16_t statests; // (0x0E) State Change Status member
Completed in 6 milliseconds