Home
last modified time | relevance | path

Searched full:txa (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dadv748x.yaml15 HDMI receiver. They can output CSI-2 on two independent outputs TXA and TXB
38 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
39 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
40 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
41 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
42 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
43 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
44 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
45 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
46 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
[all …]
/Linux-v6.1/drivers/media/i2c/adv748x/
Dadv748x-core.c55 ADV748X_REGMAP_CONF("txa"),
97 [ADV748X_PAGE_TXA] = { "txa", 0x4a },
234 * TXA and TXB
358 /* AFE Requires TXA enabled, even when output to TXB */ in adv748x_link_setup()
362 * Output from the SD-core (480i and 576i) from the TXA in adv748x_link_setup()
378 * through an AFE->TXA streaming sessions. in adv748x_link_setup()
523 /* Reset TXA and TXB */ in adv748x_reset()
524 adv748x_tx_power(&state->txa, 1); in adv748x_reset()
525 adv748x_tx_power(&state->txa, 0); in adv748x_reset()
532 /* Conditionally enable TXa and TXb. */ in adv748x_reset()
[all …]
Dadv748x-csi2.c74 adv_dbg(state, "Registered %s (%s)", is_txa(tx) ? "TXA":"TXB", in adv748x_csi2_registered()
78 * Link TXA to AFE and HDMI, and TXB to AFE only as TXB cannot output in adv748x_csi2_registered()
81 * The HDMI->TXA link is enabled by default, as is the AFE->TXB one. in adv748x_csi2_registered()
96 /* Register link to HDMI for TXA only. */ in adv748x_csi2_registered()
105 /* The default HDMI output is TXA. */ in adv748x_csi2_registered()
301 is_txa(tx) ? "txa" : "txb"); in adv748x_csi2_init()
Dadv748x.h95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa)
182 * @txa: state of TXA transmitter context
197 struct adv748x_csi2 txa; member
381 /* CSI : TXA/TXB Maps */
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dfsl,asrc.txt25 - dma-names : Contains "rxa", "rxb", "rxc", "txa", "txb" and "txc".
77 "txa", "txb", "txc";
Dapple,mca.yaml48 as associated to the TXA, RXA, TXB, RXB units.
/Linux-v6.1/tools/bpf/
Dbpf_exp.l82 "txa" { return OP_TXA; }
Dbpf_exp.y115 | txa
460 txa
Dbpf_dbg.c169 [BPF_MISC_TXA] = "txa",
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c292 /* TXA+RXA or TXB+RXB */ in rtw8822b_set_channel_rfe_efem()
295 /* TXB+RXA or TXA+RXB */ in rtw8822b_set_channel_rfe_efem()
322 /* TXA+RXA or TXB+RXB */ in rtw8822b_set_channel_rfe_ifem()
325 /* TXB+RXA or TXA+RXB */ in rtw8822b_set_channel_rfe_ifem()
/Linux-v6.1/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h671 #define BFI_ENET_STATS_TX_FC BIT(4) /* !< Tx FC Stats from TxA */
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dsalvator-common.dtsi532 "infoframe", "cbus", "cec", "sdp", "txa", "txb" ;
/Linux-v6.1/Documentation/networking/
Dfilter.rst258 txa Copy X into A
/Linux-v6.1/drivers/net/ethernet/marvell/
Dsky2.h421 Y2_IS_CHK_TXA2 = 1<<8, /* Descriptor error TXA 2 */
431 Y2_IS_CHK_TXA1 = 1<<0, /* Descriptor error TXA 1 */
673 #define TXA_MAX_VAL 0x00ffffffUL /* Bit 23.. 0: Max TXA Timer/Cnt Val */
Dskge.h415 #define TXA_MAX_VAL 0x00ffffffUL /* Bit 23.. 0: Max TXA Timer/Cnt Val */
/Linux-v6.1/arch/arm/boot/dts/
Dimx6ul.dtsi367 "txa", "txb", "txc";
Dimx6qdl.dtsi478 "txa", "txb", "txc";
Dimx6sx.dtsi421 "txa", "txb", "txc";
/Linux-v6.1/drivers/gpu/drm/amd/include/ivsrcid/dcn/
Dirqsrcs_dcn_1_0.h132 #define DCN_1_0__SRCID__DCIO_DPCS_TXA_ERROR_INT 8 // DPCS TXA error interrupt DCIO_DPCS_TXA_IHC…
/Linux-v6.1/drivers/scsi/bfa/
Dbfa_defs_svc.h477 u32 txa_tso_hdr; /* TxA TSO header too long */
/Linux-v6.1/lib/
Dtest_bpf.c3084 "TXA",