Home
last modified time | relevance | path

Searched refs:hwport (Results 1 – 25 of 52) sorted by relevance

123

/linux-2.6.39/arch/arm/mach-s5p64x0/
Dmach-smdk6450.c65 .hwport = 0,
72 .hwport = 1,
79 .hwport = 2,
86 .hwport = 3,
94 .hwport = 4,
103 .hwport = 5,
Dmach-smdk6440.c65 .hwport = 0,
72 .hwport = 1,
79 .hwport = 2,
86 .hwport = 3,
/linux-2.6.39/arch/arm/mach-s3c2443/
Dmach-smdk2443.c82 .hwport = 0,
89 .hwport = 1,
97 .hwport = 2,
104 .hwport = 3,
/linux-2.6.39/arch/arm/mach-s5pv210/
Dmach-torbreck.c48 .hwport = 0,
55 .hwport = 1,
62 .hwport = 2,
69 .hwport = 3,
Dmach-smdkc110.c51 .hwport = 0,
58 .hwport = 1,
65 .hwport = 2,
72 .hwport = 3,
/linux-2.6.39/arch/arm/mach-s3c64xx/
Dmach-ncp.c55 .hwport = 0,
62 .hwport = 1,
69 .hwport = 2,
Dmach-real6410.c55 .hwport = 0,
62 .hwport = 1,
69 .hwport = 2,
76 .hwport = 3,
/linux-2.6.39/arch/arm/mach-s3c2410/
Dmach-smdk2410.c67 .hwport = 0,
74 .hwport = 1,
81 .hwport = 2,
Dmach-otom.c52 .hwport = 0,
59 .hwport = 1,
67 .hwport = 2,
Dmach-tct_hammer.c105 .hwport = 0,
112 .hwport = 1,
119 .hwport = 2,
Dmach-amlm5900.c127 .hwport = 0,
134 .hwport = 1,
141 .hwport = 2,
/linux-2.6.39/arch/arm/mach-s5p6442/
Dmach-smdk6442.c47 .hwport = 0,
54 .hwport = 1,
61 .hwport = 2,
/linux-2.6.39/arch/arm/mach-s3c2416/
Dmach-smdk2416.c94 .hwport = 0,
101 .hwport = 1,
109 .hwport = 2,
116 .hwport = 3,
/linux-2.6.39/arch/arm/mach-exynos4/
Dmach-armlex4210.c47 .hwport = 0,
54 .hwport = 1,
61 .hwport = 2,
68 .hwport = 3,
Dmach-smdkc210.c49 .hwport = 0,
56 .hwport = 1,
63 .hwport = 2,
70 .hwport = 3,
Dmach-smdkv310.c51 .hwport = 0,
58 .hwport = 1,
65 .hwport = 2,
72 .hwport = 3,
Dmach-nuri.c56 .hwport = 0,
62 .hwport = 1,
68 .hwport = 2,
74 .hwport = 3,
/linux-2.6.39/sound/drivers/
Dmtpav.c131 u8 hwport; member
196 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument
199 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice()
201 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice()
202 p = hwport - 1; in translate_hwport_to_subdevice()
206 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice()
207 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice()
211 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice()
299 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write()
300 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write()
[all …]
/linux-2.6.39/arch/arm/mach-s3c2412/
Dmach-smdk2413.c58 .hwport = 0,
65 .hwport = 1,
73 .hwport = 2,
Dmach-vstms.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
/linux-2.6.39/arch/arm/mach-s3c2440/
Dmach-nexcoder.c60 .hwport = 0,
67 .hwport = 1,
74 .hwport = 2,
Dmach-smdk2440.c82 .hwport = 0,
89 .hwport = 1,
97 .hwport = 2,
Dmach-rx3715.c82 .hwport = 0,
91 .hwport = 1,
101 .hwport = 2,
/linux-2.6.39/arch/arm/mach-s5pc100/
Dmach-smdkc100.c71 .hwport = 0,
78 .hwport = 1,
85 .hwport = 2,
92 .hwport = 3,
/linux-2.6.39/sound/pci/riptide/
Driptide.c397 struct riptideport *hwport; member
843 struct riptideport *hwport; in sendcmd() local
849 hwport = cif->hwport; in sendcmd()
868 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
877 cmdport = &(hwport->port[j % 2]); in sendcmd()
930 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1135 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1196 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1197 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1199 SET_GRESET(cif->hwport); in try_to_load_firmware()
[all …]

123