Home
last modified time | relevance | path

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

12

/Linux-v5.4/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-gta02.c108 .hwport = 0,
115 .hwport = 1,
122 .hwport = 2,
/Linux-v5.4/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-v5.4/sound/drivers/
Dmtpav.c116 u8 hwport; member
181 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument
184 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice()
186 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice()
187 p = hwport - 1; in translate_hwport_to_subdevice()
191 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice()
192 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice()
196 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice()
284 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write()
285 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write()
[all …]
/Linux-v5.4/sound/pci/riptide/
Driptide.c384 struct riptideport *hwport; member
830 struct riptideport *hwport; in sendcmd() local
836 hwport = cif->hwport; in sendcmd()
855 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
864 cmdport = &(hwport->port[j % 2]); in sendcmd()
917 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1122 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1175 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1176 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1178 SET_GRESET(cif->hwport); in try_to_load_firmware()
[all …]
/Linux-v5.4/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