Searched refs:gctl (Results 1 – 5 of 5) sorted by relevance
40 if (REG_RD(®s()->gctl) & HDA_REG_GCTL_HWINIT) { in ResetControllerHW()71 REG_CLR_BITS(®s()->gctl, HDA_REG_GCTL_HWINIT); in ResetControllerHW()77 return (REG_RD(®s()->gctl) & HDA_REG_GCTL_HWINIT) == 0; in ResetControllerHW()89 REG_SET_BITS<uint32_t>(®s()->gctl, HDA_REG_GCTL_HWINIT); in ResetControllerHW()95 return (REG_RD(®s()->gctl) & HDA_REG_GCTL_HWINIT) != 0; in ResetControllerHW()659 REG_SET_BITS(®s()->gctl, HDA_REG_GCTL_UNSOL); in InitInternal()
51 out_regs.gctl = REG_RD(®s()->gctl); in SnapshotRegs()
188 REG_CLR_BITS(®s()->gctl, HDA_REG_GCTL_HWINIT); in DeviceShutdown()
150 ihda_dump32("GCTL", ®s, offsetof(hda_registers_t, gctl)); in DumpRegs()
62 uint32_t gctl; // (0x08) Global Control member
Completed in 8 milliseconds