Home
last modified time | relevance | path

Searched refs:FDC_Buffer_Read_Timing (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/includes/
H A Dfdc.h84 extern Uint16 FDC_Buffer_Read_Timing ( void );
/dports/emulators/hatari/hatari-2.2.1/src/includes/
H A Dfdc.h101 extern Uint16 FDC_Buffer_Read_Timing ( void );
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dfdc.c1132 Uint16 FDC_Buffer_Read_Timing ( void ) in FDC_Buffer_Read_Timing() function
2524 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the first byte */ in FDC_UpdateReadSectorsCmd()
2532 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the next byte */ in FDC_UpdateReadSectorsCmd()
2882 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the first byte */ in FDC_UpdateReadAddressCmd()
2889 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the next byte */ in FDC_UpdateReadAddressCmd()
2993 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the first byte */ in FDC_UpdateReadTrackCmd()
3000 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the next byte */ in FDC_UpdateReadTrackCmd()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dfdc.c1145 Uint16 FDC_Buffer_Read_Timing ( void ) in FDC_Buffer_Read_Timing() function
2595 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the first byte */ in FDC_UpdateReadSectorsCmd()
2603 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the next byte */ in FDC_UpdateReadSectorsCmd()
2956 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the first byte */ in FDC_UpdateReadAddressCmd()
2963 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the next byte */ in FDC_UpdateReadAddressCmd()
3067 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the first byte */ in FDC_UpdateReadTrackCmd()
3074 FdcCycles = FDC_Buffer_Read_Timing (); /* Delay to transfer the next byte */ in FDC_UpdateReadTrackCmd()