Home
last modified time | relevance | path

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

123

/linux-3.4.99/arch/arm/mach-s5p64x0/
Dmach-smdk6450.c75 .hwport = 0,
82 .hwport = 1,
89 .hwport = 2,
96 .hwport = 3,
104 .hwport = 4,
113 .hwport = 5,
Dmach-smdk6440.c75 .hwport = 0,
82 .hwport = 1,
89 .hwport = 2,
96 .hwport = 3,
/linux-3.4.99/arch/arm/mach-s3c24xx/
Dmach-smdk2443.c82 .hwport = 0,
89 .hwport = 1,
97 .hwport = 2,
104 .hwport = 3,
Dmach-smdk2410.c69 .hwport = 0,
76 .hwport = 1,
83 .hwport = 2,
Dmach-otom.c54 .hwport = 0,
61 .hwport = 1,
69 .hwport = 2,
Dmach-tct_hammer.c103 .hwport = 0,
110 .hwport = 1,
117 .hwport = 2,
Dmach-smdk2413.c58 .hwport = 0,
65 .hwport = 1,
73 .hwport = 2,
Dmach-vstms.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
Dmach-nexcoder.c62 .hwport = 0,
69 .hwport = 1,
76 .hwport = 2,
Dmach-smdk2416.c98 .hwport = 0,
105 .hwport = 1,
113 .hwport = 2,
120 .hwport = 3,
Dmach-smdk2440.c84 .hwport = 0,
91 .hwport = 1,
99 .hwport = 2,
Dmach-rx3715.c74 .hwport = 0,
82 .hwport = 1,
91 .hwport = 2,
Dmach-amlm5900.c126 .hwport = 0,
133 .hwport = 1,
140 .hwport = 2,
/linux-3.4.99/arch/arm/mach-s5pv210/
Dmach-torbreck.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
71 .hwport = 3,
Dmach-smdkc110.c54 .hwport = 0,
61 .hwport = 1,
68 .hwport = 2,
75 .hwport = 3,
Dmach-smdkv210.c69 .hwport = 0,
76 .hwport = 1,
83 .hwport = 2,
90 .hwport = 3,
/linux-3.4.99/arch/arm/mach-s3c64xx/
Dmach-ncp.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
Dmach-real6410.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
78 .hwport = 3,
Dmach-smdk6400.c48 .hwport = 0,
55 .hwport = 1,
Dmach-mini6410.c56 .hwport = 0,
63 .hwport = 1,
70 .hwport = 2,
77 .hwport = 3,
/linux-3.4.99/arch/arm/mach-exynos/
Dmach-armlex4210.c49 .hwport = 0,
56 .hwport = 1,
63 .hwport = 2,
70 .hwport = 3,
Dmach-smdk4x12.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
78 .hwport = 3,
/linux-3.4.99/sound/drivers/
Dmtpav.c132 u8 hwport; member
197 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument
200 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice()
202 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice()
203 p = hwport - 1; in translate_hwport_to_subdevice()
207 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice()
208 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice()
212 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice()
300 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write()
301 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write()
[all …]
/linux-3.4.99/arch/arm/mach-s5pc100/
Dmach-smdkc100.c74 .hwport = 0,
81 .hwport = 1,
88 .hwport = 2,
95 .hwport = 3,
/linux-3.4.99/sound/pci/riptide/
Driptide.c398 struct riptideport *hwport; member
844 struct riptideport *hwport; in sendcmd() local
850 hwport = cif->hwport; in sendcmd()
869 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
878 cmdport = &(hwport->port[j % 2]); in sendcmd()
931 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1136 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1197 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1198 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1200 SET_GRESET(cif->hwport); in try_to_load_firmware()
[all …]

123