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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dintel8x0m.c257 static inline u32 igetdword(struct intel8x0m *chip, u32 offset) function
319 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
334 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
366 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
483 status = igetdword(chip, chip->int_sta_reg);
807 glob_sta = igetdword(chip, ICHREG(GLOB_STA));
837 igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD);
854 cnt = igetdword(chip, ICHREG(GLOB_STA));
858 cnt = igetdword(chip, ICHREG(GLOB_CNT));
865 if ((igetdword(chi
[all...]
H A Dintel8x0.c465 static inline u32 igetdword(struct intel8x0 *chip, u32 offset) function
522 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
540 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
572 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
591 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
620 while (--time && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY))
776 status = igetdword(chip, chip->int_sta_reg);
854 val = igetdword(chip, ICHREG(ALI_DMACR));
863 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]);
891 igetdword(chi
[all...]

Completed in 106 milliseconds