Searched refs:ichdev (Results 1 – 2 of 2) sorted by relevance
153 struct ichdev { struct191 struct ichdev ichd[2]; argument380 static void snd_intel8x0m_setup_periods(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_setup_periods() argument383 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0m_setup_periods()384 unsigned long port = ichdev->reg_offset; in snd_intel8x0m_setup_periods()386 iputdword(chip, port + ICH_REG_OFF_BDBAR, ichdev->bdbar_addr); in snd_intel8x0m_setup_periods()387 if (ichdev->size == ichdev->fragsize) { in snd_intel8x0m_setup_periods()388 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0m_setup_periods()389 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0m_setup_periods()391 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0m_setup_periods()[all …]
331 struct ichdev { struct373 struct ichdev ichd[6]; argument656 static void snd_intel8x0_setup_periods(struct intel8x0 *chip, struct ichdev *ichdev) in snd_intel8x0_setup_periods() argument659 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0_setup_periods()660 unsigned long port = ichdev->reg_offset; in snd_intel8x0_setup_periods()662 iputdword(chip, port + ICH_REG_OFF_BDBAR, ichdev->bdbar_addr); in snd_intel8x0_setup_periods()663 if (ichdev->size == ichdev->fragsize) { in snd_intel8x0_setup_periods()664 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0_setup_periods()665 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0_setup_periods()667 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0_setup_periods()[all …]