Lines Matching full:ppi
800 const struct ata_port_info *ppi[] = { NULL, NULL }; in hpt37x_init_one() local
829 ppi[0] = &info_hpt370; in hpt37x_init_one()
834 ppi[0] = &info_hpt370a; in hpt37x_init_one()
839 ppi[0] = &info_hpt372; in hpt37x_init_one()
853 ppi[0] = &info_hpt372; in hpt37x_init_one()
860 ppi[0] = &info_hpt302; in hpt37x_init_one()
867 ppi[0] = &info_hpt302; in hpt37x_init_one()
880 *ppi = &info_hpt374_fn0; in hpt37x_init_one()
882 *ppi = &info_hpt374_fn1; in hpt37x_init_one()
951 dpll = (ppi[0]->udma_mask & 0xC0) ? 3 : 2; in hpt37x_init_one()
996 if (clock_slot < 2 && ppi[0] == &info_hpt370) in hpt37x_init_one()
997 ppi[0] = &info_hpt370_33; in hpt37x_init_one()
998 if (clock_slot < 2 && ppi[0] == &info_hpt370a) in hpt37x_init_one()
999 ppi[0] = &info_hpt370a_33; in hpt37x_init_one()
1006 return ata_pci_bmdma_init_one(dev, ppi, &hpt37x_sht, private_data, 0); in hpt37x_init_one()