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:orom_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_nvm.c
262
size = banks->
orom_size
;
in ice_get_flash_bank_offset()
637
orom_data = vzalloc(hw->flash.banks.
orom_size
);
in ice_get_orom_civd_data()
642
orom_data, hw->flash.banks.
orom_size
);
in ice_get_orom_civd_data()
650
for (offset = 0; (offset + 512) <= hw->flash.banks.
orom_size
; offset += 512) {
in ice_get_orom_civd_data()
991
status = ice_read_sr_area_size(hw, ICE_SR_OROM_BANK_SIZE, &banks->
orom_size
);
in ice_determine_active_flash_banks()
H
A
D
ice_type.h
468
u32
orom_size
; /* Size of OROM bank */
member
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
pch_phub.c
493
unsigned int
orom_size
;
in pch_phub_bin_read()
local
523
orom_size
= rom_length * 512;
in pch_phub_bin_read()
524
if (
orom_size
< off) {
in pch_phub_bin_read()
528
if (
orom_size
< count) {
in pch_phub_bin_read()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
pch_phub.c
493
unsigned int
orom_size
;
in pch_phub_bin_read()
local
523
orom_size
= rom_length * 512;
in pch_phub_bin_read()
524
if (
orom_size
< off) {
in pch_phub_bin_read()
528
if (
orom_size
< count) {
in pch_phub_bin_read()
Completed in 8 milliseconds