Lines Matching defs:hpt_info
99 * - extend the hpt_info structure to hold the DPLL and PCI clock frequencies,
396 struct hpt_info {
447 static const struct hpt_info hpt36x = {
455 static const struct hpt_info hpt370 = {
463 static const struct hpt_info hpt370a = {
471 static const struct hpt_info hpt374 = {
479 static const struct hpt_info hpt372 = {
487 static const struct hpt_info hpt372a = {
495 static const struct hpt_info hpt302 = {
503 static const struct hpt_info hpt371 = {
511 static const struct hpt_info hpt372n = {
519 static const struct hpt_info hpt302n = {
527 static const struct hpt_info hpt371n = {
540 static struct hpt_info *hpt3xx_get_info(struct device *dev)
543 struct hpt_info *info = (struct hpt_info *)host->host_priv;
556 struct hpt_info *info = hpt3xx_get_info(hwif->dev);
596 struct hpt_info *info = hpt3xx_get_info(hwif->dev);
611 static u32 get_speed_setting(u8 speed, struct hpt_info *info)
631 struct hpt_info *info = hpt3xx_get_info(hwif->dev);
662 struct hpt_info *info = hpt3xx_get_info(hwif->dev);
879 struct hpt_info *info = host->host_priv + (&dev->dev == host->dev[1]);
909 struct hpt_info *info = hpt3xx_get_info(&dev->dev);
1154 struct hpt_info *info = hpt3xx_get_info(hwif->dev);
1199 struct hpt_info *info = hpt3xx_get_info(hwif->dev);
1404 const struct hpt_info *info = NULL;
1405 struct hpt_info *dyn_info;
1470 * to just allocated per-chip hpt_info structure.