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:tt_dmasnd
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
atarihw.h
700
# define
tt_dmasnd
((*(volatile struct TT_DMASND *)TT_DMASND_BAS))
macro
727
tt_dmasnd
.bas_hi = (unsigned char)(((bufstart) & 0xff0000) >> 16); \
728
tt_dmasnd
.bas_mid = (unsigned char)(((bufstart) & 0x00ff00) >> 8); \
729
tt_dmasnd
.bas_low = (unsigned char) ((bufstart) & 0x0000ff); \
732
#define DMASNDGetAdr() ((
tt_dmasnd
.addr_hi << 16) + \
733
(
tt_dmasnd
.addr_mid << 8) + \
734
(
tt_dmasnd
.addr_low))
738
tt_dmasnd
.end_hi = (unsigned char)(((bufend) & 0xff0000) >> 16); \
739
tt_dmasnd
.end_mid = (unsigned char)(((bufend) & 0x00ff00) >> 8); \
740
tt_dmasnd
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
atarihw.h
700
# define
tt_dmasnd
((*(volatile struct TT_DMASND *)TT_DMASND_BAS))
macro
727
tt_dmasnd
.bas_hi = (unsigned char)(((bufstart) & 0xff0000) >> 16); \
728
tt_dmasnd
.bas_mid = (unsigned char)(((bufstart) & 0x00ff00) >> 8); \
729
tt_dmasnd
.bas_low = (unsigned char) ((bufstart) & 0x0000ff); \
732
#define DMASNDGetAdr() ((
tt_dmasnd
.addr_hi << 16) + \
733
(
tt_dmasnd
.addr_mid << 8) + \
734
(
tt_dmasnd
.addr_low))
738
tt_dmasnd
.end_hi = (unsigned char)(((bufend) & 0xff0000) >> 16); \
739
tt_dmasnd
.end_mid = (unsigned char)(((bufend) & 0x00ff00) >> 8); \
740
tt_dmasnd
[all...]
/kernel/linux/linux-5.10/sound/oss/dmasound/
H
A
D
dmasound_atari.c
902
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in TTSilence()
949
tt_dmasnd
.mode = (dmasound.hard.stereo ?
in TTInit()
1022
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in FalconSilence()
1023
tt_dmasnd
.mode = DMASND_MODE_50KHZ | DMASND_MODE_STEREO | DMASND_MODE_8BIT;
in FalconSilence()
1024
tt_dmasnd
.int_div = 0; /* STE compatible divider */
in FalconSilence()
1025
tt_dmasnd
.int_ctrl = 0x0;
in FalconSilence()
1026
tt_dmasnd
.cbar_src = 0x0000; /* no matrix inputs */
in FalconSilence()
1027
tt_dmasnd
.cbar_dst = 0x0000; /* no matrix outputs */
in FalconSilence()
1028
tt_dmasnd
.dac_src = 1; /* connect ADC to DAC, disconnect matrix */
in FalconSilence()
1029
tt_dmasnd
in FalconSilence()
[all...]
/kernel/linux/linux-6.6/sound/oss/dmasound/
H
A
D
dmasound_atari.c
902
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in TTSilence()
949
tt_dmasnd
.mode = (dmasound.hard.stereo ?
in TTInit()
1022
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in FalconSilence()
1023
tt_dmasnd
.mode = DMASND_MODE_50KHZ | DMASND_MODE_STEREO | DMASND_MODE_8BIT;
in FalconSilence()
1024
tt_dmasnd
.int_div = 0; /* STE compatible divider */
in FalconSilence()
1025
tt_dmasnd
.int_ctrl = 0x0;
in FalconSilence()
1026
tt_dmasnd
.cbar_src = 0x0000; /* no matrix inputs */
in FalconSilence()
1027
tt_dmasnd
.cbar_dst = 0x0000; /* no matrix outputs */
in FalconSilence()
1028
tt_dmasnd
.dac_src = 1; /* connect ADC to DAC, disconnect matrix */
in FalconSilence()
1029
tt_dmasnd
in FalconSilence()
[all...]
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
config.c
292
if (!MACH_IS_MEDUSA && hwreg_present(&
tt_dmasnd
.ctrl)) {
in config_atari()
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
config.c
292
if (!MACH_IS_MEDUSA && hwreg_present(&
tt_dmasnd
.ctrl)) {
in config_atari()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
atafb.c
810
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in tt_detect()
2002
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in stste_detect()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
atafb.c
798
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in tt_detect()
1983
tt_dmasnd
.ctrl = DMASND_CTRL_OFF;
in stste_detect()
Completed in 17 milliseconds