Home
last modified time | relevance | path

Searched refs:hwport (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-smdk2443.c71 .hwport = 0,
78 .hwport = 1,
86 .hwport = 2,
93 .hwport = 3,
H A Dmach-smdk2410.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
H A Dmach-otom.c45 .hwport = 0,
52 .hwport = 1,
60 .hwport = 2,
H A Dmach-ncp.c48 .hwport = 0,
55 .hwport = 1,
62 .hwport = 2,
H A Dmach-smdk2440.c74 .hwport = 0,
81 .hwport = 1,
89 .hwport = 2,
H A Dmach-tct_hammer.c83 .hwport = 0,
90 .hwport = 1,
97 .hwport = 2,
H A Dmach-vstms.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
H A Dmach-smdk2413.c52 .hwport = 0,
59 .hwport = 1,
67 .hwport = 2,
H A Dmach-nexcoder.c55 .hwport = 0,
62 .hwport = 1,
69 .hwport = 2,
H A Dmach-mini6410.c53 .hwport = 0,
60 .hwport = 1,
67 .hwport = 2,
74 .hwport = 3,
H A Dmach-smdk2416.c90 .hwport = 0,
97 .hwport = 1,
105 .hwport = 2,
112 .hwport = 3,
H A Dmach-real6410.c52 .hwport = 0,
59 .hwport = 1,
66 .hwport = 2,
73 .hwport = 3,
H A Dmach-amlm5900.c102 .hwport = 0,
109 .hwport = 1,
116 .hwport = 2,
H A Dmach-rx3715.c67 .hwport = 0,
75 .hwport = 1,
84 .hwport = 2,
H A Dmach-smdk6400.c41 .hwport = 0,
48 .hwport = 1,
H A Dmach-hmt.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
H A Dmach-qt2410.c59 .hwport = 0,
66 .hwport = 1,
73 .hwport = 2,
H A Dinit.c117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
H A Dmach-anw6410.c66 .hwport = 0,
73 .hwport = 1,
H A Dmach-at2440evb.c57 .hwport = 0,
65 .hwport = 1,
/kernel/linux/linux-5.10/sound/drivers/
H A 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...]
/kernel/linux/linux-6.6/sound/drivers/
H 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...]
/kernel/linux/linux-5.10/sound/pci/riptide/
H A Driptide.c384 struct riptideport *hwport; member
829 struct riptideport *hwport; in sendcmd() local
835 hwport = cif->hwport; in sendcmd()
854 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
863 cmdport = &(hwport->port[j % 2]); in sendcmd()
916 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1121 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1176 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1177 WRITE_PORT_ULONG(cif->hwport in try_to_load_firmware()
1827 struct riptideport *hwport; snd_riptide_create() local
[all...]
/kernel/linux/linux-6.6/sound/pci/riptide/
H A Driptide.c383 struct riptideport *hwport; member
828 struct riptideport *hwport; in sendcmd() local
834 hwport = cif->hwport; in sendcmd()
853 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
862 cmdport = &(hwport->port[j % 2]); in sendcmd()
915 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1126 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1181 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1182 WRITE_PORT_ULONG(cif->hwport in try_to_load_firmware()
1820 struct riptideport *hwport; snd_riptide_create() local
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dinit.c96 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
98 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()

Completed in 14 milliseconds

12