OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESC_SELECT_R
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/acorn32/podulebus/
escvar.h
244
#define
ESC_SELECT_R
0x01 /* Reselection allowed */
250
#define ESC_SELECT_RS (
ESC_SELECT_R
|ESC_SELECT_S)
251
#define ESC_SELECT_RI (
ESC_SELECT_R
|ESC_SELECT_I)
253
#define ESC_SELECT_RSI (
ESC_SELECT_R
|ESC_SELECT_S|ESC_SELECT_I)
esc.c
815
mode &= ~
ESC_SELECT_R
;
820
nexus->ID = ((mode &
ESC_SELECT_R
) ? 0xC0 : 0x80) | lun;
Completed in 14 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025