Home
last modified time | relevance | path

Searched refs:sata_ioports (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata_sil3114.h10 struct sata_ioports { struct
30 struct sata_ioports ioaddr; /* ATA cmd/ctl/dma reg blks */ argument
H A Dsata_sil3114.c30 static void sata_port (struct sata_ioports *ioport);
32 static u8 sata_busy_wait (struct sata_ioports *ioaddr, int bits,
34 static u8 sata_chk_status (struct sata_ioports *ioaddr, u8 usealtstatus);
41 static void output_data (struct sata_ioports *ioaddr, u16 * sect_buf, int words) in output_data()
48 static int input_data (struct sata_ioports *ioaddr, u16 * sect_buf, int words) in input_data()
353 static void sata_port (struct sata_ioports *ioport) in sata_port()
399 static u8 sata_busy_wait (struct sata_ioports *ioaddr, int bits, in sata_busy_wait()
415 static u8 sata_chk_status (struct sata_ioports *ioaddr, u8 usealtstatus) in sata_chk_status()