OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTLB_ODD
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/amiga/dev/
if_esreg.h
182
#define
CTLB_ODD
0x20 /* Odd number of bytes in frame */
if_es.c
838
pktbuf[i/2] = (pktbuf[i/2] & 0xff00) |
CTLB_ODD
;
887
pktctlw = (*buf & 0xff00) |
CTLB_ODD
;
/src/sys/dev/ic/
smc91cxxreg.h
453
* to detect whether a frame has an extra byte on it. The
CTLB_ODD
469
* For transmit, the
CTLB_ODD
bit specifies whether an extra byte
475
#define
CTLB_ODD
0x20 /* The packet length is ODD */
smc91cxx.c
749
oddbyte | ((length & 1) ? (
CTLB_ODD
<< 8) : 0));
Completed in 121 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025