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:sgimc
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H
A
D
ip22-mc.c
24
struct sgimc_regs *
sgimc
;
variable
26
EXPORT_SYMBOL(
sgimc
);
variable
30
return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((
sgimc
->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22);
in get_bank_addr()
35
return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((
sgimc
->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14);
in get_bank_size()
40
unsigned int res = bank > 1 ?
sgimc
->mconfig1 :
sgimc
->mconfig0;
in get_bank_config()
80
sgimc
= (struct sgimc_regs *)
in sgimc_init()
84
(int)
sgimc
->systemid & SGIMC_SYSID_MASKREV);
in sgimc_init()
94
tmp =
sgimc
->cpuctrl0;
in sgimc_init()
96
sgimc
in sgimc_init()
[all...]
H
A
D
ip28-berr.c
126
cpu_err_addr =
sgimc
->cerr;
in save_and_clear_buserr()
127
cpu_err_stat =
sgimc
->cstat;
in save_and_clear_buserr()
128
gio_err_addr =
sgimc
->gerr;
in save_and_clear_buserr()
129
gio_err_stat =
sgimc
->gstat;
in save_and_clear_buserr()
167
sgimc
->cstat =
sgimc
->gstat = 0;
in save_and_clear_buserr()
294
sgimc
->cpuctrl0,
sgimc
->cpuctrl0,
sgimc
->giopar,
in print_buserr()
295
sgimc
in print_buserr()
[all...]
H
A
D
ip22-berr.c
32
cpu_err_addr =
sgimc
->cerr;
in save_and_clear_buserr()
33
cpu_err_stat =
sgimc
->cstat;
in save_and_clear_buserr()
34
gio_err_addr =
sgimc
->gerr;
in save_and_clear_buserr()
35
gio_err_stat =
sgimc
->gstat;
in save_and_clear_buserr()
39
sgimc
->cstat =
sgimc
->gstat = 0;
in save_and_clear_buserr()
H
A
D
ip22-gio.c
233
u32 tmp =
sgimc
->giopar;
in gio_set_master()
246
sgimc
->giopar = tmp;
in gio_set_master()
252
u32 tmp =
sgimc
->giopar;
in ip22_gio_set_64bit()
265
sgimc
->giopar = tmp;
in ip22_gio_set_64bit()
H
A
D
ip22-reset.c
74
sgimc
->cpuctrl0 |= SGIMC_CCTRL0_SYSINIT;
in sgi_machine_restart()
115
sgimc
->cpuctrl0 |= SGIMC_CCTRL0_SYSINIT;
in debounce()
H
A
D
ip22-eisa.c
100
if (!(
sgimc
->systemid & SGIMC_SYSID_EPRESENT)) {
in ip22_eisa_init()
H
A
D
ip22-platform.c
171
sgimc
->giopar |= SGIMC_GIOPAR_MASTEREXP1 | SGIMC_GIOPAR_EXP164 |
in sgiseeq_devinit()
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H
A
D
ip22-mc.c
24
struct sgimc_regs *
sgimc
;
variable
26
EXPORT_SYMBOL(
sgimc
);
variable
30
return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((
sgimc
->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22);
in get_bank_addr()
35
return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((
sgimc
->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14);
in get_bank_size()
40
unsigned int res = bank > 1 ?
sgimc
->mconfig1 :
sgimc
->mconfig0;
in get_bank_config()
80
sgimc
= (struct sgimc_regs *)
in sgimc_init()
84
(int)
sgimc
->systemid & SGIMC_SYSID_MASKREV);
in sgimc_init()
94
tmp =
sgimc
->cpuctrl0;
in sgimc_init()
96
sgimc
in sgimc_init()
[all...]
H
A
D
ip28-berr.c
126
cpu_err_addr =
sgimc
->cerr;
in save_and_clear_buserr()
127
cpu_err_stat =
sgimc
->cstat;
in save_and_clear_buserr()
128
gio_err_addr =
sgimc
->gerr;
in save_and_clear_buserr()
129
gio_err_stat =
sgimc
->gstat;
in save_and_clear_buserr()
167
sgimc
->cstat =
sgimc
->gstat = 0;
in save_and_clear_buserr()
294
sgimc
->cpuctrl0,
sgimc
->cpuctrl0,
sgimc
->giopar,
in print_buserr()
295
sgimc
in print_buserr()
[all...]
H
A
D
ip22-berr.c
32
cpu_err_addr =
sgimc
->cerr;
in save_and_clear_buserr()
33
cpu_err_stat =
sgimc
->cstat;
in save_and_clear_buserr()
34
gio_err_addr =
sgimc
->gerr;
in save_and_clear_buserr()
35
gio_err_stat =
sgimc
->gstat;
in save_and_clear_buserr()
39
sgimc
->cstat =
sgimc
->gstat = 0;
in save_and_clear_buserr()
H
A
D
ip22-gio.c
232
u32 tmp =
sgimc
->giopar;
in gio_set_master()
245
sgimc
->giopar = tmp;
in gio_set_master()
251
u32 tmp =
sgimc
->giopar;
in ip22_gio_set_64bit()
264
sgimc
->giopar = tmp;
in ip22_gio_set_64bit()
H
A
D
ip22-reset.c
74
sgimc
->cpuctrl0 |= SGIMC_CCTRL0_SYSINIT;
in sgi_machine_restart()
115
sgimc
->cpuctrl0 |= SGIMC_CCTRL0_SYSINIT;
in debounce()
H
A
D
ip22-eisa.c
100
if (!(
sgimc
->systemid & SGIMC_SYSID_EPRESENT)) {
in ip22_eisa_init()
H
A
D
ip22-platform.c
171
sgimc
->giopar |= SGIMC_GIOPAR_MASTEREXP1 | SGIMC_GIOPAR_EXP164 |
in sgiseeq_devinit()
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
indydog.c
41
sgimc
->cpuctrl0 |= SGIMC_CCTRL0_WDOG;
in indydog_start()
48
sgimc
->cpuctrl0 &= ~SGIMC_CCTRL0_WDOG;
in indydog_stop()
56
sgimc
->watchdogt = 0;
in indydog_ping()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
indydog.c
41
sgimc
->cpuctrl0 |= SGIMC_CCTRL0_WDOG;
in indydog_start()
48
sgimc
->cpuctrl0 &= ~SGIMC_CCTRL0_WDOG;
in indydog_stop()
56
sgimc
->watchdogt = 0;
in indydog_ping()
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
sc-ip22.c
163
unsigned int size = ip22_eeprom_read(&
sgimc
->eeprom, 17);
in indy_sc_probe()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
sc-ip22.c
163
unsigned int size = ip22_eeprom_read(&
sgimc
->eeprom, 17);
in indy_sc_probe()
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
H
A
D
mc.h
217
extern struct sgimc_regs *
sgimc
;
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/
H
A
D
mc.h
217
extern struct sgimc_regs *
sgimc
;
Completed in 9 milliseconds