OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AscWriteLramWord
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
advlib.c
108
static void
AscWriteLramWord
(bus_space_tag_t, bus_space_handle_t,
344
AscWriteLramWord
(iot, ioh, ASCV_HALTCODE_W, 0x00FE);
667
AscWriteLramWord
(iot, ioh, ASCV_ASCDVC_ERR_CODE_W, 0);
668
AscWriteLramWord
(iot, ioh, ASCV_HALTCODE_W, 0);
675
AscWriteLramWord
(iot, ioh, lram_addr, 0);
981
AscWriteLramWord
(iot, ioh, addr & 0xFFFE, word_data);
995
AscWriteLramWord
(bus_space_tag_t iot, bus_space_handle_t ioh,
1116
AscWriteLramWord
(iot, ioh, q_addr, saved_word);
1180
AscWriteLramWord
(iot, ioh, ASCV_MCODE_CHKSUM_W, mcode_chksum);
1181
AscWriteLramWord
(iot, ioh, ASCV_MCODE_SIZE_W, mcode_size)
[
all
...]
advlib.h
1245
#define ASC_PUT_VAR_FREE_QHEAD(iot, ioh, val)
AscWriteLramWord
((iot), (ioh), ASCV_FREE_Q_HEAD_W, val)
1246
#define ASC_PUT_VAR_DONE_QTAIL(iot, ioh, val)
AscWriteLramWord
((iot), (ioh), ASCV_DONE_Q_TAIL_W, val)
Completed in 36 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025