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:ALIGNMENT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/kernel/
H
A
D
vectors.S
13
#define
ALIGNMENT
5
define
16
.align
ALIGNMENT
43
.align
ALIGNMENT
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H
A
D
xilinx_emaclite.c
97
#define
ALIGNMENT
4
macro
100
#define BUFFER_ALIGN(adr) ((
ALIGNMENT
- ((u32)adr)) %
ALIGNMENT
)
603
skb = netdev_alloc_skb(dev, len +
ALIGNMENT
);
in xemaclite_rx_handler()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
ch9200.c
81
#define
ALIGNMENT
(0x01 << 6)
macro
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
ch9200.c
81
#define
ALIGNMENT
(0x01 << 6)
macro
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
549
#define
ALIGNMENT
8
macro
551
#define
ALIGNMENT
4
macro
3529
value = roundup((bus_if->maxctl + SDPCM_HDRLEN),
ALIGNMENT
);
in brcmf_sdio_bus_preinit()
3548
value = max_t(u32, value,
ALIGNMENT
);
in brcmf_sdio_bus_preinit()
3994
bus->head_align =
ALIGNMENT
;
in brcmf_sdio_probe_attach()
3995
bus->sgentry_align =
ALIGNMENT
;
in brcmf_sdio_probe_attach()
3996
if (sdiodev->settings->bus.sdio.sd_head_align >
ALIGNMENT
)
in brcmf_sdio_probe_attach()
3998
if (sdiodev->settings->bus.sdio.sd_sgentry_align >
ALIGNMENT
)
in brcmf_sdio_probe_attach()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
547
#define
ALIGNMENT
8
macro
549
#define
ALIGNMENT
4
macro
3542
value = roundup((bus_if->maxctl + SDPCM_HDRLEN),
ALIGNMENT
);
in brcmf_sdio_bus_preinit()
3561
iovar = cpu_to_le32(max_t(u32, value,
ALIGNMENT
));
in brcmf_sdio_bus_preinit()
4011
bus->head_align =
ALIGNMENT
;
in brcmf_sdio_probe_attach()
4012
bus->sgentry_align =
ALIGNMENT
;
in brcmf_sdio_probe_attach()
4013
if (sdiodev->settings->bus.sdio.sd_head_align >
ALIGNMENT
)
in brcmf_sdio_probe_attach()
4015
if (sdiodev->settings->bus.sdio.sd_sgentry_align >
ALIGNMENT
)
in brcmf_sdio_probe_attach()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
head_booke.h
487
NORMAL_EXCEPTION_PROLOG(
ALIGNMENT
); \
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
head_booke.h
489
NORMAL_EXCEPTION_PROLOG(0x600,
ALIGNMENT
); \
Completed in 16 milliseconds