Searched refs:GLOB_STA (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/ |
H A D | intel8x0m.c | 293 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0m_codec_semaphore() 345 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_codec_read() 348 iputdword(chip, ICHREG(GLOB_STA), in snd_intel8x0m_codec_read() 802 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_mixer() 852 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_ich_chip_init() 853 iputdword(chip, ICHREG(GLOB_STA), cnt & status); in snd_intel8x0m_ich_chip_init() 880 status = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0m_ich_chip_init() 890 igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_ich_chip_init() 901 status |= igetdword(chip, ICHREG(GLOB_STA)) & nstatus; in snd_intel8x0m_ich_chip_init() 912 nstatus = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0m_ich_chip_init() [all …]
|
H A D | intel8x0.c | 541 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_codec_read() 544 iputdword(chip, ICHREG(GLOB_STA), tmp & in snd_intel8x0_codec_read() 563 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_codec_read_test() 566 iputdword(chip, ICHREG(GLOB_STA), tmp & in snd_intel8x0_codec_read_test() 2162 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_mixer() 2386 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_ich_chip_init() 2403 status = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init() 2413 igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_ich_chip_init() 2422 status |= igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init() 2436 nstatus = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | ac97.c | 174 GLOB_STA = 0x30, enumerator 766 case GLOB_STA: in nabm_readl() 875 case GLOB_STA: in nabm_writel()
|