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:smba_en_lo
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-piix4.c
348
u8
smba_en_lo
;
in piix4_setup_sb800_smba()
local
358
smba_en_lo
= ioread8(mmio_cfg.addr);
in piix4_setup_sb800_smba()
362
smba_en_lo
= inb_p(SB800_PIIX4_SMB_IDX + 1);
in piix4_setup_sb800_smba()
370
*smb_en_status =
smba_en_lo
& 0x10;
in piix4_setup_sb800_smba()
375
*smb_en_status =
smba_en_lo
& 0x01;
in piix4_setup_sb800_smba()
376
*piix4_smba = ((smba_en_hi << 8) |
smba_en_lo
) & 0xffe0;
in piix4_setup_sb800_smba()
768
u8
smba_en_lo
, val;
in piix4_sb800_port_sel()
local
771
smba_en_lo
= ioread8(mmio_cfg->addr + piix4_port_sel_sb800);
in piix4_sb800_port_sel()
772
val = (
smba_en_lo
& ~piix4_port_mask_sb800) | port;
in piix4_sb800_port_sel()
773
if (
smba_en_lo
!
in piix4_sb800_port_sel()
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-piix4.c
270
u8
smba_en_lo
, smba_en_hi, smb_en, smb_en_status, port_sel;
in piix4_setup_sb800()
local
301
smba_en_lo
= inb_p(SB800_PIIX4_SMB_IDX + 1);
in piix4_setup_sb800()
308
smb_en_status =
smba_en_lo
& 0x10;
in piix4_setup_sb800()
313
smb_en_status =
smba_en_lo
& 0x01;
in piix4_setup_sb800()
314
piix4_smba = ((smba_en_hi << 8) |
smba_en_lo
) & 0xffe0;
in piix4_setup_sb800()
681
u8
smba_en_lo
;
in piix4_access_sb800()
local
742
smba_en_lo
= inb_p(SB800_PIIX4_SMB_IDX + 1);
in piix4_access_sb800()
745
if ((
smba_en_lo
& piix4_port_mask_sb800) != port)
in piix4_access_sb800()
746
outb_p((
smba_en_lo
& ~piix4_port_mask_sb800) | port,
in piix4_access_sb800()
752
outb_p(
smba_en_lo
, SB800_PIIX4_SMB_ID
in piix4_access_sb800()
[all...]
Completed in 4 milliseconds