Searched refs:ICH_GLOB_CTL_COLD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pci/
H A Dich.h72 #define ICH_GLOB_CTL_COLD 0x00000002 /* negate */ macro
H A Dich.c831 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD, 4);
847 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD | ICH_GLOB_CTL_PRES, 4);
849 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD, 4);
1153 control |= (control & ICH_GLOB_CTL_COLD) ?
1154 ICH_GLOB_CTL_WARM : ICH_GLOB_CTL_COLD;

Completed in 55 milliseconds