HomeSort by relevance Sort by last modified time
    Searched refs:fdc (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/uapi/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /development/ndk/platforms/android-21/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /external/kernel-headers/original/uapi/linux/
fdreg.h 10 #define FD_IOPORT fdc_state[fdc].address
12 /* It would be a lot saner just to force fdc_state[fdc].address to always
32 #define STATUS_BUSY 0x10 /* FDC busy */
34 #define STATUS_DIR 0x40 /* 0- cpu->fdc */
82 #define FD_DUMPREGS 0x0E /* dump the contents of the fdc regs */
95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
101 #define FD_POWERDOWN 0x27 /* configure FDC's powersave features */
110 /* FDC version return types */
115 #define FDC_765ED 0x30 /* Non-Intel 1MB-compatible FDC, can't detect */
122 #define FDC_82078_1 0x61 /* 82078-1 (2Mbps fdc) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fdreg.h 10 #define FD_IOPORT fdc_state[fdc].address
12 /* It would be a lot saner just to force fdc_state[fdc].address to always
32 #define STATUS_BUSY 0x10 /* FDC busy */
34 #define STATUS_DIR 0x40 /* 0- cpu->fdc */
82 #define FD_DUMPREGS 0x0E /* dump the contents of the fdc regs */
95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
101 #define FD_POWERDOWN 0x27 /* configure FDC's powersave features */
110 /* FDC version return types */
115 #define FDC_765ED 0x30 /* Non-Intel 1MB-compatible FDC, can't detect */
122 #define FDC_82078_1 0x61 /* 82078-1 (2Mbps fdc) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fdreg.h 10 #define FD_IOPORT fdc_state[fdc].address
12 /* It would be a lot saner just to force fdc_state[fdc].address to always
32 #define STATUS_BUSY 0x10 /* FDC busy */
34 #define STATUS_DIR 0x40 /* 0- cpu->fdc */
82 #define FD_DUMPREGS 0x0E /* dump the contents of the fdc regs */
95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
101 #define FD_POWERDOWN 0x27 /* configure FDC's powersave features */
110 /* FDC version return types */
115 #define FDC_765ED 0x30 /* Non-Intel 1MB-compatible FDC, can't detect */
122 #define FDC_82078_1 0x61 /* 82078-1 (2Mbps fdc) */
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fdreg.h 22 #define FD_IOPORT fdc_state[fdc].address
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
handlefiletransferrequest.c 559 msg.fdc.reasonLen = Swap16IfLE(msg.fdc.reasonLen);
561 if(msg.fdc.reasonLen == 0) {
567 reason = (char*) calloc(msg.fdc.reasonLen + 1, sizeof(char));
574 if((n = rfbReadExact(cl, reason, msg.fdc.reasonLen)) <= 0) {
rfbtightproto.h 386 rfbFileDownloadCancelMsg fdc; member in union:_rfbClientToServerTightMsg
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 1027 Int fdc = (cm->cmsg_len - VKI_CMSG_ALIGN(sizeof(struct vki_cmsghdr))) local
1031 for (i = 0; i < fdc; i++)
    [all...]

Completed in 1439 milliseconds