Searched refs:port_tx (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | sata.c | 41 unsigned int port_map, speed_support, port_tx; in bd82x6x_sata_init() local 156 port_tx = fdtdec_get_int(blob, node, "intel,sata-port0-gen3-tx", 0); in bd82x6x_sata_init() 157 if (port_tx) in bd82x6x_sata_init() 158 pch_iobp_update(pch, SATA_IOBP_SP0G3IR, 0, port_tx); in bd82x6x_sata_init() 160 port_tx = fdtdec_get_int(blob, node, "intel,sata-port1-gen3-tx", 0); in bd82x6x_sata_init() 161 if (port_tx) in bd82x6x_sata_init() 162 pch_iobp_update(pch, SATA_IOBP_SP1G3IR, 0, port_tx); in bd82x6x_sata_init()
|