OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FD_SECTBASEMASK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
fd.h
28
#define
FD_SECTBASEMASK
0x3FC
30
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/external/kernel-headers/original/uapi/linux/
fd.h
26
#define
FD_SECTBASEMASK
0x3FC
28
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
Completed in 42 milliseconds