Searched refs:ichdev (Results 1 – 2 of 2) sorted by relevance
138 struct ichdev { struct176 struct ichdev ichd[2]; argument366 static void snd_intel8x0m_setup_periods(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_setup_periods() argument369 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0m_setup_periods()370 unsigned long port = ichdev->reg_offset; in snd_intel8x0m_setup_periods()372 iputdword(chip, port + ICH_REG_OFF_BDBAR, ichdev->bdbar_addr); in snd_intel8x0m_setup_periods()373 if (ichdev->size == ichdev->fragsize) { in snd_intel8x0m_setup_periods()374 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0m_setup_periods()375 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0m_setup_periods()377 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0m_setup_periods()[all …]
308 struct ichdev { struct351 struct ichdev ichd[6]; argument636 static void snd_intel8x0_setup_periods(struct intel8x0 *chip, struct ichdev *ichdev) in snd_intel8x0_setup_periods() argument639 __le32 *bdbar = ichdev->bdbar; in snd_intel8x0_setup_periods()640 unsigned long port = ichdev->reg_offset; in snd_intel8x0_setup_periods()642 iputdword(chip, port + ICH_REG_OFF_BDBAR, ichdev->bdbar_addr); in snd_intel8x0_setup_periods()643 if (ichdev->size == ichdev->fragsize) { in snd_intel8x0_setup_periods()644 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0_setup_periods()645 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0_setup_periods()647 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf); in snd_intel8x0_setup_periods()[all …]