Searched refs:ICH_MAX_FRAGS (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0.c212 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
2766 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2,
2780 (i * ICH_MAX_FRAGS * 2);
2782 (i * sizeof(u32) * ICH_MAX_FRAGS * 2);
H A Dintel8x0m.c157 #define ICH_MAX_FRAGS 32 /* max hw frags */ macro
1177 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2,
1187 ichdev->bdbar = ((u32 *)chip->bdbars.area) + (i * ICH_MAX_FRAGS * 2);
1188 ichdev->bdbar_addr = chip->bdbars.addr + (i * sizeof(u32) * ICH_MAX_FRAGS * 2);

Completed in 75 milliseconds