OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRX
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
siisata.c
248
PRWRITE(sc,
PRX
(chp->ch_channel, PRO_PIEC), 0xffffffff);
257
(void)PRREAD(sc,
PRX
(chp->ch_channel, PRO_PSS));
258
PRWRITE(sc,
PRX
(chp->ch_channel, PRO_PIS), 0xffffffff);
260
PRWRITE(sc,
PRX
(chp->ch_channel, PRO_PIES),
278
PRWRITE(sc,
PRX
(chp->ch_channel, PRO_PCC),
383
PRX
(chp->ch_channel, PRO_SSTATUS), 4, &schp->sch_sstatus) != 0) {
390
PRX
(chp->ch_channel, PRO_SCONTROL), 4, &schp->sch_scontrol) != 0) {
397
PRX
(chp->ch_channel, PRO_SERROR), 4, &schp->sch_serror) != 0) {
518
pss = PRREAD(sc,
PRX
(chp->ch_channel, PRO_PSS));
529
pis = PRREAD(sc,
PRX
(chp->ch_channel, PRO_PIS))
[
all
...]
siisatareg.h
161
#define
PRX
(p,r) (PRO(p) + r)
162
#define PRSX(p,s,o) (
PRX
(p, PR_SLOT_SIZE * s + o))
188
#define PRO_CARX(p,s) (
PRX
(p, PRO_CAR) + (s) * sizeof(uint64_t))
Completed in 12 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025