Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-smdk2443.c74 .hwport = 0,
81 .hwport = 1,
89 .hwport = 2,
96 .hwport = 3,
Dmach-smdk2410.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
Dmach-otom.c46 .hwport = 0,
53 .hwport = 1,
61 .hwport = 2,
Dmach-smdk2413.c53 .hwport = 0,
60 .hwport = 1,
68 .hwport = 2,
Dmach-tct_hammer.c84 .hwport = 0,
91 .hwport = 1,
98 .hwport = 2,
Dmach-vstms.c51 .hwport = 0,
58 .hwport = 1,
65 .hwport = 2,
Dmach-nexcoder.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
Dmach-smdk2416.c92 .hwport = 0,
99 .hwport = 1,
107 .hwport = 2,
114 .hwport = 3,
Dmach-smdk2440.c75 .hwport = 0,
82 .hwport = 1,
90 .hwport = 2,
Dmach-rx3715.c69 .hwport = 0,
77 .hwport = 1,
86 .hwport = 2,
Dmach-amlm5900.c105 .hwport = 0,
112 .hwport = 1,
119 .hwport = 2,
Dmach-qt2410.c62 .hwport = 0,
69 .hwport = 1,
76 .hwport = 2,
Dmach-vr1000.c107 .hwport = 0,
114 .hwport = 1,
122 .hwport = 2,
Dmach-at2440evb.c60 .hwport = 0,
68 .hwport = 1,
Dmach-osiris.c102 .hwport = 0,
110 .hwport = 1,
118 .hwport = 2,
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dmach-ncp.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
Dmach-real6410.c53 .hwport = 0,
60 .hwport = 1,
67 .hwport = 2,
74 .hwport = 3,
Dmach-mini6410.c54 .hwport = 0,
61 .hwport = 1,
68 .hwport = 2,
75 .hwport = 3,
Dmach-smdk6400.c43 .hwport = 0,
50 .hwport = 1,
Dmach-hmt.c52 .hwport = 0,
59 .hwport = 1,
66 .hwport = 2,
Dmach-anw6410.c68 .hwport = 0,
75 .hwport = 1,
Dmach-smartq.c48 .hwport = 0,
55 .hwport = 1,
62 .hwport = 2,
/Linux-v4.19/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-v4.19/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()
1190 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1191 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1193 SET_GRESET(cif->hwport); in try_to_load_firmware()
[all …]
/Linux-v4.19/arch/arm/plat-samsung/
Dinit.c117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()

12