• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/

Lines Matching defs:device_type

376 	unsigned int device_type;
961 switch (chip->device_type) {
989 if (chip->device_type == DEVICE_NFORCE) {
999 } else if (chip->device_type == DEVICE_INTEL_ICH4) {
1020 if (chip->device_type == DEVICE_INTEL_ICH4)
1132 if (chip->device_type == DEVICE_SIS) {
1247 int idx = chip->device_type == DEVICE_NFORCE ? NVD_SPBAR : ICHD_SPBAR;
1255 int idx = chip->device_type == DEVICE_NFORCE ? NVD_SPBAR : ICHD_SPBAR;
1538 switch (chip->device_type) {
2072 switch (chip->device_type) {
2093 if (chip->device_type != DEVICE_ALI) {
2101 if (chip->device_type == DEVICE_INTEL_ICH4) {
2133 if (chip->device_type == DEVICE_ALI)
2153 if (chip->device_type == DEVICE_INTEL_ICH4)
2157 if (chip->device_type != DEVICE_INTEL_ICH4)
2169 if (chip->device_type == DEVICE_INTEL_ICH4) {
2174 if (chip->device_type == DEVICE_INTEL_ICH4) {
2203 if (chip->device_type == DEVICE_INTEL_ICH4) {
2207 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
2211 if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) {
2224 if (chip->device_type != DEVICE_ALI)
2312 if (chip->device_type == DEVICE_NFORCE)
2371 if (chip->device_type == DEVICE_SIS) {
2375 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
2425 if (chip->device_type != DEVICE_ALI) {
2468 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
2521 if (chip->device_type == DEVICE_INTEL_ICH4)
2564 if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) {
2646 if (chip->device_type != DEVICE_ALI)
2678 if (chip->device_type == DEVICE_ALI) {
2762 if (chip->device_type == DEVICE_ALI)
2767 if (chip->device_type == DEVICE_INTEL_ICH4)
2781 if (chip->device_type == DEVICE_INTEL_ICH4 ||
2782 chip->device_type == DEVICE_SIS)
2820 unsigned long device_type,
2874 chip->device_type = device_type;
2895 if (device_type == DEVICE_ALI) {
2921 chip->bdbars_count = bdbars[device_type];
2924 switch (device_type) {
2940 if (device_type == DEVICE_SIS) {
2948 if (device_type == DEVICE_ALI)
2951 ichdev->pos_shift = (device_type == DEVICE_SIS) ? 0 : 1;
2976 chip->int_sta_reg = device_type == DEVICE_ALI ?
2982 switch(chip->device_type) {