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:shift_reg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
isdnhdlc.c
150
h->
shift_reg
= fast_abort[h->ffbit_shift - 1]; \
in isdnhdlc_decode()
215
hdlc->
shift_reg
= 0;
in isdnhdlc_decode()
245
hdlc->
shift_reg
>>= 1;
in isdnhdlc_decode()
246
hdlc->
shift_reg
|= 0x80;
in isdnhdlc_decode()
258
hdlc->
shift_reg
= 0;
in isdnhdlc_decode()
268
hdlc->
shift_reg
>>= 1;
in isdnhdlc_decode()
285
hdlc->
shift_reg
);
in isdnhdlc_decode()
289
dst[hdlc->dstpos++] = hdlc->
shift_reg
;
in isdnhdlc_decode()
358
hdlc->
shift_reg
= *src++;
in isdnhdlc_encode()
370
hdlc->
shift_reg
in isdnhdlc_encode()
[all...]
H
A
D
isdnhdlc.h
30
u8
shift_reg
;
member
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
isdnhdlc.c
150
h->
shift_reg
= fast_abort[h->ffbit_shift - 1]; \
in isdnhdlc_decode()
215
hdlc->
shift_reg
= 0;
in isdnhdlc_decode()
245
hdlc->
shift_reg
>>= 1;
in isdnhdlc_decode()
246
hdlc->
shift_reg
|= 0x80;
in isdnhdlc_decode()
258
hdlc->
shift_reg
= 0;
in isdnhdlc_decode()
268
hdlc->
shift_reg
>>= 1;
in isdnhdlc_decode()
285
hdlc->
shift_reg
);
in isdnhdlc_decode()
289
dst[hdlc->dstpos++] = hdlc->
shift_reg
;
in isdnhdlc_decode()
358
hdlc->
shift_reg
= *src++;
in isdnhdlc_encode()
370
hdlc->
shift_reg
in isdnhdlc_encode()
[all...]
H
A
D
isdnhdlc.h
30
u8
shift_reg
;
member
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H
A
D
altera.c
2212
shift_reg
= 0xffff;
in altera_check_crc()
local
2241
feedback = (databyte ^
shift_reg
) & 0x01;
in altera_check_crc()
2242
shift_reg
>>= 1;
in altera_check_crc()
2244
shift_reg
^= 0x8408;
in altera_check_crc()
2250
local_actual = (u16)~
shift_reg
;
in altera_check_crc()
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H
A
D
altera.c
2188
shift_reg
= 0xffff;
in altera_check_crc()
local
2217
feedback = (databyte ^
shift_reg
) & 0x01;
in altera_check_crc()
2218
shift_reg
>>= 1;
in altera_check_crc()
2220
shift_reg
^= 0x8408;
in altera_check_crc()
2226
local_actual = (u16)~
shift_reg
;
in altera_check_crc()
Completed in 6 milliseconds