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:hpc3c0
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H
A
D
ip22-hpc.c
18
struct hpc3_regs *
hpc3c0
, *hpc3c1;
variable
20
EXPORT_SYMBOL(
hpc3c0
);
variable
35
hpc3c0
= (struct hpc3_regs *)
in sgihpc_init()
40
sgioc = (struct sgioc_regs *)
hpc3c0
->pbus_extregs[6];
in sgihpc_init()
42
hpc3c0
->pbus_piocfg[6][0] |= HPC3_PIOCFG_DS16;
in sgihpc_init()
46
sgint = (struct sgint_regs *)
hpc3c0
->pbus_extregs[4];
in sgihpc_init()
H
A
D
ip28-berr.c
131
hpc3_berr_stat =
hpc3c0
->bestat;
in save_and_clear_buserr()
133
hpc3.scsi[0].addr = (unsigned long)&
hpc3c0
->scsi_chan0;
in save_and_clear_buserr()
134
hpc3.scsi[0].ctrl =
hpc3c0
->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */
in save_and_clear_buserr()
135
hpc3.scsi[0].cbp =
hpc3c0
->scsi_chan0.cbptr;
in save_and_clear_buserr()
136
hpc3.scsi[0].ndptr =
hpc3c0
->scsi_chan0.ndptr;
in save_and_clear_buserr()
138
hpc3.scsi[1].addr = (unsigned long)&
hpc3c0
->scsi_chan1;
in save_and_clear_buserr()
139
hpc3.scsi[1].ctrl =
hpc3c0
->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */
in save_and_clear_buserr()
140
hpc3.scsi[1].cbp =
hpc3c0
->scsi_chan1.cbptr;
in save_and_clear_buserr()
141
hpc3.scsi[1].ndptr =
hpc3c0
->scsi_chan1.ndptr;
in save_and_clear_buserr()
143
hpc3.ethrx.addr = (unsigned long)&
hpc3c0
in save_and_clear_buserr()
[all...]
H
A
D
ip22-platform.c
79
sgiwd93_0_pd.hregs = &
hpc3c0
->scsi_chan0;
in sgiwd93_devinit()
80
sgiwd93_0_pd.wdregs = (unsigned char *)
hpc3c0
->scsi0_ext;
in sgiwd93_devinit()
89
sgiwd93_1_pd.hregs = &
hpc3c0
->scsi_chan1;
in sgiwd93_devinit()
90
sgiwd93_1_pd.wdregs = (unsigned char *)
hpc3c0
->scsi1_ext;
in sgiwd93_devinit()
152
eth0_pd.hpc =
hpc3c0
;
in sgiseeq_devinit()
216
res.end = res.start + sizeof(
hpc3c0
->rtcregs) - 1;
in sgi_ds1286_devinit()
H
A
D
ip22-reset.c
55
tmp =
hpc3c0
->rtcregs[RTC_CMD] & 0xff;
in sgi_machine_power_off()
56
hpc3c0
->rtcregs[RTC_CMD] = tmp | RTC_WAM;
in sgi_machine_power_off()
57
hpc3c0
->rtcregs[RTC_WSEC] = 0;
in sgi_machine_power_off()
58
hpc3c0
->rtcregs[RTC_WHSEC] = 0;
in sgi_machine_power_off()
66
tmp =
hpc3c0
->rtcregs[RTC_HOURS_ALARM];
in sgi_machine_power_off()
H
A
D
ip22-nvram.c
112
return ip22_eeprom_read(&
hpc3c0
->eeprom, reg);
in ip22_nvram_read()
117
tmp =
hpc3c0
->bbram[reg++] & 0xff;
in ip22_nvram_read()
118
return (tmp << 8) | (
hpc3c0
->bbram[reg] & 0xff);
in ip22_nvram_read()
H
A
D
ip22-berr.c
37
hpc3_berr_stat =
hpc3c0
->bestat;
in save_and_clear_buserr()
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H
A
D
ip22-hpc.c
18
struct hpc3_regs *
hpc3c0
, *hpc3c1;
variable
20
EXPORT_SYMBOL(
hpc3c0
);
variable
35
hpc3c0
= (struct hpc3_regs *)
in sgihpc_init()
40
sgioc = (struct sgioc_regs *)
hpc3c0
->pbus_extregs[6];
in sgihpc_init()
42
hpc3c0
->pbus_piocfg[6][0] |= HPC3_PIOCFG_DS16;
in sgihpc_init()
46
sgint = (struct sgint_regs *)
hpc3c0
->pbus_extregs[4];
in sgihpc_init()
H
A
D
ip28-berr.c
131
hpc3_berr_stat =
hpc3c0
->bestat;
in save_and_clear_buserr()
133
hpc3.scsi[0].addr = (unsigned long)&
hpc3c0
->scsi_chan0;
in save_and_clear_buserr()
134
hpc3.scsi[0].ctrl =
hpc3c0
->scsi_chan0.ctrl; /* HPC3_SCTRL_ACTIVE ? */
in save_and_clear_buserr()
135
hpc3.scsi[0].cbp =
hpc3c0
->scsi_chan0.cbptr;
in save_and_clear_buserr()
136
hpc3.scsi[0].ndptr =
hpc3c0
->scsi_chan0.ndptr;
in save_and_clear_buserr()
138
hpc3.scsi[1].addr = (unsigned long)&
hpc3c0
->scsi_chan1;
in save_and_clear_buserr()
139
hpc3.scsi[1].ctrl =
hpc3c0
->scsi_chan1.ctrl; /* HPC3_SCTRL_ACTIVE ? */
in save_and_clear_buserr()
140
hpc3.scsi[1].cbp =
hpc3c0
->scsi_chan1.cbptr;
in save_and_clear_buserr()
141
hpc3.scsi[1].ndptr =
hpc3c0
->scsi_chan1.ndptr;
in save_and_clear_buserr()
143
hpc3.ethrx.addr = (unsigned long)&
hpc3c0
in save_and_clear_buserr()
[all...]
H
A
D
ip22-platform.c
79
sgiwd93_0_pd.hregs = &
hpc3c0
->scsi_chan0;
in sgiwd93_devinit()
80
sgiwd93_0_pd.wdregs = (unsigned char *)
hpc3c0
->scsi0_ext;
in sgiwd93_devinit()
89
sgiwd93_1_pd.hregs = &
hpc3c0
->scsi_chan1;
in sgiwd93_devinit()
90
sgiwd93_1_pd.wdregs = (unsigned char *)
hpc3c0
->scsi1_ext;
in sgiwd93_devinit()
152
eth0_pd.hpc =
hpc3c0
;
in sgiseeq_devinit()
216
res.end = res.start + sizeof(
hpc3c0
->rtcregs) - 1;
in sgi_ds1286_devinit()
H
A
D
ip22-reset.c
55
tmp =
hpc3c0
->rtcregs[RTC_CMD] & 0xff;
in sgi_machine_power_off()
56
hpc3c0
->rtcregs[RTC_CMD] = tmp | RTC_WAM;
in sgi_machine_power_off()
57
hpc3c0
->rtcregs[RTC_WSEC] = 0;
in sgi_machine_power_off()
58
hpc3c0
->rtcregs[RTC_WHSEC] = 0;
in sgi_machine_power_off()
66
tmp =
hpc3c0
->rtcregs[RTC_HOURS_ALARM];
in sgi_machine_power_off()
H
A
D
ip22-nvram.c
112
return ip22_eeprom_read(&
hpc3c0
->eeprom, reg);
in ip22_nvram_read()
117
tmp =
hpc3c0
->bbram[reg++] & 0xff;
in ip22_nvram_read()
118
return (tmp << 8) | (
hpc3c0
->bbram[reg] & 0xff);
in ip22_nvram_read()
H
A
D
ip22-berr.c
37
hpc3_berr_stat =
hpc3c0
->bestat;
in save_and_clear_buserr()
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
H
A
D
hpc3.h
311
extern struct hpc3_regs *
hpc3c0
, *hpc3c1;
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/
H
A
D
hpc3.h
311
extern struct hpc3_regs *
hpc3c0
, *hpc3c1;
/kernel/linux/linux-5.10/sound/mips/
H
A
D
hal2.c
773
struct hpc3_regs *hpc3 =
hpc3c0
;
in hal2_create()
/kernel/linux/linux-6.6/sound/mips/
H
A
D
hal2.c
773
struct hpc3_regs *hpc3 =
hpc3c0
;
in hal2_create()
Completed in 10 milliseconds