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_ENABLE
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/ux500/
H
A
D
ux500_msp_i2s.c
402
writel(reg_val_GCR |
TX_ENABLE
, msp->registers + MSP_GCR);
in flush_fifo_tx()
505
writel(reg_val_GCR & ~
TX_ENABLE
, msp->registers + MSP_GCR);
in disable_msp_tx()
534
(~
TX_ENABLE
)), msp->registers + MSP_GCR);
in disable_msp()
569
enable_bit =
TX_ENABLE
;
in ux500_msp_i2s_trigger()
H
A
D
ux500_msp_i2s.h
44
#define
TX_ENABLE
0x00000100
macro
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra210_admaif.h
62
#define
TX_ENABLE
BIT(TX_ENABLE_SHIFT)
macro
H
A
D
tegra210_admaif.c
328
val =
TX_ENABLE
;
in tegra_admaif_start()
355
enable =
TX_ENABLE
;
in tegra_admaif_stop()
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
tegra210_admaif.h
62
#define
TX_ENABLE
BIT(TX_ENABLE_SHIFT)
macro
H
A
D
tegra210_admaif.c
328
val =
TX_ENABLE
;
in tegra_admaif_start()
355
enable =
TX_ENABLE
;
in tegra_admaif_stop()
/kernel/linux/linux-5.10/sound/soc/ux500/
H
A
D
ux500_msp_i2s.c
419
writel(reg_val_GCR |
TX_ENABLE
, msp->registers + MSP_GCR);
in flush_fifo_tx()
522
writel(reg_val_GCR & ~
TX_ENABLE
, msp->registers + MSP_GCR);
in disable_msp_tx()
551
(~
TX_ENABLE
)), msp->registers + MSP_GCR);
in disable_msp()
586
enable_bit =
TX_ENABLE
;
in ux500_msp_i2s_trigger()
H
A
D
ux500_msp_i2s.h
47
#define
TX_ENABLE
0x00000100
macro
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket_int.h
201
#define
TX_ENABLE
0x01 /* enable transmitter */
macro
561
(ChP)->TxControl[3] &= ~
TX_ENABLE
; \
702
(ChP)->TxControl[3] |=
TX_ENABLE
; \
H
A
D
rocket.c
2916
if (ChP->TxControl[3] &
TX_ENABLE
) {
in sFlushTxFIFO()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
he.h
701
#define
TX_ENABLE
(1<<28)
macro
H
A
D
he.c
1497
reg |=
TX_ENABLE
|ER_ENABLE;
in he_start()
1548
reg &= ~(
TX_ENABLE
|ER_ENABLE);
in he_stop()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
he.h
701
#define
TX_ENABLE
(1<<28)
macro
H
A
D
he.c
1494
reg |=
TX_ENABLE
|ER_ENABLE;
in he_start()
1545
reg &= ~(
TX_ENABLE
|ER_ENABLE);
in he_stop()
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_reg_def.h
1439
#define
TX_ENABLE
0x80
macro
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_reg_def.h
1439
#define
TX_ENABLE
0x80
macro
Completed in 35 milliseconds