Searched refs:sata_node (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_highbank.c | 328 struct device_node *sata_node = dev->of_node; in highbank_initialize_phys() local 339 if (of_parse_phandle_with_args(sata_node, in highbank_initialize_phys() 362 of_property_read_u32_array(sata_node, "calxeda,tx-atten", in highbank_initialize_phys()
|
/openbmc/u-boot/drivers/phy/marvell/ |
H A D | comphy_cp110.c | 653 int sata_node = -1; /* Set to -1 in order to read the first sata node */ in comphy_sata_power_up() local 665 sata_node = fdt_node_offset_by_compatible( in comphy_sata_power_up() 666 gd->fdt_blob, sata_node, "marvell,armada-8k-ahci"); in comphy_sata_power_up() 668 if (sata_node == 0) { in comphy_sata_power_up() 674 gd->fdt_blob, sata_node, "reg", 0, NULL, true); in comphy_sata_power_up()
|