Searched refs:ICH_GLOB_CTL_COLD (Results 1 – 2 of 2) sorted by relevance
72 #define ICH_GLOB_CTL_COLD 0x00000002 /* negate */ macro
831 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD, 4); in ich_init()847 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD | ICH_GLOB_CTL_PRES, 4); in ich_init()849 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD, 4); in ich_init()1154 control |= (control & ICH_GLOB_CTL_COLD) ? in ich_pci_codec_reset()1155 ICH_GLOB_CTL_WARM : ICH_GLOB_CTL_COLD; in ich_pci_codec_reset()