Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dqcom,tcsr.txt16 - reg: Address range for TCSR registers
/Linux-v5.4/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
/Linux-v5.4/Documentation/devicetree/bindings/firmware/
Dqcom,scm.txt31 - qcom,dload-mode: phandle to the TCSR hardware block and offset of the
/Linux-v5.4/drivers/net/wan/
Dhd64570.h92 #define TCSR 0x04 /* Control/Status */ macro
Dhd64572.h117 #define TCSR 0x206 /* Timer Control/Status Register */ macro
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt20 - syscon-tcsr: indicates phandle of TCSR syscon node. Required if child uses
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dqcom-qusb2-phy.txt30 - qcom,tcsr-syscon: Phandle to TCSR syscon register region.
/Linux-v5.4/Documentation/devicetree/bindings/remoteproc/
Dqcom,hexagon-v56.txt75 Definition: a phandle reference to a syscon representing TCSR followed
Dqcom,q6v5.txt158 Definition: a phandle reference to a syscon representing TCSR followed
/Linux-v5.4/drivers/tty/
Dsynclink.c364 #define TCSR 0x34 /* Transmit Command/status Register */ macro
554 #define usc_UnlatchTxstatusBits(a,b) usc_OutReg( (a), TCSR, (u16)((a)->tcsr_value + ((b) & 0x00FF))…
674 #define usc_TCmd(a,b) usc_OutReg((a), TCSR, (u16)((a)->tcsr_value + (b)))
1213 u16 status = usc_InReg( info, TCSR ); in mgsl_isr_transmit_status()
3155 while (!(usc_InReg(info,TCSR) & TXSTATUS_ALL_SENT) && in mgsl_wait_until_sent()
3503 u16 Tcsr = usc_InReg( info, TCSR ); in line_info()
4825 usc_OutReg( info, TCSR, info->tcsr_value ); in usc_set_sdlc_mode()
6094 usc_OutReg(info, TCSR, info->tcsr_value); in usc_set_txidle()
7132 usc_OutReg( info, TCSR, (unsigned short)(( usc_InReg(info, TCSR) & 0x0f00) | 0xfa) ); in mgsl_dma_test()
7194 status = usc_InReg( info, TCSR ); in mgsl_dma_test()
[all …]