Lines Matching refs:hpt_info
396 struct hpt_info { struct
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) in hpt3xx_get_info()
543 struct hpt_info *info = (struct hpt_info *)host->host_priv; in hpt3xx_get_info()
556 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_udma_filter()
596 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_mdma_filter()
611 static u32 get_speed_setting(u8 speed, struct hpt_info *info) in get_speed_setting()
631 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_set_mode()
662 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_maskproc()
879 struct hpt_info *info = host->host_priv + (&dev->dev == host->dev[1]); in hpt3xx_disable_fast_irq()
909 struct hpt_info *info = hpt3xx_get_info(&dev->dev); in init_chipset_hpt366()
1154 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_cable_detect()
1199 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in init_hwif_hpt366()
1404 const struct hpt_info *info = NULL; in hpt366_init_one()
1405 struct hpt_info *dyn_info; in hpt366_init_one()