Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dqcom,tcsr.txt16 - reg: Address range for TCSR registers
/Linux-v4.19/Documentation/devicetree/bindings/firmware/
Dqcom,scm.txt22 - qcom,dload-mode: phandle to the TCSR hardware block and offset of the
/Linux-v4.19/drivers/net/wan/
Dhd64570.h92 #define TCSR 0x04 /* Control/Status */ macro
Dhd64572.h122 #define TCSR 0x206 /* Timer Control/Status Register */ macro
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt20 - syscon-tcsr: indicates phandle of TCSR syscon node. Required if child uses
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dqcom-qusb2-phy.txt29 - qcom,tcsr-syscon: Phandle to TCSR syscon register region.
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt87 Definition: a phandle reference to a syscon representing TCSR followed
/Linux-v4.19/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()
3156 while (!(usc_InReg(info,TCSR) & TXSTATUS_ALL_SENT) && in mgsl_wait_until_sent()
3504 u16 Tcsr = usc_InReg( info, TCSR ); in line_info()
4862 usc_OutReg( info, TCSR, info->tcsr_value ); in usc_set_sdlc_mode()
6149 usc_OutReg(info, TCSR, info->tcsr_value); in usc_set_txidle()
7187 usc_OutReg( info, TCSR, (unsigned short)(( usc_InReg(info, TCSR) & 0x0f00) | 0xfa) ); in mgsl_dma_test()
7249 status = usc_InReg( info, TCSR ); in mgsl_dma_test()
[all …]