Searched refs:apeer (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/ata/ |
H A D | pata_amd.c | 52 struct ata_timing at, apeer; in timing_setup() local 70 ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT); in timing_setup() 71 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup() 73 ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT); in timing_setup() 74 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
|