Lines Matching refs:device_printf
72 device_printf(dev, "PHYRDY change\n"); in ata_sata_phy_check_events()
76 device_printf(dev, "CONNECT requested\n"); in ata_sata_phy_check_events()
78 device_printf(dev, "DISCONNECT requested\n"); in ata_sata_phy_check_events()
133 device_printf(ch->dev, "SATA connect timeout status=%08x\n", in ata_sata_connect()
136 device_printf(ch->dev, "p%d: SATA connect timeout status=%08x\n", in ata_sata_connect()
140 device_printf(ch->dev, "SATA connect time=%dms status=%08x\n", in ata_sata_connect()
143 device_printf(ch->dev, "p%d: SATA connect time=%dms status=%08x\n", in ata_sata_connect()
178 device_printf(dev, "hard reset ...\n"); in ata_sata_phy_reset()
180 device_printf(dev, "p%d: hard reset ...\n", port); in ata_sata_phy_reset()
221 device_printf(dev, "hard reset failed\n"); in ata_sata_phy_reset()
223 device_printf(dev, "p%d: hard reset failed\n", port); in ata_sata_phy_reset()
296 device_printf(dev, "error getting PM vendor data\n"); in ata_pm_identify()
302 device_printf(dev, "error getting PM revision data\n"); in ata_pm_identify()
308 device_printf(dev, "error getting PM port info\n"); in ata_pm_identify()
319 device_printf(dev, "SiI 3726 (rev=%x) Port Multiplier with %d (5) ports\n", in ata_pm_identify()
330 device_printf(dev, "SiI 4726 (rev=%x) Port Multiplier with %d (5) ports\n", in ata_pm_identify()
336 device_printf(dev, "Port Multiplier (id=%08x rev=%x) with %d ports\n", in ata_pm_identify()
357 device_printf(dev, "p%d: SIGNATURE=%08x\n", port, signature); in ata_pm_identify()