Home
last modified time | relevance | path

Searched refs:ICH_MAX_FRAGS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/
H A Dintel8x0m.c141 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
1165 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2, in snd_intel8x0m_create()
1175 ichdev->bdbar = ((__le32 *)chip->bdbars.area) + (i * ICH_MAX_FRAGS * 2); in snd_intel8x0m_create()
1176 ichdev->bdbar_addr = chip->bdbars.addr + (i * sizeof(u32) * ICH_MAX_FRAGS * 2); in snd_intel8x0m_create()
H A Dintel8x0.c204 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
3044 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2, in snd_intel8x0_create()
3056 (i * ICH_MAX_FRAGS * 2); in snd_intel8x0_create()
3058 (i * sizeof(u32) * ICH_MAX_FRAGS * 2); in snd_intel8x0_create()
/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0m.c126 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
1116 ICH_MAX_FRAGS * 2); in snd_intel8x0m_init()
1125 ichdev->bdbar = ((__le32 *)chip->bdbars->area) + (i * ICH_MAX_FRAGS * 2); in snd_intel8x0m_init()
1126 ichdev->bdbar_addr = chip->bdbars->addr + (i * sizeof(u32) * ICH_MAX_FRAGS * 2); in snd_intel8x0m_init()
H A Dintel8x0.c181 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
2992 ICH_MAX_FRAGS * 2); in snd_intel8x0_init()
3002 (i * ICH_MAX_FRAGS * 2); in snd_intel8x0_init()
3004 (i * sizeof(u32) * ICH_MAX_FRAGS * 2); in snd_intel8x0_init()

Completed in 13 milliseconds