OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCA_REG
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
if_ntwoc_isa.c
110
#define
SCA_REG
(r) (((r) & 0xf) + (((r) & 0xf0) << 6))
283
/* XXX XXX update the calls to
SCA_REG
to use our mapping */
290
bus_space_write_1(iot, sca_ioh[0],
SCA_REG
(SCA_WCRL), 0);
291
bus_space_write_1(iot, sca_ioh[0],
SCA_REG
(SCA_WCRM), 0);
292
bus_space_write_1(iot, sca_ioh[0],
SCA_REG
(SCA_WCRH), 0);
293
bus_space_write_1(iot, sca_ioh[0],
SCA_REG
(SCA_PCR), 0);
295
bus_space_write_1(iot, sca_ioh[0],
SCA_REG
(SCA_TMC0), 0);
297
if ((tmp = bus_space_read_1(iot, sca_ioh[0],
SCA_REG
(SCA_TMC0))) != 0) {
303
bus_space_write_1(iot, sca_ioh[0],
SCA_REG
(SCA_TMC0), 0x5A);
306
tmp = bus_space_read_1(iot, sca_ioh[0],
SCA_REG
(SCA_TMC0))
[
all
...]
/src/sys/dev/pci/
if_ntwoc_pci.c
144
#define
SCA_REG
(y) (((y) & 0x0002) ? (((y) & 0x00fd) + 0x100) : (y))
152
bus_space_write_1(sc->sc_iot, sc->sc_ioh,
SCA_REG
(reg), val);
158
bus_space_write_2(sc->sc_iot, sc->sc_ioh,
SCA_REG
(reg), val);
165
bus_space_read_1(sc->sc_iot, sc->sc_ioh,
SCA_REG
(reg));
172
bus_space_read_2(sc->sc_iot, sc->sc_ioh,
SCA_REG
(reg));
Completed in 51 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025