Searched refs:CLK_RST (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 416 tmp = cx_read(CLK_RST); in cx25821_registers_init() 419 cx_write(CLK_RST, tmp & ~(FLD_VID_I_CLK_NOE | FLD_VID_J_CLK_NOE)); in cx25821_registers_init() 700 value = cx_read(CLK_RST); in cx25821_sram_channel_dump_audio() 701 CX25821_INFO(" CLK_RST = 0x%x\n\n", value); in cx25821_sram_channel_dump_audio()
|
H A D | cx25821-reg.h | 1071 #define CLK_RST 0x11002C macro
|
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 409 tmp = cx_read(CLK_RST); in cx25821_registers_init() 412 cx_write(CLK_RST, tmp & ~(FLD_VID_I_CLK_NOE | FLD_VID_J_CLK_NOE)); in cx25821_registers_init() 693 value = cx_read(CLK_RST); in cx25821_sram_channel_dump_audio() 694 CX25821_INFO(" CLK_RST = 0x%x\n\n", value); in cx25821_sram_channel_dump_audio()
|
H A D | cx25821-reg.h | 1071 #define CLK_RST 0x11002C macro
|
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | fsi.c | 104 /* CLK_RST */ 1200 fsi_master_mask_set(master, CLK_RST, clk, (enable) ? clk : 0); in fsi_pio_start_stop() 1366 fsi_master_mask_set(master, CLK_RST, clk, (enable) ? clk : 0); in fsi_dma_push_start_stop()
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | fsi.c | 104 /* CLK_RST */ 1200 fsi_master_mask_set(master, CLK_RST, clk, (enable) ? clk : 0); in fsi_pio_start_stop() 1366 fsi_master_mask_set(master, CLK_RST, clk, (enable) ? clk : 0); in fsi_dma_push_start_stop()
|
Completed in 19 milliseconds