OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUMLINES
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
mscreg.h
86
#define
NUMLINES
7 /* number of lines per card */
127
(0x0200 -
NUMLINES
* sizeof(struct mscstatus) - sizeof(struct msccommon))
128
#define MSC_MEMPAD2 (0x2000 -
NUMLINES
* IOBUFLEN - IOBUFLEN)
131
struct mscstatus Status[
NUMLINES
]; /* 0x0000-0x006f status areas */
134
u_char OutBuf[
NUMLINES
][IOBUFLEN]; /* 0x0200-0x08ff output bufs */
135
u_char InBuf[
NUMLINES
][IOBUFLEN]; /* 0x0900-0x0fff input bufs */
136
u_char InCtl[
NUMLINES
][IOBUFLEN]; /* 0x1000-0x16ff control data */
msc.c
315
if (MSCSLOTUL(unit,
NUMLINES
) < MSCSLOTS)
316
mscdev[MSCSLOTUL(unit,
NUMLINES
)].active = 0;
343
if (MSCLINE(dev) >=
NUMLINES
)
587
maxslot = MSCSLOTUL(unit,
NUMLINES
);
606
for(i = 0; i <
NUMLINES
; i++) { /* do for all lines */
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025