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:ht_bandwidth
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
rs690.c
130
/*
ht_bandwidth
= ht_clk * 2 * ht_width / 8 * 0.8
in rs690_pm_info()
134
rdev->pm.
ht_bandwidth
.full = dfixed_mul(rdev->pm.igp_ht_link_clk,
in rs690_pm_info()
136
rdev->pm.
ht_bandwidth
.full = dfixed_div(rdev->pm.
ht_bandwidth
, tmp);
in rs690_pm_info()
379
if (max_bandwidth.full > rdev->pm.
ht_bandwidth
.full &&
in rs690_crtc_bandwidth_compute()
380
rdev->pm.
ht_bandwidth
.full)
in rs690_crtc_bandwidth_compute()
381
max_bandwidth = rdev->pm.
ht_bandwidth
;
in rs690_crtc_bandwidth_compute()
H
A
D
radeon.h
1163
* @
ht_bandwidth
: ht bandwidth the gpu has (MByte/s) (IGP)
1609
fixed20_12
ht_bandwidth
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
rs690.c
130
/*
ht_bandwidth
= ht_clk * 2 * ht_width / 8 * 0.8
in rs690_pm_info()
134
rdev->pm.
ht_bandwidth
.full = dfixed_mul(rdev->pm.igp_ht_link_clk,
in rs690_pm_info()
136
rdev->pm.
ht_bandwidth
.full = dfixed_div(rdev->pm.
ht_bandwidth
, tmp);
in rs690_pm_info()
379
if (max_bandwidth.full > rdev->pm.
ht_bandwidth
.full &&
in rs690_crtc_bandwidth_compute()
380
rdev->pm.
ht_bandwidth
.full)
in rs690_crtc_bandwidth_compute()
381
max_bandwidth = rdev->pm.
ht_bandwidth
;
in rs690_crtc_bandwidth_compute()
H
A
D
radeon.h
1156
* @
ht_bandwidth
: ht bandwidth the gpu has (MByte/s) (IGP)
1602
fixed20_12
ht_bandwidth
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_ioctl.c
736
pg->
ht_bandwidth
= HT_BW_20;
in mwifiex_set_tx_power()
745
pg->
ht_bandwidth
= HT_BW_40;
in mwifiex_set_tx_power()
H
A
D
fw.h
1377
u8
ht_bandwidth
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_ioctl.c
724
pg->
ht_bandwidth
= HT_BW_20;
in mwifiex_set_tx_power()
733
pg->
ht_bandwidth
= HT_BW_40;
in mwifiex_set_tx_power()
H
A
D
fw.h
1371
u8
ht_bandwidth
;
member
Completed in 32 milliseconds