Lines Matching refs:hpt_info

395 struct hpt_info {  struct
446 static const struct hpt_info hpt36x = {
454 static const struct hpt_info hpt370 = {
462 static const struct hpt_info hpt370a = {
470 static const struct hpt_info hpt374 = {
478 static const struct hpt_info hpt372 = {
486 static const struct hpt_info hpt372a = {
494 static const struct hpt_info hpt302 = {
502 static const struct hpt_info hpt371 = {
510 static const struct hpt_info hpt372n = {
518 static const struct hpt_info hpt302n = {
526 static const struct hpt_info hpt371n = {
544 static struct hpt_info *hpt3xx_get_info(struct device *dev) in hpt3xx_get_info()
547 struct hpt_info *info = (struct hpt_info *)host->host_priv; in hpt3xx_get_info()
560 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_udma_filter()
599 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_mdma_filter()
614 static u32 get_speed_setting(u8 speed, struct hpt_info *info) in get_speed_setting()
634 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_set_mode()
665 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_maskproc()
882 struct hpt_info *info = host->host_priv + (&dev->dev == host->dev[1]); in hpt3xx_disable_fast_irq()
912 struct hpt_info *info = hpt3xx_get_info(&dev->dev); in init_chipset_hpt366()
1157 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in hpt3xx_cable_detect()
1202 struct hpt_info *info = hpt3xx_get_info(hwif->dev); in init_hwif_hpt366()
1407 const struct hpt_info *info = NULL; in hpt366_init_one()
1408 struct hpt_info *dyn_info; in hpt366_init_one()