Searched refs:trcm (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/drivers/scsi/bfa/ |
D | bfa_cs.h | 91 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);
|
D | bfa_core.c | 71 __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-v6.6/sound/soc/rockchip/ |
D | rockchip_i2s_tdm.c | 1226 u32 reg = 0, val = 0, trcm = i2s_tdm->clk_trcm; in common_soc_init() local 1229 if (trcm == TRCM_TXRX) in common_soc_init() 1242 if (trcm == TRCM_TX) in common_soc_init()
|
/Linux-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3568-rock-3a.dts | 575 rockchip,trcm-sync-tx-only; 580 rockchip,trcm-sync-tx-only;
|
D | px30-ringneck.dtsi | 311 rockchip,trcm-sync-tx-only;
|
D | rk3566-box-demo.dts | 303 rockchip,trcm-sync-tx-only;
|
D | rk3566-lubancat-1.dts | 415 rockchip,trcm-sync-tx-only;
|
D | rk3588s.dtsi | 1491 rockchip,trcm-sync-tx-only; 1517 rockchip,trcm-sync-tx-only; 1544 rockchip,trcm-sync-tx-only; 1565 rockchip,trcm-sync-tx-only;
|
D | rk3568-evb1-v10.dts | 505 rockchip,trcm-sync-tx-only;
|
D | rk3566-roc-pc.dts | 489 rockchip,trcm-sync-tx-only;
|
D | rk3568-lubancat-2.dts | 440 rockchip,trcm-sync-tx-only;
|
D | rk3568-odroid-m1.dts | 485 rockchip,trcm-sync-tx-only;
|
D | rk3566-pinenote.dtsi | 520 rockchip,trcm-sync-tx-only;
|
D | rk3566-anbernic-rgxx3.dtsi | 564 rockchip,trcm-sync-tx-only;
|
D | rk3566-quartz64-b.dts | 506 rockchip,trcm-sync-tx-only;
|
D | rk3566-quartz64-a.dts | 554 rockchip,trcm-sync-tx-only;
|