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:NCR5380_read
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
NCR5380.c
102
*
NCR5380_read
(register) - read from the specified register
219
if ((
NCR5380_read
(reg1) & bit1) == val1)
in NCR5380_poll_politely2()
221
if ((
NCR5380_read
(reg2) & bit2) == val2)
in NCR5380_poll_politely2()
232
if ((
NCR5380_read
(reg1) & bit1) == val1)
in NCR5380_poll_politely2()
234
if ((
NCR5380_read
(reg2) & bit2) == val2)
in NCR5380_poll_politely2()
302
status =
NCR5380_read
(STATUS_REG);
in NCR5380_print()
303
mr =
NCR5380_read
(MODE_REG);
in NCR5380_print()
304
icr =
NCR5380_read
(INITIATOR_COMMAND_REG);
in NCR5380_print()
305
basr =
NCR5380_read
(BUS_AND_STATUS_REG);
in NCR5380_print()
352
status =
NCR5380_read
(STATUS_RE
in NCR5380_print_phase()
[all...]
H
A
D
g_NCR5380.c
38
#define
NCR5380_read
(reg) \
macro
128
PHASE_SR_TO_TCR(
NCR5380_read
(STATUS_REG) & PHASE_MASK));
in g_NCR5380_trigger_irq()
154
NCR5380_read
(RESET_PARITY_INTERRUPT_REG);
in g_NCR5380_probe_irq()
158
NCR5380_read
(RESET_PARITY_INTERRUPT_REG);
in g_NCR5380_probe_irq()
371
if (
NCR5380_read
(MODE_REG) != 0) {
in generic_NCR5380_init_one()
500
if (
NCR5380_read
(hostdata->c400_ctl_status) & CSR_53C80_REG)
in wait_for_53c80_access()
540
NCR5380_read
(hostdata->c400_ctl_status) & CSR_HOST_BUF_NOT_RDY)
in generic_NCR5380_precv()
601
NCR5380_read
(hostdata->c400_ctl_status) & CSR_HOST_BUF_NOT_RDY) {
in generic_NCR5380_psend()
610
if (start >= len &&
NCR5380_read
(hostdata->c400_blk_cnt) == 0)
in generic_NCR5380_psend()
613
if (
NCR5380_read
(hostdat
in generic_NCR5380_psend()
[all...]
H
A
D
mac_scsi.c
38
#define
NCR5380_read
(reg) in_8(hostdata->io + ((reg) << 4))
macro
310
if (!(
NCR5380_read
(BUS_AND_STATUS_REG) & BASR_PHASE_MATCH))
in macscsi_pread()
378
if (!(
NCR5380_read
(BUS_AND_STATUS_REG) & BASR_PHASE_MATCH))
in macscsi_pwrite()
H
A
D
dmx3191d.c
25
#define
NCR5380_read
(reg) inb(hostdata->base + (reg))
macro
H
A
D
NCR5380.h
289
if ((
NCR5380_read
(reg) & bit) == val)
in NCR5380_poll_politely()
H
A
D
atari_scsi.c
63
#define
NCR5380_read
(reg) atari_scsi_reg_read(reg)
macro
633
* methods are quite different. The calling macros
NCR5380_read
and
H
A
D
sun3_scsi.c
46
#define
NCR5380_read
(reg) in_8(hostdata->io + (reg))
macro
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
NCR5380.c
101
*
NCR5380_read
(register) - read from the specified register
216
if ((
NCR5380_read
(reg1) & bit1) == val1)
in NCR5380_poll_politely2()
218
if ((
NCR5380_read
(reg2) & bit2) == val2)
in NCR5380_poll_politely2()
229
if ((
NCR5380_read
(reg1) & bit1) == val1)
in NCR5380_poll_politely2()
231
if ((
NCR5380_read
(reg2) & bit2) == val2)
in NCR5380_poll_politely2()
299
status =
NCR5380_read
(STATUS_REG);
in NCR5380_print()
300
mr =
NCR5380_read
(MODE_REG);
in NCR5380_print()
301
icr =
NCR5380_read
(INITIATOR_COMMAND_REG);
in NCR5380_print()
302
basr =
NCR5380_read
(BUS_AND_STATUS_REG);
in NCR5380_print()
349
status =
NCR5380_read
(STATUS_RE
in NCR5380_print_phase()
[all...]
H
A
D
g_NCR5380.c
38
#define
NCR5380_read
(reg) \
macro
128
PHASE_SR_TO_TCR(
NCR5380_read
(STATUS_REG) & PHASE_MASK));
in g_NCR5380_trigger_irq()
154
NCR5380_read
(RESET_PARITY_INTERRUPT_REG);
in g_NCR5380_probe_irq()
158
NCR5380_read
(RESET_PARITY_INTERRUPT_REG);
in g_NCR5380_probe_irq()
371
if (
NCR5380_read
(MODE_REG) != 0) {
in generic_NCR5380_init_one()
500
if (
NCR5380_read
(hostdata->c400_ctl_status) & CSR_53C80_REG)
in wait_for_53c80_access()
540
NCR5380_read
(hostdata->c400_ctl_status) & CSR_HOST_BUF_NOT_RDY)
in generic_NCR5380_precv()
601
NCR5380_read
(hostdata->c400_ctl_status) & CSR_HOST_BUF_NOT_RDY) {
in generic_NCR5380_psend()
610
if (start >= len &&
NCR5380_read
(hostdata->c400_blk_cnt) == 0)
in generic_NCR5380_psend()
613
if (
NCR5380_read
(hostdat
in generic_NCR5380_psend()
[all...]
H
A
D
mac_scsi.c
38
#define
NCR5380_read
(reg) in_8(hostdata->io + ((reg) << 4))
macro
310
if (!(
NCR5380_read
(BUS_AND_STATUS_REG) & BASR_PHASE_MATCH))
in macscsi_pread()
378
if (!(
NCR5380_read
(BUS_AND_STATUS_REG) & BASR_PHASE_MATCH))
in macscsi_pwrite()
H
A
D
dmx3191d.c
25
#define
NCR5380_read
(reg) inb(hostdata->base + (reg))
macro
H
A
D
NCR5380.h
299
if ((
NCR5380_read
(reg) & bit) == val)
in NCR5380_poll_politely()
H
A
D
sun3_scsi.c
46
#define
NCR5380_read
(reg) in_8(hostdata->io + (reg))
macro
H
A
D
atari_scsi.c
63
#define
NCR5380_read
(reg) atari_scsi_reg_read(reg)
macro
629
* methods are quite different. The calling macros
NCR5380_read
and
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
oak.c
20
#define
NCR5380_read
(reg) readb(hostdata->io + ((reg) << 2))
macro
H
A
D
cumana_1.c
18
#define
NCR5380_read
(reg) cumanascsi_read(hostdata, reg)
macro
/kernel/linux/linux-6.6/drivers/scsi/arm/
H
A
D
oak.c
20
#define
NCR5380_read
(reg) readb(hostdata->io + ((reg) << 2))
macro
H
A
D
cumana_1.c
18
#define
NCR5380_read
(reg) cumanascsi_read(hostdata, reg)
macro
Completed in 16 milliseconds