Home
last modified time | relevance | path

Searched refs:port_tx (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c40 unsigned int port_map, speed_support, port_tx; in bd82x6x_sata_init() local
155 port_tx = fdtdec_get_int(blob, node, "intel,sata-port0-gen3-tx", 0); in bd82x6x_sata_init()
156 if (port_tx) in bd82x6x_sata_init()
157 pch_iobp_update(pch, SATA_IOBP_SP0G3IR, 0, port_tx); in bd82x6x_sata_init()
159 port_tx = fdtdec_get_int(blob, node, "intel,sata-port1-gen3-tx", 0); in bd82x6x_sata_init()
160 if (port_tx) in bd82x6x_sata_init()
161 pch_iobp_update(pch, SATA_IOBP_SP1G3IR, 0, port_tx); in bd82x6x_sata_init()