Lines Matching full:ali
2 * pata_ali.c - ALI 15x3 PATA for new ATA layer
10 * Copyright (C) 1999-2000 CJ, cjtsai@ali.com.tw, Maintainer
15 * ALi (now ULi M5228) support by Clear Zhang <Clear.Zhang@ali.com.tw>
110 * ali_20_filter - filter for earlier ALI DMA
132 * @ap: ALi channel to control
137 * ALi FIFO works it provides a boost on ATA disk but can be confused by
160 * @ap: ALi channel to load
204 * Program the ALi registers for PIO mode.
238 * Program the ALi registers for DMA mode.
303 * older ALi controllers. If we didn't do this then large I/O's would
304 * require LBA48 commands which the older ALi requires are issued by
315 * ali_check_atapi_dma - DMA check for most ALi controllers
346 /* If our bridge is an ALI 1533 then do the extra work */ in ali_c2_c3_postreset()
363 * Port operations for PIO only ALi
380 * Port operations for DMA capable ALi without cable
392 * Port operations for DMA capable ALi with cable detect
403 * Port operations for DMA capable ALi with cable detect
413 * Port operations for DMA capable ALi with cable detect and LBA48
472 /* Configure the ALi bridge logic. For non ALi rely on BIOS. in ali_init_chipset()
488 * An ALi IDE interface has been discovered. Figure out what revision
608 static const struct pci_device_id ali[] = { variable
617 .id_table = ali,
646 MODULE_DESCRIPTION("low-level driver for ALi PATA");
648 MODULE_DEVICE_TABLE(pci, ali);