Home
last modified time | relevance | path

Searched refs:oport (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/sound/soc/uniphier/
Daio-pxs2.c50 .oport = { 3, AUD_HW_HPCMOUT1, },
64 .oport = { 0, AUD_HW_PCMOUT1, },
78 .oport = { 1, AUD_HW_PCMOUT2, },
91 .oport = { 12, AUD_HW_HIECOUT1, },
104 .oport = { 12, AUD_HW_HIECOUT1, },
117 .oport = { 13, AUD_HW_IECOUT1, },
130 .oport = { 13, AUD_HW_IECOUT1, },
Daio-ld11.c76 .oport = { 0, AUD_HW_HPCMOUT1, },
90 .oport = { 3, AUD_HW_PCMOUT1, },
104 .oport = { 1, AUD_HW_PCMOUT2, },
117 .oport = { 2, AUD_HW_PCMOUT3, },
130 .oport = { 6, AUD_HW_EPCMOUT2, },
145 .oport = { 7, AUD_HW_EPCMOUT3, },
161 .oport = { 12, AUD_HW_HIECOUT1, },
175 .oport = { 12, AUD_HW_HIECOUT1, },
Daio-core.c222 regmap_write(r, A2OPORTNMAPCTR0(sub->swm->oport.hw), in aio_init()
223 MAPCTR0_EN | sub->swm->oport.map); in aio_init()
229 regmap_write(r, A2OPORTNMAPCTR0(sub->swm->oport.hw), in aio_init()
230 MAPCTR0_EN | sub->swm->oport.map); in aio_init()
255 regmap_write(r, AOUTRSTCTR0, BIT(sub->swm->oport.map)); in aio_port_reset()
256 regmap_write(r, AOUTRSTCTR1, BIT(sub->swm->oport.map)); in aio_port_reset()
308 regmap_update_bits(r, OPORTMXTYSLOTCTR(sub->swm->oport.map, i), in aio_port_set_ch()
310 regmap_update_bits(r, OPORTMXTYSLOTCTR(sub->swm->oport.map, i), in aio_port_set_ch()
381 regmap_update_bits(r, OPORTMXCTR1(sub->swm->oport.map), in aio_port_set_rate()
472 regmap_update_bits(r, OPORTMXCTR1(sub->swm->oport.map), in aio_port_set_fmt()
[all …]
Daio.h201 struct uniphier_aio_selector oport; member
Daio-cpu.c57 if (sub->swm->oport.hw == oport_hw) in find_volume()
/linux-6.1.9/include/linux/
Dcoresight.h308 int (*enable)(struct coresight_device *csdev, int iport, int oport);
309 void (*disable)(struct coresight_device *csdev, int iport, int oport);
/linux-6.1.9/net/tipc/
Dmsg.c99 u32 onode, u32 dport, u32 oport, int errcode) in tipc_msg_create() argument
111 msg_set_origport(msg, oport); in tipc_msg_create()
Dsocket.c2201 u32 oport = msg_origport(hdr); in tipc_sk_filter_connect() local
2216 tipc_sk_finish_conn(tsk, oport, onode); in tipc_sk_filter_connect()
2227 if (oport != pport || onode != pnode) in tipc_sk_filter_connect()
2257 if (likely(con_msg && !err && pport == oport && in tipc_sk_filter_connect()
2831 u32 oport = tsk->portid; in tipc_sk_check_probing_state() local
2843 pnode, self, pport, oport, TIPC_OK); in tipc_sk_check_probing_state()
Dmsg.h1164 u32 dport, u32 oport, int errcode);