Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/arm/mach-s3c/
Dmach-smdk2443.c61 .hwport = 0,
68 .hwport = 1,
76 .hwport = 2,
83 .hwport = 3,
Dmach-ncp.c48 .hwport = 0,
55 .hwport = 1,
62 .hwport = 2,
Dmach-smdk2410.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
Dmach-otom.c45 .hwport = 0,
52 .hwport = 1,
60 .hwport = 2,
Dmach-vstms.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
Dmach-smdk2413.c52 .hwport = 0,
59 .hwport = 1,
67 .hwport = 2,
Dmach-smdk2416.c80 .hwport = 0,
87 .hwport = 1,
95 .hwport = 2,
102 .hwport = 3,
Dmach-nexcoder.c55 .hwport = 0,
62 .hwport = 1,
69 .hwport = 2,
Dmach-tct_hammer.c83 .hwport = 0,
90 .hwport = 1,
97 .hwport = 2,
Dmach-smdk2440.c64 .hwport = 0,
71 .hwport = 1,
79 .hwport = 2,
Dmach-rx3715.c61 .hwport = 0,
69 .hwport = 1,
78 .hwport = 2,
Dmach-real6410.c52 .hwport = 0,
59 .hwport = 1,
66 .hwport = 2,
73 .hwport = 3,
Dmach-mini6410.c53 .hwport = 0,
60 .hwport = 1,
67 .hwport = 2,
74 .hwport = 3,
Dmach-amlm5900.c102 .hwport = 0,
109 .hwport = 1,
116 .hwport = 2,
Dmach-smdk6400.c41 .hwport = 0,
48 .hwport = 1,
Dmach-hmt.c50 .hwport = 0,
57 .hwport = 1,
64 .hwport = 2,
Dmach-qt2410.c59 .hwport = 0,
66 .hwport = 1,
73 .hwport = 2,
Dinit.c119 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs()
121 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
Dmach-vr1000.c102 .hwport = 0,
109 .hwport = 1,
117 .hwport = 2,
Dmach-osiris.c94 .hwport = 0,
102 .hwport = 1,
110 .hwport = 2,
Dmach-smartq.c46 .hwport = 0,
53 .hwport = 1,
60 .hwport = 2,
Dmach-anw6410.c66 .hwport = 0,
73 .hwport = 1,
Dmach-at2440evb.c57 .hwport = 0,
65 .hwport = 1,
/linux-6.1.9/sound/drivers/
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-6.1.9/sound/pci/riptide/
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->port[i].data2, 0); in try_to_load_firmware()
1184 SET_GRESET(cif->hwport); in try_to_load_firmware()
[all …]

12