Searched refs:TCSR (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | qcom,tcsr.txt | 16 - reg: Address range for TCSR registers
|
/Linux-v4.19/Documentation/devicetree/bindings/firmware/ |
D | qcom,scm.txt | 22 - qcom,dload-mode: phandle to the TCSR hardware block and offset of the
|
/Linux-v4.19/drivers/net/wan/ |
D | hd64570.h | 92 #define TCSR 0x04 /* Control/Status */ macro
|
D | hd64572.h | 122 #define TCSR 0x206 /* Timer Control/Status Register */ macro
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,gsbi.txt | 20 - syscon-tcsr: indicates phandle of TCSR syscon node. Required if child uses
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | qcom-qusb2-phy.txt | 29 - qcom,tcsr-syscon: Phandle to TCSR syscon register region.
|
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,q6v5.txt | 87 Definition: a phandle reference to a syscon representing TCSR followed
|
/Linux-v4.19/drivers/tty/ |
D | synclink.c | 364 #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 …]
|