Home
last modified time | relevance | path

Searched refs:TCSR (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dqcom,tcsr.txt16 - reg: Address range for TCSR registers
/kernel/linux/linux-5.10/Documentation/mips/
Dingenic-tcu.rst19 different clocks (pclk, ext, rtc), gated, and reclocked, through their TCSR register.
21 - The watchdog and OST hardware blocks also feature a TCSR register with the same
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/firmware/
Dqcom,scm.txt34 - qcom,dload-mode: phandle to the TCSR hardware block and offset of the
/kernel/linux/linux-5.10/drivers/net/wan/
Dhd64570.h92 #define TCSR 0x04 /* Control/Status */ macro
Dhd64572.h117 #define TCSR 0x206 /* Timer Control/Status Register */ macro
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt20 - syscon-tcsr: indicates phandle of TCSR syscon node. Required if child uses
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt178 Definition: a phandle reference to a syscon representing TCSR followed
187 Definition: a phandle reference to a syscon representing TCSR followed
Dqcom,hexagon-v56.txt75 Definition: a phandle reference to a syscon representing TCSR followed
/kernel/linux/linux-5.10/drivers/tty/
Dsynclink.c363 #define TCSR 0x34 /* Transmit Command/status Register */ macro
553 #define usc_UnlatchTxstatusBits(a,b) usc_OutReg( (a), TCSR, (u16)((a)->tcsr_value + ((b) & 0x00FF))…
673 #define usc_TCmd(a,b) usc_OutReg((a), TCSR, (u16)((a)->tcsr_value + (b)))
1212 u16 status = usc_InReg( info, TCSR ); in mgsl_isr_transmit_status()
3154 while (!(usc_InReg(info,TCSR) & TXSTATUS_ALL_SENT) && in mgsl_wait_until_sent()
3496 u16 Tcsr = usc_InReg( info, TCSR ); in line_info()
4728 usc_OutReg( info, TCSR, info->tcsr_value ); in usc_set_sdlc_mode()
5973 usc_OutReg(info, TCSR, info->tcsr_value); in usc_set_txidle()
7004 usc_OutReg( info, TCSR, (unsigned short)(( usc_InReg(info, TCSR) & 0x0f00) | 0xfa) ); in mgsl_dma_test()
7066 status = usc_InReg( info, TCSR ); in mgsl_dma_test()
[all …]