OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAP_ICSC
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
joy_eap.c
54
icsc = bus_space_read_4(gpa->gpa_iot, gpa->gpa_ioh,
EAP_ICSC
);
57
bus_space_write_4(gpa->gpa_iot, gpa->gpa_ioh,
EAP_ICSC
, icsc);
82
icsc = bus_space_read_4(gpa->gpa_iot, gpa->gpa_ioh,
EAP_ICSC
);
84
bus_space_write_4(gpa->gpa_iot, gpa->gpa_ioh,
EAP_ICSC
, icsc);
eap.c
629
EWRITE4(sc,
EAP_ICSC
, EAP_CDC_EN);
669
EWRITE4(sc,
EAP_ICSC
, 0);
679
EWRITE4(sc,
EAP_ICSC
, E1371_SYNC_RES);
681
EWRITE4(sc,
EAP_ICSC
, 0);
812
icsc = EREAD4(sc,
EAP_ICSC
);
813
EWRITE4(sc,
EAP_ICSC
, icsc | E1371_SYNC_RES);
815
EWRITE4(sc,
EAP_ICSC
, icsc & ~E1371_SYNC_RES);
990
EREAD4(sc,
EAP_ICSC
)));
991
div = EREAD4(sc,
EAP_ICSC
) & ~EAP_PCLKBITS;
1012
EWRITE4(sc,
EAP_ICSC
, div)
[
all
...]
eapreg.h
36
#define
EAP_ICSC
0x00 /* interrupt / chip select control */
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025