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:m147_pcc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mvme147.c
26
m147_pcc
->dma_intr = 0x89; /* Ack and enable ints */
in mvme147_intr()
53
m147_pcc
->dma_bcr = cmd->SCp.this_residual | (1 << 24);
in dma_setup()
54
m147_pcc
->dma_dadr = addr;
in dma_setup()
55
m147_pcc
->dma_cntrl = flags;
in dma_setup()
64
m147_pcc
->dma_cntrl = 0;
in dma_stop()
119
m147_pcc
->scsi_interrupt = 0x10; /* Assert SCSI bus reset */
in mvme147_init()
121
m147_pcc
->scsi_interrupt = 0x00; /* Negate SCSI bus reset */
in mvme147_init()
123
m147_pcc
->scsi_interrupt = 0x40; /* Clear bus reset interrupt */
in mvme147_init()
125
m147_pcc
->scsi_interrupt = 0x09; /* Enable interrupt */
in mvme147_init()
127
m147_pcc
in mvme147_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mvme147.c
30
m147_pcc
->dma_intr = 0x89; /* Ack and enable ints */
in mvme147_intr()
58
m147_pcc
->dma_bcr = scsi_pointer->this_residual | (1 << 24);
in dma_setup()
59
m147_pcc
->dma_dadr = addr;
in dma_setup()
60
m147_pcc
->dma_cntrl = flags;
in dma_setup()
69
m147_pcc
->dma_cntrl = 0;
in dma_stop()
125
m147_pcc
->scsi_interrupt = 0x10; /* Assert SCSI bus reset */
in mvme147_init()
127
m147_pcc
->scsi_interrupt = 0x00; /* Negate SCSI bus reset */
in mvme147_init()
129
m147_pcc
->scsi_interrupt = 0x40; /* Clear bus reset interrupt */
in mvme147_init()
131
m147_pcc
->scsi_interrupt = 0x09; /* Enable interrupt */
in mvme147_init()
133
m147_pcc
in mvme147_init()
[all...]
/kernel/linux/linux-5.10/arch/m68k/mvme147/
H
A
D
config.c
60
m147_pcc
->watchdog = 0x0a; /* Clear timer */
in mvme147_reset()
61
m147_pcc
->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */
in mvme147_reset()
119
m147_pcc
->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN |
in mvme147_timer_int()
121
m147_pcc
->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR |
in mvme147_timer_int()
139
m147_pcc
->t1_preload = PCC_TIMER_PRELOAD;
in mvme147_sched_init()
140
m147_pcc
->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN |
in mvme147_sched_init()
142
m147_pcc
->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR |
in mvme147_sched_init()
156
tmp =
m147_pcc
->t1_cntrl >> 4;
in mvme147_read_clk()
157
count =
m147_pcc
->t1_count;
in mvme147_read_clk()
158
overflow =
m147_pcc
in mvme147_read_clk()
[all...]
/kernel/linux/linux-6.6/arch/m68k/mvme147/
H
A
D
config.c
60
m147_pcc
->watchdog = 0x0a; /* Clear timer */
in mvme147_reset()
61
m147_pcc
->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */
in mvme147_reset()
117
m147_pcc
->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN |
in mvme147_timer_int()
119
m147_pcc
->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR |
in mvme147_timer_int()
137
m147_pcc
->t1_preload = PCC_TIMER_PRELOAD;
in mvme147_sched_init()
138
m147_pcc
->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN |
in mvme147_sched_init()
140
m147_pcc
->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR |
in mvme147_sched_init()
154
tmp =
m147_pcc
->t1_cntrl >> 4;
in mvme147_read_clk()
155
count =
m147_pcc
->t1_count;
in mvme147_read_clk()
156
overflow =
m147_pcc
in mvme147_read_clk()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
mvme147.c
168
m147_pcc
->lan_cntrl = 0; /* clear the interrupts (if any) */
in m147lance_open()
169
m147_pcc
->lan_cntrl = 0x08 | 0x04; /* Enable irq 4 */
in m147lance_open()
177
m147_pcc
->lan_cntrl = 0x0; /* disable interrupts */
in m147lance_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
mvme147.c
167
m147_pcc
->lan_cntrl = 0; /* clear the interrupts (if any) */
in m147lance_open()
168
m147_pcc
->lan_cntrl = 0x08 | 0x04; /* Enable irq 4 */
in m147lance_open()
176
m147_pcc
->lan_cntrl = 0x0; /* disable interrupts */
in m147lance_close()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mvme147hw.h
63
#define
m147_pcc
((struct pcc_regs * volatile)0xfffe1000)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mvme147hw.h
63
#define
m147_pcc
((struct pcc_regs * volatile)0xfffe1000)
macro
Completed in 3 milliseconds