HomeSort by relevance Sort by last modified time
    Searched defs:IEEE1284_MODE_ECP (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
parport.h 66 #define IEEE1284_MODE_ECP (1 << 4)
67 #define IEEE1284_MODE_ECPRLE (IEEE1284_MODE_ECP | (1 << 5))
  /external/kernel-headers/original/uapi/linux/
parport.h 67 'Real' ECP modes must have the IEEE1284_MODE_ECP bit set. */
72 #define IEEE1284_MODE_ECP (1<<4)
73 #define IEEE1284_MODE_ECPRLE (IEEE1284_MODE_ECP | (1<<5))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
parport.h 67 'Real' ECP modes must have the IEEE1284_MODE_ECP bit set. */
72 #define IEEE1284_MODE_ECP (1<<4)
73 #define IEEE1284_MODE_ECPRLE (IEEE1284_MODE_ECP | (1<<5))

Completed in 742 milliseconds