Searched refs:ide_get_hwifdata (Results 1 – 4 of 4) sorted by relevance
116 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_program()142 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_program_udma()172 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_clock_strategy()241 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_set_pio_mode()285 struct it821x_dev *itdev = (void *)ide_get_hwifdata(hwif); in it821x_tune_mwdma()322 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_tune_udma()364 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_dma_start()386 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_dma_end()444 struct it821x_dev *itdev = ide_get_hwifdata(drive->hwif); in it821x_quirkproc()
209 unsigned long *ending_dma = ide_get_hwifdata(hwif); in sgiioc4_dma_end()396 memset(ide_get_hwifdata(hwif), 0, IOC4_IDE_CACHELINE_SIZE); in sgiioc4_configure_for_dma()
68 ide_expiry_t *expiry = ide_get_hwifdata(hwif); in tc86c001_timer_expiry()
1501 static inline void *ide_get_hwifdata (ide_hwif_t * hwif) in ide_get_hwifdata() function