Searched refs:TCSR (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | qcom,tcsr.txt | 16 - reg: Address range for TCSR registers
|
/kernel/linux/linux-5.10/Documentation/mips/ |
D | ingenic-tcu.rst | 19 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/ |
D | qcom,scm.txt | 34 - qcom,dload-mode: phandle to the TCSR hardware block and offset of the
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | hd64570.h | 92 #define TCSR 0x04 /* Control/Status */ macro
|
D | hd64572.h | 117 #define TCSR 0x206 /* Timer Control/Status Register */ macro
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,gsbi.txt | 20 - syscon-tcsr: indicates phandle of TCSR syscon node. Required if child uses
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,q6v5.txt | 178 Definition: a phandle reference to a syscon representing TCSR followed 187 Definition: a phandle reference to a syscon representing TCSR followed
|
D | qcom,hexagon-v56.txt | 75 Definition: a phandle reference to a syscon representing TCSR followed
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | synclink.c | 363 #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 …]
|