| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_entry.S | 127 rts 132 rts 137 rts 142 rts 147 rts 152 rts 157 rts 162 rts 177 rts 182 rts [all …]
|
| H A D | fp_cond.S | 196 rts 203 1: rts 214 1: rts 225 2: rts 236 1: rts 247 2: rts 256 1: rts 263 1: rts 270 rts 279 1: rts [all …]
|
| H A D | fp_util.S | 60 rts 71 rts 113 rts 122 rts 146 rts 191 rts 232 rts 255 rts 285 rts 413 rts [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | util.S | 292 rts 299 rts 312 rts 353 rts 399 rts 405 rts 411 rts 418 rts 427 rts 431 rts [all …]
|
| H A D | sto_res.S | 43 rts 53 rts 56 rts 59 rts 62 rts 76 rts 86 rts 89 rts 92 rts 95 rts
|
| H A D | kernel_ex.S | 90 rts 101 rts 122 rts 125 rts 176 rts 250 rts 260 rts 276 rts 306 rts 315 rts [all …]
|
| H A D | round.S | 176 rts 206 rts 226 rts 247 rts 250 rts 266 rts 309 rts 323 rts 339 rts 348 rts [all …]
|
| /OK3568_Linux_fs/u-boot/arch/sh/lib/ |
| H A D | lshrsi3.S | 91 rts 101 rts 111 rts 122 rts 132 rts 143 rts 154 rts 166 rts 170 rts
|
| H A D | ashlsi3.S | 91 rts 101 rts 111 rts 122 rts 132 rts 143 rts 154 rts 166 rts 170 rts
|
| H A D | ashiftrt.S | 58 rts 75 rts 93 rts 124 rts 127 rts
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | ashlsi3.S | 109 rts 119 rts 129 rts 140 rts 150 rts 161 rts 172 rts 184 rts 188 rts
|
| H A D | lshrsi3.S | 108 rts 118 rts 128 rts 139 rts 149 rts 160 rts 171 rts 183 rts 187 rts
|
| H A D | ashiftrt.S | 58 rts 75 rts 93 rts 124 rts 127 rts
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | os.S | 95 rts 102 rts 128 rts 135 rts 156 rts 158 rts 192 rts 194 rts 227 rts 229 rts [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | xmit.h | 32 __le16 phy_ctl1_rts; /* PHY TX control word 1 RTS */ 33 __le16 phy_ctl1_rts_fb; /* PHY TX control word 1 RTS for fallback rates */ 35 __u8 phy_rate_rts; /* PHY rate for RTS/CTS */ 41 struct b43_plcp_hdr6 rts_plcp_fb; /* RTS fallback PLCP header */ 42 __le16 rts_dur_fb; /* RTS fallback duration */ 61 struct b43_plcp_hdr6 rts_plcp; /* RTS PLCP header */ 62 __u8 rts_frame[16]; /* The RTS frame (if used) */ 74 struct b43_plcp_hdr6 rts_plcp; /* RTS PLCP header */ 75 __u8 rts_frame[16]; /* The RTS frame (if used) */ 85 struct b43_plcp_hdr6 rts_plcp; /* RTS PLCP header */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/ |
| H A D | rs485.yaml | 9 description: The RTS signal is capable of automatically controlling line 17 rs485-rts-delay: 22 - description: Delay between rts signal and beginning of data sent in 26 - description: Delay between end of data sent and rts signal in milliseconds. 32 rs485-rts-active-low: 33 description: drive RTS low when sending (default is high).
|
| H A D | st,stm32-uart.yaml | 56 rts-gpios: 61 rs485-rts-delay: true 62 rs485-rts-active-low: true 72 rts-gpios: false 94 rs485-rts-active-low;
|
| H A D | serial.yaml | 56 rts-gpios: 60 the UART's RTS line. 66 for RTS/CTS hardware flow control, and that they are available for use 74 cts-rts-swap: 76 description: CTS and RTS pins are swapped. 84 rts-gpios: false
|
| /OK3568_Linux_fs/kernel/net/rfkill/ |
| H A D | rfkill-bt.c | 284 struct rfkill_rk_gpio *rts = &rfkill->pdata->rts_gpio; in rfkill_rk_set_power() local 343 if (pinctrl && gpio_is_valid(rts->io)) { in rfkill_rk_set_power() 344 pinctrl_select_state(pinctrl, rts->gpio_state); in rfkill_rk_set_power() 346 gpio_direction_output(rts->io, rts->enable); in rfkill_rk_set_power() 349 gpio_direction_output(rts->io, !rts->enable); in rfkill_rk_set_power() 350 pinctrl_select_state(pinctrl, rts->default_state); in rfkill_rk_set_power() 390 struct rfkill_rk_gpio *rts; in rfkill_rk_pm_prepare() local 398 rts = &rfkill->pdata->rts_gpio; in rfkill_rk_pm_prepare() 402 if (rfkill->pdata->pinctrl && gpio_is_valid(rts->io)) { in rfkill_rk_pm_prepare() 404 pinctrl_select_state(rfkill->pdata->pinctrl, rts->gpio_state); in rfkill_rk_pm_prepare() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | opticon.c | 41 bool rts; member 135 priv->rts = false; in opticon_open() 138 /* Clear RTS line */ in opticon_open() 314 if (priv->rts) in opticon_tiocmget() 330 bool rts; in opticon_tiocmset() local 334 /* We only support RTS so we only handle that */ in opticon_tiocmset() 337 rts = priv->rts; in opticon_tiocmset() 339 priv->rts = true; in opticon_tiocmset() 341 priv->rts = false; in opticon_tiocmset() 342 changed = rts ^ priv->rts; in opticon_tiocmset() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | marvell,armada-370-pinctrl.txt | 24 mpp8 8 gpio, ge0(txd2), uart0(rts), tdm(drx), audio(bclk) 43 mpp22 22 gpo, ge0(txd6), ge1(txd2), uart0(rts) 61 mpp40 40 gpio, dev(ad1), uart1(rts), uart0(rts) 69 mpp48 48 gpio, dev(ad9), uart0(rts), sd0(cmd), sata1(prsnt), 86 mpp58 58 gpio, dev(cs0), uart1(rts), tdm(int), audio(extclk), 87 uart0(rts) 88 mpp59 59 gpo, dev(ale0), uart1(rts), uart0(rts), audio(bclk)
|
| H A D | marvell,kirkwood-pinctrl.txt | 32 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 42 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd) 70 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 80 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) 114 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 124 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) 163 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk), 173 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) 226 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), mii(col), 236 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act), [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
| H A D | cross-compile.patch | 38 rts: envdir envuidgid fghack matchtest multilog pgrphack \ 39 readproctitle rts.tests setlock setuidgid softlimit supervise svc \ 41 - env - /bin/sh rts.tests 2>&1 | cat -v > rts 42 …rning: We can not run test on cross target. - ignoring env - /bin/sh rts.tests 2>&1 | cat -v > rts"
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/serial/ |
| H A D | serial-rs485.rst | 20 toggling RTS or DTR signals. That can be used to control external 68 /* Set logical level for RTS pin equal to 1 when sending: */ 70 /* or, set logical level for RTS pin equal to 0 when sending: */ 73 /* Set logical level for RTS pin equal to 1 after sending: */ 75 /* or, set logical level for RTS pin equal to 0 after sending: */ 78 /* Set rts delay before send, if needed: */ 81 /* Set rts delay after send, if needed: */
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_bcm2835aux.c | 10 * The bcm2835aux is capable of RTS auto flow-control, but this driver doesn't 26 #define BCM2835_AUX_UART_CNTL_AUTORTS 0x04 /* RTS set by RX fill level */ 28 #define BCM2835_AUX_UART_CNTL_RTS3 0x00 /* RTS set until 3 chars left */ 29 #define BCM2835_AUX_UART_CNTL_RTS2 0x10 /* RTS set until 2 chars left */ 30 #define BCM2835_AUX_UART_CNTL_RTS1 0x20 /* RTS set until 1 chars left */ 31 #define BCM2835_AUX_UART_CNTL_RTS4 0x30 /* RTS set until 4 chars left */ 32 #define BCM2835_AUX_UART_CNTL_RTSINV 0x40 /* Invert auto RTS polarity */ 58 * flags besides RTS. So no need for a read-modify-write. in bcm2835aux_rs485_start_tx()
|