Searched refs:apeer (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/ata/ |
D | pata_amd.c | 51 struct ata_timing at, apeer; in timing_setup() local 69 ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT); in timing_setup() 70 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup() 72 ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT); in timing_setup() 73 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
|