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:ROM32
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H
A
D
mxms.c
27
#define
ROM32
(x) get_unaligned_le32(&(x))
macro
124
entries = (
ROM32
(desc[0]) & 0x01f00000) >> 20;
in mxms_foreach()
183
u64 data =
ROM32
(pdata[0]);
in mxms_output_device()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H
A
D
mxms.c
27
#define
ROM32
(x) get_unaligned_le32(&(x))
macro
124
entries = (
ROM32
(desc[0]) & 0x01f00000) >> 20;
in mxms_foreach()
183
u64 data =
ROM32
(pdata[0]);
in mxms_output_device()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bios.c
737
bios->dactestval =
ROM32
(bios->data[load_table_ptr + headerlen]) & 0x3ff;
in parse_bit_A_tbl_entry()
838
bios->dactestval =
ROM32
(bios->data[daccmpoffset + dacheaderlen]);
in parse_bit_i_tbl_entry()
839
bios->tvdactestval =
ROM32
(bios->data[daccmpoffset + dacheaderlen + 4]);
in parse_bit_i_tbl_entry()
1197
bios->fmaxvco =
ROM32
(bmp[67]);
in parse_bmp_structure()
1198
bios->fminvco =
ROM32
(bmp[71]);
in parse_bmp_structure()
1265
if (
ROM32
(dcb[6]) == 0x4edcbdcb)
in olddcb_table()
1269
if (
ROM32
(dcb[4]) == 0x4edcbdcb)
in olddcb_table()
1332
if (
ROM32
(outp[0]) == 0x00000000)
in olddcb_outp_foreach()
1334
if (
ROM32
(outp[0]) == 0xffffffff)
in olddcb_outp_foreach()
1788
u32 conf = (dcb->version >= 0x20) ?
ROM32
(out
in parse_dcb_entry()
[all...]
H
A
D
nouveau_bios.h
35
#define
ROM32
(x) get_unaligned_le32(&(x))
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bios.c
740
bios->dactestval =
ROM32
(bios->data[load_table_ptr + headerlen]) & 0x3ff;
in parse_bit_A_tbl_entry()
841
bios->dactestval =
ROM32
(bios->data[daccmpoffset + dacheaderlen]);
in parse_bit_i_tbl_entry()
842
bios->tvdactestval =
ROM32
(bios->data[daccmpoffset + dacheaderlen + 4]);
in parse_bit_i_tbl_entry()
1200
bios->fmaxvco =
ROM32
(bmp[67]);
in parse_bmp_structure()
1201
bios->fminvco =
ROM32
(bmp[71]);
in parse_bmp_structure()
1268
if (
ROM32
(dcb[6]) == 0x4edcbdcb)
in olddcb_table()
1272
if (
ROM32
(dcb[4]) == 0x4edcbdcb)
in olddcb_table()
1335
if (
ROM32
(outp[0]) == 0x00000000)
in olddcb_outp_foreach()
1337
if (
ROM32
(outp[0]) == 0xffffffff)
in olddcb_outp_foreach()
1791
u32 conf = (dcb->version >= 0x20) ?
ROM32
(out
in parse_dcb_entry()
[all...]
H
A
D
nouveau_bios.h
35
#define
ROM32
(x) get_unaligned_le32(&(x))
macro
Completed in 7 milliseconds