Home
last modified time | relevance | path

Searched refs:INSL (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/ide/ppc/
Dswarm.c82 hwif->INSL = hwif->INSLP = swarm_insl; in swarm_ide_probe()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dide.c161 hwif->INSL = sibyte_insl; in sibyte_set_ideops()
/linux-2.4.37.9/drivers/ide/
Dide-iops.c99 hwif->INSL = ide_unplugged_insl; in unplugged_hwif_iops()
175 hwif->INSL = ide_insl; in default_hwif_iops()
253 hwif->INSL = ide_mm_insl; in default_hwif_mmiops()
342 hwif->INSL(IDE_DATA_REG, buffer, wcount); in ata_input_data()
345 hwif->INSL(IDE_DATA_REG, buffer, wcount); in ata_input_data()
Dide.c1062 hwif->INSL = old_hwif.INSL; in ide_unregister()
/linux-2.4.37.9/include/linux/
Dide.h961 void (*INSL)(unsigned long port, void *addr, u32 count); member