Home
last modified time | relevance | path

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

12

/linux/arch/arm/mach-s3c/
A Dmach-smdk2443.c71 .hwport = 0,
78 .hwport = 1,
86 .hwport = 2,
93 .hwport = 3,
A Dmach-ncp.c48 .hwport = 0,
55 .hwport = 1,
62 .hwport = 2,
A Dmach-smdk2410.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
A Dmach-otom.c45 .hwport = 0,
52 .hwport = 1,
60 .hwport = 2,
A Dmach-smdk2413.c52 .hwport = 0,
59 .hwport = 1,
67 .hwport = 2,
A Dmach-vstms.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
A Dmach-smdk2416.c90 .hwport = 0,
97 .hwport = 1,
105 .hwport = 2,
112 .hwport = 3,
A Dmach-nexcoder.c55 .hwport = 0,
62 .hwport = 1,
69 .hwport = 2,
A Dmach-tct_hammer.c83 .hwport = 0,
90 .hwport = 1,
97 .hwport = 2,
A Dmach-real6410.c52 .hwport = 0,
59 .hwport = 1,
66 .hwport = 2,
73 .hwport = 3,
A Dmach-smdk2440.c74 .hwport = 0,
81 .hwport = 1,
89 .hwport = 2,
A Dmach-rx3715.c67 .hwport = 0,
75 .hwport = 1,
84 .hwport = 2,
A Dmach-mini6410.c53 .hwport = 0,
60 .hwport = 1,
67 .hwport = 2,
74 .hwport = 3,
A Dmach-amlm5900.c102 .hwport = 0,
109 .hwport = 1,
116 .hwport = 2,
A Dmach-smdk6400.c41 .hwport = 0,
48 .hwport = 1,
A Dmach-hmt.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
A Dmach-qt2410.c59 .hwport = 0,
66 .hwport = 1,
73 .hwport = 2,
A Dmach-vr1000.c107 .hwport = 0,
114 .hwport = 1,
122 .hwport = 2,
A Dinit.c117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
A Dmach-osiris.c99 .hwport = 0,
107 .hwport = 1,
115 .hwport = 2,
A Dmach-smartq.c46 .hwport = 0,
53 .hwport = 1,
60 .hwport = 2,
A Dmach-smdk6410.c79 .hwport = 0,
86 .hwport = 1,
93 .hwport = 2,
100 .hwport = 3,
A Dmach-gta02.c106 .hwport = 0,
113 .hwport = 1,
120 .hwport = 2,
/linux/sound/drivers/
A Dmtpav.c115 u8 hwport; member
180 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument
183 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice()
185 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice()
186 p = hwport - 1; in translate_hwport_to_subdevice()
190 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice()
191 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice()
195 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice()
283 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write()
284 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write()
[all …]
/linux/sound/pci/riptide/
A Driptide.c834 hwport = cif->hwport; in sendcmd()
1184 SET_GRESET(cif->hwport); in try_to_load_firmware()
1190 if (IS_READY(cif->hwport) && !IS_GERR(cif->hwport)) in try_to_load_firmware()
1198 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1204 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1301 SET_AIACK(cif->hwport); in riptide_reset()
1302 SET_AIE(cif->hwport); in riptide_reset()
1303 SET_AIACK(cif->hwport); in riptide_reset()
1396 SET_AIE(cif->hwport); in snd_riptide_trigger()
1712 if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || in snd_riptide_interrupt()
[all …]

Completed in 29 milliseconds

12