Home
last modified time | relevance | path

Searched refs:trcm (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_cs.h91 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init() argument
93 trcm->head = trcm->tail = trcm->stopped = 0; in bfa_trc_init()
94 trcm->ntrc = BFA_TRC_MAX; in bfa_trc_init()
98 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop() argument
100 trcm->stopped = 1; in bfa_trc_stop()
104 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data);
107 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
H A Dbfa_core.c71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() argument
73 int tail = trcm->tail; in __bfa_trc()
74 struct bfa_trc_s *trc = &trcm->trc[tail]; in __bfa_trc()
76 if (trcm->stopped) in __bfa_trc()
82 trc->timestamp = BFA_TRC_TS(trcm); in __bfa_trc()
84 trcm->tail = (trcm->tail + 1) & (BFA_TRC_MAX - 1); in __bfa_trc()
85 if (trcm->tail == trcm->head) in __bfa_trc()
86 trcm->head = (trcm->head + 1) & (BFA_TRC_MAX - 1); in __bfa_trc()
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Drockchip,i2s-tdm.yaml101 rockchip,trcm-sync-tx-only:
105 rockchip,trcm-sync-rx-only:
174 rockchip,trcm-sync-tx-only;
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3566-lckfb-tspi.dts485 rockchip,trcm-sync-tx-only;
491 rockchip,trcm-sync-tx-only;
H A Drk3568-rock-3a.dts572 rockchip,trcm-sync-tx-only;
577 rockchip,trcm-sync-tx-only;
H A Drk3568-mecsbc.dts246 rockchip,trcm-sync-tx-only;
H A Dpx30-ringneck.dtsi329 rockchip,trcm-sync-tx-only;
H A Drk3566-box-demo.dts303 rockchip,trcm-sync-tx-only;
H A Drk3566-lubancat-1.dts415 rockchip,trcm-sync-tx-only;
H A Drk3566-odroid-m1s.dts468 rockchip,trcm-sync-tx-only;
H A Drk3566-roc-pc.dts490 rockchip,trcm-sync-tx-only;
H A Drk3566-orangepi-3b.dtsi448 rockchip,trcm-sync-tx-only;
H A Drk3568-lubancat-2.dts440 rockchip,trcm-sync-tx-only;
H A Drk3568-odroid-m1.dts485 rockchip,trcm-sync-tx-only;
H A Drk3566-anbernic-rgxx3.dtsi492 rockchip,trcm-sync-tx-only;
H A Drk3568-evb1-v10.dts505 rockchip,trcm-sync-tx-only;
H A Drk3566-rock-3c.dts479 rockchip,trcm-sync-tx-only;
H A Drk3568-rock-3b.dts511 rockchip,trcm-sync-tx-only;
H A Drk3566-pinenote.dtsi522 rockchip,trcm-sync-tx-only;
H A Drk3566-quartz64-b.dts510 rockchip,trcm-sync-tx-only;
H A Drk3566-bigtreetech-cb2.dtsi585 rockchip,trcm-sync-tx-only;
H A Drk3566-powkiddy-rk2023.dtsi637 rockchip,trcm-sync-tx-only;
H A Drk3566-quartz64-a.dts559 rockchip,trcm-sync-tx-only;
/linux-6.15/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c933 u32 reg = 0, val = 0, trcm = i2s_tdm->clk_trcm; in common_soc_init() local
936 if (trcm == TRCM_TXRX) in common_soc_init()
949 if (trcm == TRCM_TX) in common_soc_init()
/linux-6.15/arch/arm/boot/dts/rockchip/
H A Drv1109-relfor-saib.dts252 rockchip,trcm-sync-rx-only;

12