Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Drockchip,i2s-tdm.txt27 - rockchip,clk-trcm: tx and rx lrck/bclk common use.
85 rockchip,clk-trcm = <1>;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3308b-evb-amic-v10.dts43 rockchip,clk-trcm = <1>;
H A Drk3308b-evb-amic-v10-amp.dts45 rockchip,clk-trcm = <1>;
H A Drk3566-evb2-lp4x-v10-i2s-mic-array.dts69 rockchip,clk-trcm = <0>;
H A Drk3588-vehicle-adsp-audio-s66.dtsi65 rockchip,clk-trcm = <1>;
H A Drk3566-evb2-lp4x-v10-pdm-mic-array.dts71 rockchip,clk-trcm = <1>;
H A Drk3566-box.dtsi247 rockchip,clk-trcm = <1>;
H A Drk3568-nvr.dtsi286 rockchip,clk-trcm = <1>;
H A Drk3566-rk817-tablet-rkg11.dts869 rockchip,clk-trcm = <2>;
881 rockchip,clk-trcm = <1>;
H A Drk3566-evb3-ddr3-v10.dtsi285 rockchip,clk-trcm = <1>;
H A Drk3308bs-evb-amic-v11.dts39 rockchip,clk-trcm = <1>;
H A Drk3568-toybrick-sd0.dtsi245 rockchip,clk-trcm = <1>;
H A Drk3568-toybrick-x0.dtsi450 rockchip,clk-trcm = <1>;
H A Drk3308-ai-va-v10.dts600 rockchip,clk-trcm = <1>;
H A Drk3566-rk817-eink.dts699 rockchip,clk-trcm = <1>;
H A Drk3566-rk817-eink-w6.dts685 rockchip,clk-trcm = <1>;
H A Drk3566-rk817-eink-w103.dts831 rockchip,clk-trcm = <1>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1126-38x38-v10-spi-nor.dts267 rockchip,clk-trcm = <1>;
H A Drv1126-bat-ipc-v10.dts287 rockchip,clk-trcm = <1>;
H A Drv1126-ipc2-ddr3-v10.dts394 rockchip,clk-trcm = <1>;
H A Drv1126-38x38-v10-emmc.dts292 rockchip,clk-trcm = <1>;
H A Drv1126-sphericalipc-ddr3-v10.dts401 rockchip,clk-trcm = <1>;
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c2125 u32 reg = 0, val = 0, trcm = i2s_tdm->clk_trcm; in common_soc_init() local
2131 switch (trcm) { in common_soc_init()
2143 if (trcm == I2S_CKR_TRCM_TXONLY) in common_soc_init()

12