• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/

Lines Matching refs:device_type

369 	unsigned int device_type;
952 switch (chip->device_type) {
978 if (chip->device_type == DEVICE_NFORCE) {
988 } else if (chip->device_type == DEVICE_INTEL_ICH4) {
1009 if (chip->device_type == DEVICE_INTEL_ICH4)
1097 if (chip->device_type == DEVICE_SIS) {
1207 int idx = chip->device_type == DEVICE_NFORCE ? NVD_SPBAR : ICHD_SPBAR;
1215 int idx = chip->device_type == DEVICE_NFORCE ? NVD_SPBAR : ICHD_SPBAR;
1498 switch (chip->device_type) {
1978 switch (chip->device_type) {
1999 if (chip->device_type != DEVICE_ALI) {
2007 if (chip->device_type == DEVICE_INTEL_ICH4) {
2039 if (chip->device_type == DEVICE_ALI)
2060 if (chip->device_type == DEVICE_INTEL_ICH4)
2064 if (chip->device_type != DEVICE_INTEL_ICH4)
2076 if (chip->device_type == DEVICE_INTEL_ICH4) {
2081 if (chip->device_type == DEVICE_INTEL_ICH4) {
2107 if (chip->device_type == DEVICE_INTEL_ICH4) {
2111 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
2115 if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) {
2128 if (chip->device_type != DEVICE_ALI)
2159 if (chip->device_type == DEVICE_NFORCE)
2239 if (chip->device_type == DEVICE_SIS) {
2243 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
2293 if (chip->device_type != DEVICE_ALI) {
2336 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
2389 if (chip->device_type == DEVICE_INTEL_ICH4)
2433 if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) {
2513 if (chip->device_type != DEVICE_ALI)
2530 if (chip->device_type == DEVICE_ALI) {
2571 if (chip->device_type == DEVICE_ALI)
2576 if (chip->device_type == DEVICE_INTEL_ICH4)
2590 if (chip->device_type == DEVICE_INTEL_ICH4 ||
2591 chip->device_type == DEVICE_SIS)
2629 unsigned long device_type,
2683 chip->device_type = device_type;
2704 if (device_type == DEVICE_ALI) {
2730 chip->bdbars_count = bdbars[device_type];
2733 switch (device_type) {
2749 if (device_type == DEVICE_SIS) {
2757 if (device_type == DEVICE_ALI)
2760 ichdev->pos_shift = (device_type == DEVICE_SIS) ? 0 : 1;
2785 chip->int_sta_reg = device_type == DEVICE_ALI ?
2791 switch(chip->device_type) {