/linux-2.4.37.9/drivers/ide/ ! |
D | ide-disk.c | 79 static inline u32 idedisk_read_24 (ide_drive_t *drive) in idedisk_read_24() 150 static ide_startstop_t read_intr (ide_drive_t *drive) in read_intr() 209 static ide_startstop_t write_intr (ide_drive_t *drive) in write_intr() 266 int ide_multwrite (ide_drive_t *drive, unsigned int mcount) in ide_multwrite() 314 static ide_startstop_t multwrite_intr (ide_drive_t *drive) in multwrite_intr() 362 ide_startstop_t __ide_do_rw_disk (ide_drive_t *drive, struct request *rq, unsigned long block) in __ide_do_rw_disk() 538 ide_startstop_t __ide_do_rw_disk (ide_drive_t *drive, struct request *rq, unsigned long block) in __ide_do_rw_disk() 561 static task_ioreg_t get_command (ide_drive_t *drive, int cmd) in get_command() 585 static ide_startstop_t chs_rw_disk (ide_drive_t *drive, struct request *rq, unsigned long block) in chs_rw_disk() 620 static ide_startstop_t lba_28_rw_disk (ide_drive_t *drive, struct request *rq, unsigned long block) in lba_28_rw_disk() [all …]
|
D | ide.c | 256 ide_drive_t *drive = &hwif->drives[unit]; in init_hwif_data() local 347 unsigned long current_capacity (ide_drive_t *drive) in current_capacity() 356 static inline u32 read_24 (ide_drive_t *drive) in read_24() 366 u8 ide_dump_status (ide_drive_t *drive, const char *msg, u8 stat) in ide_dump_status() 457 ide_drive_t *drive; in ide_revalidate_disk() local 499 ide_drive_t *drive; in revalidate_drives() local 550 ide_drive_t *drive; in ide_open() local 605 ide_drive_t *drive; in ide_release() local 668 ide_drive_t *drive; in ide_prepare_tristate() local 794 ide_drive_t *drive = &hwif->drives[unit]; in ide_resume_hwif() local [all …]
|
D | ide-cd.c | 326 static void cdrom_saw_media_change (ide_drive_t *drive) in cdrom_saw_media_change() 335 static int cdrom_log_sense(ide_drive_t *drive, struct packet_command *pc, in cdrom_log_sense() 372 void cdrom_analyze_sense_data(ide_drive_t *drive, in cdrom_analyze_sense_data() 515 static void cdrom_queue_request_sense(ide_drive_t *drive, in cdrom_queue_request_sense() 546 static int ide_cdrom_end_request (ide_drive_t *drive, int uptodate) in ide_cdrom_end_request() 578 byte ide_cdrom_dump_status (ide_drive_t *drive, const char *msg, byte stat) in ide_cdrom_dump_status() 624 ide_startstop_t ide_cdrom_error (ide_drive_t *drive, const char *msg, byte stat) in ide_cdrom_error() 660 ide_startstop_t ide_cdrom_abort (ide_drive_t *drive, const char *msg) in ide_cdrom_abort() 677 static void cdrom_end_request (ide_drive_t *drive, int uptodate) in cdrom_end_request() 696 static int cdrom_decode_status (ide_startstop_t *startstop, ide_drive_t *drive, in cdrom_decode_status() [all …]
|
D | ide-taskfile.c | 89 inline u32 task_read_24 (ide_drive_t *drive) in task_read_24() 109 void taskfile_input_data (ide_drive_t *drive, void *buffer, u32 wcount) in taskfile_input_data() 118 void taskfile_output_data (ide_drive_t *drive, void *buffer, u32 wcount) in taskfile_output_data() 131 int taskfile_lib_get_identify (ide_drive_t *drive, u8 *buf) in taskfile_lib_get_identify() 147 void debug_taskfile (ide_drive_t *drive, ide_task_t *args) in debug_taskfile() 170 ide_startstop_t do_rw_taskfile (ide_drive_t *drive, ide_task_t *task) in do_rw_taskfile() 266 u8 taskfile_dump_status (ide_drive_t *drive, const char *msg, u8 stat) in taskfile_dump_status() 348 void ide_end_taskfile (ide_drive_t *drive, u8 stat, u8 err) in ide_end_taskfile() 412 void task_try_to_flush_leftover_data (ide_drive_t *drive) in task_try_to_flush_leftover_data() 431 ide_startstop_t taskfile_error (ide_drive_t *drive, const char *msg, u8 stat) in taskfile_error() [all …]
|
D | ide-dma.c | 214 ide_startstop_t ide_dma_intr (ide_drive_t *drive) in ide_dma_intr() 372 int ide_build_dmatable (ide_drive_t *drive, struct request *rq, int ddir) in ide_build_dmatable() 468 void ide_destroy_dmatable (ide_drive_t *drive) in ide_destroy_dmatable() 491 static int config_drive_for_dma (ide_drive_t *drive) in config_drive_for_dma() 538 static int dma_timer_expiry (ide_drive_t *drive) in dma_timer_expiry() 589 int __ide_dma_host_off (ide_drive_t *drive) in __ide_dma_host_off() 608 int __ide_dma_off_quietly (ide_drive_t *drive) in __ide_dma_off_quietly() 625 int __ide_dma_off (ide_drive_t *drive) in __ide_dma_off() 641 int __ide_dma_host_on (ide_drive_t *drive) in __ide_dma_host_on() 663 int __ide_dma_on (ide_drive_t *drive) in __ide_dma_on() [all …]
|
D | ide-io.c | 68 int ide_end_request (ide_drive_t *drive, int uptodate) in ide_end_request() 114 void ide_end_drive_cmd (ide_drive_t *drive, u8 stat, u8 err) in ide_end_drive_cmd() 209 void try_to_flush_leftover_data (ide_drive_t *drive) in try_to_flush_leftover_data() 243 ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, u8 stat) in ide_error() 332 ide_startstop_t ide_abort(ide_drive_t *drive, const char *msg) in ide_abort() 372 void ide_cmd (ide_drive_t *drive, u8 cmd, u8 nsect, ide_handler_t *handler) in ide_cmd() 394 ide_startstop_t drive_cmd_intr (ide_drive_t *drive) in drive_cmd_intr() 430 ide_startstop_t do_special (ide_drive_t *drive) in do_special() 461 ide_startstop_t execute_drive_cmd (ide_drive_t *drive, struct request *rq) in execute_drive_cmd() 555 static ide_startstop_t ide_start_request (ide_drive_t *drive, struct request *rq) in ide_start_request() [all …]
|
D | ide-iops.c | 67 static void ide_unplugged_outbsync (ide_drive_t *drive, u8 addr, unsigned long port) in ide_unplugged_outbsync() 138 static void ide_outbsync (ide_drive_t *drive, u8 addr, unsigned long port) in ide_outbsync() 214 static void ide_mm_outbsync (ide_drive_t *drive, u8 value, unsigned long port) in ide_mm_outbsync() 268 u32 read_24 (ide_drive_t *drive) in read_24() 278 void SELECT_DRIVE (ide_drive_t *drive) in SELECT_DRIVE() 287 void SELECT_INTERRUPT (ide_drive_t *drive) in SELECT_INTERRUPT() 297 void SELECT_MASK (ide_drive_t *drive, int mask) in SELECT_MASK() 305 void QUIRK_LIST (ide_drive_t *drive) in QUIRK_LIST() 320 void ata_vlb_sync (ide_drive_t *drive, ide_ioreg_t port) in ata_vlb_sync() 332 void ata_input_data (ide_drive_t *drive, void *buffer, u32 wcount) in ata_input_data() [all …]
|
D | ide-probe.c | 68 static void generic_id(ide_drive_t *drive) in generic_id() 97 static inline int drive_is_flashcard (ide_drive_t *drive) in drive_is_flashcard() 127 static inline void do_identify (ide_drive_t *drive, u8 cmd) in do_identify() 288 static int actual_try_to_identify (ide_drive_t *drive, u8 cmd) in actual_try_to_identify() 371 static int try_to_identify (ide_drive_t *drive, u8 cmd) in try_to_identify() 441 static int do_probe (ide_drive_t *drive, u8 cmd) in do_probe() 523 static void enable_nest (ide_drive_t *drive) in enable_nest() 568 u8 ide_probe_for_drive (ide_drive_t *drive) in ide_probe_for_drive() 775 ide_drive_t *drive = &hwif->drives[unit]; in ide_tune_drives() local 839 ide_drive_t *drive = &hwif->drives[unit]; in probe_hwif() local [all …]
|
D | ide-default.c | 39 static void idedefault_setup (ide_drive_t *drive) in idedefault_setup() 43 static int idedefault_open(struct inode *inode, struct file *filp, ide_drive_t *drive) in idedefault_open() 53 static void idedefault_release(struct inode *inode, struct file *filp, ide_drive_t *drive) in idedefault_release() 85 int idedefault_attach (ide_drive_t *drive) in idedefault_attach()
|
D | ide-tape.c | 887 ide_drive_t *drive; member 1264 ide_drive_t *drive; member 1504 static void idetape_discard_data (ide_drive_t *drive, unsigned int bcount) in idetape_discard_data() 1510 static void idetape_input_buffers (ide_drive_t *drive, idetape_pc_t *pc, unsigned int bcount) in idetape_input_buffers() 1537 static void idetape_output_buffers (ide_drive_t *drive, idetape_pc_t *pc, unsigned int bcount) in idetape_output_buffers() 1597 static idetape_pc_t *idetape_next_pc_storage (ide_drive_t *drive) in idetape_next_pc_storage() 1624 static struct request *idetape_next_rq_storage (ide_drive_t *drive) in idetape_next_rq_storage() 1658 static void idetape_analyze_error (ide_drive_t *drive, idetape_request_sense_result_t *result) in idetape_analyze_error() 1729 static void idetape_active_next_stage (ide_drive_t *drive) in idetape_active_next_stage() 1761 static void idetape_increase_max_pipeline_stages (ide_drive_t *drive) in idetape_increase_max_pipeline_stages() [all …]
|
D | ide-floppy.c | 273 ide_drive_t *drive; member 516 static void idefloppy_discard_data (ide_drive_t *drive, unsigned int bcount) in idefloppy_discard_data() 523 static void idefloppy_write_zeros (ide_drive_t *drive, unsigned int bcount) in idefloppy_write_zeros() 531 static int idefloppy_end_request (ide_drive_t *drive, int uptodate) in idefloppy_end_request() 566 static int idefloppy_do_end_request (ide_drive_t *drive, int uptodate) in idefloppy_do_end_request() 597 static void idefloppy_input_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) in idefloppy_input_buffers() 625 static void idefloppy_output_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) in idefloppy_output_buffers() 657 static void idefloppy_update_buffers (ide_drive_t *drive, idefloppy_pc_t *pc) in idefloppy_update_buffers() 672 static void idefloppy_queue_pc_head (ide_drive_t *drive,idefloppy_pc_t *pc,struct request *rq) in idefloppy_queue_pc_head() 680 static idefloppy_pc_t *idefloppy_next_pc_storage (ide_drive_t *drive) in idefloppy_next_pc_storage() [all …]
|
D | ide-lib.c | 85 u8 ide_dma_speed(ide_drive_t *drive, u8 mode) in ide_dma_speed() 180 int ide_dma_enable (ide_drive_t *drive) in ide_dma_enable() 316 u8 ide_get_best_pio_mode (ide_drive_t *drive, u8 mode_wanted, u8 max_mode, ide_pio_data_t *d) in ide_get_best_pio_mode() 399 void ide_toggle_bounce(ide_drive_t *drive, int on) in ide_toggle_bounce() 427 int ide_set_xfer_rate(ide_drive_t *drive, u8 rate) in ide_set_xfer_rate()
|
/linux-2.4.37.9/drivers/ide/pci/ ! |
D | hpt366.c | 216 static u8 hpt3xx_ratemask (ide_drive_t *drive) in hpt3xx_ratemask() 247 static u8 hpt3xx_ratefilter (ide_drive_t *drive, u8 speed) in hpt3xx_ratefilter() 298 static int check_in_drive_lists (ide_drive_t *drive, const char **list) in check_in_drive_lists() 322 static void hpt366_tune_chipset (ide_drive_t *drive, u8 xferspeed) in hpt366_tune_chipset() 361 static void hpt368_tune_chipset (ide_drive_t *drive, u8 speed) in hpt368_tune_chipset() 366 static void hpt370_tune_chipset (ide_drive_t *drive, u8 xferspeed) in hpt370_tune_chipset() 410 static void hpt372_tune_chipset (ide_drive_t *drive, u8 xferspeed) in hpt372_tune_chipset() 437 static void hpt374_tune_chipset (ide_drive_t *drive, u8 speed) in hpt374_tune_chipset() 442 static int hpt3xx_tune_chipset (ide_drive_t *drive, u8 speed) in hpt3xx_tune_chipset() 466 static void hpt3xx_tune_drive (ide_drive_t *drive, u8 pio) in hpt3xx_tune_drive() [all …]
|
D | sgiioc4.c | 164 sgiioc4_resetproc(ide_drive_t * drive) in sgiioc4_resetproc() 171 sgiioc4_maskproc(ide_drive_t * drive, int mask) in sgiioc4_maskproc() 221 sgiioc4_ide_dma_read(ide_drive_t * drive) in sgiioc4_ide_dma_read() 237 sgiioc4_ide_dma_write(ide_drive_t * drive) in sgiioc4_ide_dma_write() 254 sgiioc4_ide_dma_begin(ide_drive_t * drive) in sgiioc4_ide_dma_begin() 267 sgiioc4_ide_dma_end(ide_drive_t * drive) in sgiioc4_ide_dma_end() 321 sgiioc4_ide_dma_check(ide_drive_t * drive) in sgiioc4_ide_dma_check() 334 sgiioc4_ide_dma_on(ide_drive_t * drive) in sgiioc4_ide_dma_on() 342 sgiioc4_ide_dma_off(ide_drive_t * drive) in sgiioc4_ide_dma_off() 350 sgiioc4_ide_dma_off_quietly(ide_drive_t * drive) in sgiioc4_ide_dma_off_quietly() [all …]
|
D | pdc202xx_new.c | 95 static u8 pdcnew_ratemask (ide_drive_t *drive) in pdcnew_ratemask() 119 static int check_in_drive_lists (ide_drive_t *drive, const char **list) in check_in_drive_lists() 139 static int pdcnew_tune_chipset (ide_drive_t *drive, u8 xferspeed) in pdcnew_tune_chipset() 241 static int pdcnew_new_tune_chipset (ide_drive_t *drive, u8 xferspeed) in pdcnew_new_tune_chipset() 287 static int config_chipset_for_pio (ide_drive_t *drive, u8 pio) in config_chipset_for_pio() 297 static void pdcnew_tune_drive (ide_drive_t *drive, u8 pio) in pdcnew_tune_drive() 307 static int config_chipset_for_dma (ide_drive_t *drive) in config_chipset_for_dma() 383 static int pdcnew_config_drive_xfer_rate (ide_drive_t *drive) in pdcnew_config_drive_xfer_rate() 429 static int pdcnew_quirkproc (ide_drive_t *drive) in pdcnew_quirkproc() 434 static int pdcnew_ide_dma_lostirq(ide_drive_t *drive) in pdcnew_ide_dma_lostirq() [all …]
|
D | sl82c105.c | 82 static void config_for_pio(ide_drive_t *drive, int pio, int report, int chipset_only) in config_for_pio() 123 static int config_for_dma (ide_drive_t *drive) in config_for_dma() 146 static int sl82c105_check_drive (ide_drive_t *drive) in sl82c105_check_drive() 202 static int sl82c105_ide_dma_lost_irq(ide_drive_t *drive) in sl82c105_ide_dma_lost_irq() 242 static int sl82c105_ide_dma_begin(ide_drive_t *drive) in sl82c105_ide_dma_begin() 253 static int sl82c105_ide_dma_timeout(ide_drive_t *drive) in sl82c105_ide_dma_timeout() 264 static int sl82c105_ide_dma_on (ide_drive_t *drive) in sl82c105_ide_dma_on() 276 static int sl82c105_ide_dma_off (ide_drive_t *drive) in sl82c105_ide_dma_off() 292 static int sl82c105_ide_dma_off_quietly (ide_drive_t *drive) in sl82c105_ide_dma_off_quietly() 315 static void sl82c105_selectproc(ide_drive_t *drive) in sl82c105_selectproc() [all …]
|
D | siimage.c | 112 static inline unsigned long siimage_seldev(ide_drive_t *drive, int r) in siimage_seldev() 195 static byte siimage_ratemask (ide_drive_t *drive) in siimage_ratemask() 266 static void siimage_tuneproc (ide_drive_t *drive, byte mode_wanted) in siimage_tuneproc() 338 static void config_siimage_chipset_for_pio (ide_drive_t *drive, byte set_speed) in config_siimage_chipset_for_pio() 353 static void config_chipset_for_pio (ide_drive_t *drive, byte set_speed) in config_chipset_for_pio() 368 static int siimage_tune_chipset (ide_drive_t *drive, byte xferspeed) in siimage_tune_chipset() 458 static int config_chipset_for_dma (ide_drive_t *drive) in config_chipset_for_dma() 486 static int siimage_config_drive_for_dma (ide_drive_t *drive) in siimage_config_drive_for_dma() 531 static int siimage_io_ide_dma_test_irq (ide_drive_t *drive) in siimage_io_ide_dma_test_irq() 557 static int siimage_mmio_ide_dma_count (ide_drive_t *drive) in siimage_mmio_ide_dma_count() [all …]
|
D | pdc202xx_old.c | 192 static u8 pdc202xx_ratemask (ide_drive_t *drive) in pdc202xx_ratemask() 215 static int check_in_drive_lists (ide_drive_t *drive, const char **list) in check_in_drive_lists() 235 static int pdc202xx_tune_chipset (ide_drive_t *drive, u8 xferspeed) in pdc202xx_tune_chipset() 345 static void config_chipset_for_pio (ide_drive_t *drive, u8 pio) in config_chipset_for_pio() 362 static int config_chipset_for_dma (ide_drive_t *drive) in config_chipset_for_dma() 484 static int pdc202xx_config_drive_xfer_rate (ide_drive_t *drive) in pdc202xx_config_drive_xfer_rate() 530 static int pdc202xx_quirkproc (ide_drive_t *drive) in pdc202xx_quirkproc() 535 static int pdc202xx_old_ide_dma_begin(ide_drive_t *drive) in pdc202xx_old_ide_dma_begin() 557 static int pdc202xx_old_ide_dma_end(ide_drive_t *drive) in pdc202xx_old_ide_dma_end() 573 static int pdc202xx_old_ide_dma_test_irq(ide_drive_t *drive) in pdc202xx_old_ide_dma_test_irq() [all …]
|
D | ns87415.c | 37 static void ns87415_prepare_drive (ide_drive_t *drive, unsigned int use_dma) in ns87415_prepare_drive() 81 static void ns87415_selectproc (ide_drive_t *drive) in ns87415_selectproc() 86 static int ns87415_ide_dma_end (ide_drive_t *drive) in ns87415_ide_dma_end() 106 static int ns87415_ide_dma_read (ide_drive_t *drive) in ns87415_ide_dma_read() 117 static int ns87415_ide_dma_write (ide_drive_t *drive) in ns87415_ide_dma_write() 128 static int ns87415_ide_dma_check (ide_drive_t *drive) in ns87415_ide_dma_check()
|
D | trm290.c | 145 static void trm290_prepare_drive (ide_drive_t *drive, unsigned int use_dma) in trm290_prepare_drive() 174 static void trm290_selectproc (ide_drive_t *drive) in trm290_selectproc() 180 static int trm290_ide_dma_write (ide_drive_t *drive /*, struct request *rq */) in trm290_ide_dma_write() 231 static int trm290_ide_dma_read (ide_drive_t *drive /*, struct request *rq */) in trm290_ide_dma_read() 275 static int trm290_ide_dma_begin (ide_drive_t *drive) in trm290_ide_dma_begin() 280 static int trm290_ide_dma_end (ide_drive_t *drive) in trm290_ide_dma_end() 292 static int trm290_ide_dma_test_irq (ide_drive_t *drive) in trm290_ide_dma_test_irq()
|
/linux-2.4.37.9/drivers/scsi/ ! |
D | ide-scsi.c | 108 ide_drive_t *drive; member 129 static void idescsi_discard_data (ide_drive_t *drive, unsigned int bcount) in idescsi_discard_data() 135 static void idescsi_output_zeros (ide_drive_t *drive, unsigned int bcount) in idescsi_output_zeros() 144 static void idescsi_input_buffers (ide_drive_t *drive, idescsi_pc_t *pc, unsigned int bcount) in idescsi_input_buffers() 166 static void idescsi_output_buffers (ide_drive_t *drive, idescsi_pc_t *pc, unsigned int bcount) in idescsi_output_buffers() 192 static inline void idescsi_transform_pc1 (ide_drive_t *drive, idescsi_pc_t *pc) in idescsi_transform_pc1() 261 static inline void idescsi_transform_pc2 (ide_drive_t *drive, idescsi_pc_t *pc) in idescsi_transform_pc2() 325 static int idescsi_do_end_request (ide_drive_t *drive, int uptodate) in idescsi_do_end_request() 354 static int idescsi_end_request (ide_drive_t *drive, int uptodate) in idescsi_end_request() 412 static ide_startstop_t idescsi_pc_intr (ide_drive_t *drive) in idescsi_pc_intr() [all …]
|
/linux-2.4.37.9/arch/cris/drivers/ ! |
D | ide.c | 326 static void tune_e100_ide(ide_drive_t *drive, byte pio) in tune_e100_ide() 497 e100_atapi_input_bytes (ide_drive_t *drive, void *buffer, unsigned int bytecount) in e100_atapi_input_bytes() 576 e100_atapi_output_bytes (ide_drive_t *drive, void *buffer, unsigned int bytecount) in e100_atapi_output_bytes() 663 e100_ide_input_data (ide_drive_t *drive, void *buffer, unsigned int wcount) in e100_ide_input_data() 672 e100_ide_output_data (ide_drive_t *drive, void *buffer, unsigned int wcount) in e100_ide_output_data() 685 static int e100_ide_build_dmatable (ide_drive_t *drive) in e100_ide_build_dmatable() 776 static int config_drive_for_dma (ide_drive_t *drive) in config_drive_for_dma() 803 static ide_startstop_t etrax_dma_intr (ide_drive_t *drive) in etrax_dma_intr() 844 static int e100_dma_check(ide_drive_t *drive) in e100_dma_check() 849 static int e100_dma_end(ide_drive_t *drive) in e100_dma_end() [all …]
|
/linux-2.4.37.9/drivers/ide/legacy/ ! |
D | pdc4030.c | 103 static void promise_selectproc (ide_drive_t *drive) in promise_selectproc() 116 int pdc4030_cmd(ide_drive_t *drive, u8 cmd) in pdc4030_cmd() 145 int pdc4030_identify(ide_drive_t *drive) in pdc4030_identify() 156 ide_drive_t *drive; in setup_pdc4030() local 279 ide_drive_t *drive = &hwif->drives[0]; in detect_pdc4030() local 397 static ide_startstop_t promise_read_intr (ide_drive_t *drive) in promise_read_intr() 506 static ide_startstop_t promise_complete_pollfunc(ide_drive_t *drive) in promise_complete_pollfunc() 551 int promise_multwrite (ide_drive_t *drive, unsigned int mcount) in promise_multwrite() 609 static ide_startstop_t promise_write_pollfunc (ide_drive_t *drive) in promise_write_pollfunc() 651 static ide_startstop_t promise_write (ide_drive_t *drive) in promise_write() [all …]
|
/linux-2.4.37.9/drivers/ide/arm/ ! |
D | icside.c | 267 icside_build_dmatable(ide_drive_t *drive, int ddir) in icside_build_dmatable() 273 static void icside_destroy_dmatable(ide_drive_t *drive) in icside_destroy_dmatable() 282 icside_config_if(ide_drive_t *drive, int xfer_mode) in icside_config_if() 327 icside_set_speed(ide_drive_t *drive, u8 speed) in icside_set_speed() 335 static ide_startstop_t icside_dmaintr(ide_drive_t *drive) in icside_dmaintr() 428 int check_drive_good_lists (ide_drive_t *drive) in check_drive_good_lists() 434 int check_drive_bad_lists (ide_drive_t *drive) in check_drive_bad_lists() 443 int icside_dma_check(ide_drive_t *drive) in icside_dma_check() 488 int icside_dma_verbose(ide_drive_t *drive) in icside_dma_verbose() 494 int icside_dma_test_irq(ide_drive_t *drive) in icside_dma_test_irq() [all …]
|
/linux-2.4.37.9/drivers/block/ ! |
D | amiflop.c | 130 #define SELMASK(drive) (1 << (3 + (drive & 3))) argument 259 static inline int try_fdc(int drive) in try_fdc() 265 static void get_fdc(int drive) in get_fdc() 296 static void fd_select (int drive) in fd_select() 320 static void fd_deselect (int drive) in fd_deselect() 391 static void fd_motor_off(unsigned long drive) in fd_motor_off() 425 int drive; in floppy_off() local 433 static int fd_calibrate(int drive) in fd_calibrate() 485 static int fd_seek(int drive, int track) in fd_seek() 542 static unsigned long fd_get_drive_id(int drive) in fd_get_drive_id() [all …]
|