Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tx_left
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H
A
D
spi-rockchip.c
189
unsigned int
tx_left
;
member
309
u32 words = min(rs->
tx_left
, tx_free);
in rockchip_spi_pio_writer()
311
rs->
tx_left
-= words;
in rockchip_spi_pio_writer()
375
if (rs->
tx_left
) {
in rockchip_spi_isr()
394
rs->
tx_left
= rs->tx ? xfer->len / rs->n_bytes : 0;
in rockchip_spi_prepare_irq()
404
if (rs->
tx_left
) {
in rockchip_spi_prepare_irq()
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H
A
D
dwmac-rk-tool.c
817
int
tx_left
, tx_right, rx_up, rx_down;
in dwmac_rk_delayline_scan_cross()
local
828
tx_left
= 0;
in dwmac_rk_delayline_scan_cross()
834
if (!
tx_left
) {
in dwmac_rk_delayline_scan_cross()
835
tx_left
= j;
in dwmac_rk_delayline_scan_cross()
842
if ((tx_right -
tx_left
) > SCAN_VALID_RANGE) {
in dwmac_rk_delayline_scan_cross()
843
tx_mid = (tx_right +
tx_left
) / 0x02;
in dwmac_rk_delayline_scan_cross()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk-tool.c
835
int
tx_left
, tx_right, rx_up, rx_down;
in dwmac_rk_delayline_scan_cross()
local
846
tx_left
= 0;
in dwmac_rk_delayline_scan_cross()
854
if (!
tx_left
)
in dwmac_rk_delayline_scan_cross()
855
tx_left
= j;
in dwmac_rk_delayline_scan_cross()
861
if ((tx_right -
tx_left
) > SCAN_VALID_RANGE) {
in dwmac_rk_delayline_scan_cross()
862
tx_mid = (tx_right +
tx_left
) / 2;
in dwmac_rk_delayline_scan_cross()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
r8168_n.c
27921
unsigned int dirty_tx,
tx_left
;
global()
local
[all...]
Completed in 38 milliseconds