Lines Matching refs:ppi
824 const struct ata_port_info *ppi[] = { NULL, NULL }; in hpt37x_init_one() local
853 ppi[0] = &info_hpt370; in hpt37x_init_one()
858 ppi[0] = &info_hpt370a; in hpt37x_init_one()
863 ppi[0] = &info_hpt372; in hpt37x_init_one()
876 ppi[0] = &info_hpt372; in hpt37x_init_one()
883 ppi[0] = &info_hpt302; in hpt37x_init_one()
890 ppi[0] = &info_hpt302; in hpt37x_init_one()
903 *ppi = &info_hpt374_fn0; in hpt37x_init_one()
905 *ppi = &info_hpt374_fn1; in hpt37x_init_one()
985 dpll = (ppi[0]->udma_mask & 0xC0) ? 3 : 2; in hpt37x_init_one()
1030 if (clock_slot < 2 && ppi[0] == &info_hpt370) in hpt37x_init_one()
1031 ppi[0] = &info_hpt370_33; in hpt37x_init_one()
1032 if (clock_slot < 2 && ppi[0] == &info_hpt370a) in hpt37x_init_one()
1033 ppi[0] = &info_hpt370a_33; in hpt37x_init_one()
1040 return ata_pci_bmdma_init_one(dev, ppi, &hpt37x_sht, private_data, 0); in hpt37x_init_one()