| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A 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);
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,i2s-tdm.txt | 27 - 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 D | rk3308b-evb-amic-v10.dts | 43 rockchip,clk-trcm = <1>;
|
| H A D | rk3308b-evb-amic-v10-amp.dts | 45 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-evb2-lp4x-v10-i2s-mic-array.dts | 69 rockchip,clk-trcm = <0>;
|
| H A D | rk3588-vehicle-adsp-audio-s66.dtsi | 65 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-evb2-lp4x-v10-pdm-mic-array.dts | 71 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-box.dtsi | 247 rockchip,clk-trcm = <1>;
|
| H A D | rk3568-nvr.dtsi | 286 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-rk817-tablet-rkg11.dts | 869 rockchip,clk-trcm = <2>; 881 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-evb3-ddr3-v10.dtsi | 285 rockchip,clk-trcm = <1>;
|
| H A D | rk3308bs-evb-amic-v11.dts | 39 rockchip,clk-trcm = <1>;
|
| H A D | rk3568-toybrick-sd0.dtsi | 245 rockchip,clk-trcm = <1>;
|
| H A D | rk3568-toybrick-x0.dtsi | 450 rockchip,clk-trcm = <1>;
|
| H A D | rk3308-ai-va-v10.dts | 600 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-rk817-eink.dts | 699 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-rk817-eink-w6.dts | 685 rockchip,clk-trcm = <1>;
|
| H A D | rk3566-rk817-eink-w103.dts | 831 rockchip,clk-trcm = <1>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1126-38x38-v10-spi-nor.dts | 267 rockchip,clk-trcm = <1>;
|
| H A D | rv1126-bat-ipc-v10.dts | 287 rockchip,clk-trcm = <1>;
|
| H A D | rv1126-ipc2-ddr3-v10.dts | 394 rockchip,clk-trcm = <1>;
|
| H A D | rv1126-38x38-v10-emmc.dts | 292 rockchip,clk-trcm = <1>;
|
| H A D | rv1126-sphericalipc-ddr3-v10.dts | 401 rockchip,clk-trcm = <1>;
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_i2s_tdm.c | 2125 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()
|