Home
last modified time | relevance | path

Searched refs:ICH_MAX_FRAGS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/
Dintel8x0m.c156 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
1215 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2, in snd_intel8x0m_create()
1225 ichdev->bdbar = ((u32 *)chip->bdbars.area) + (i * ICH_MAX_FRAGS * 2); in snd_intel8x0m_create()
1226 ichdev->bdbar_addr = chip->bdbars.addr + (i * sizeof(u32) * ICH_MAX_FRAGS * 2); in snd_intel8x0m_create()
Dintel8x0.c228 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
3148 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2, in snd_intel8x0_create()
3163 (i * ICH_MAX_FRAGS * 2); in snd_intel8x0_create()
3165 (i * sizeof(u32) * ICH_MAX_FRAGS * 2); in snd_intel8x0_create()