Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dti.c98 int io_impedance; member
181 dp83867->io_impedance = DP83867_IO_MUX_CFG_IO_IMPEDANCE_MAX; in dp83867_of_init()
183 dp83867->io_impedance = DP83867_IO_MUX_CFG_IO_IMPEDANCE_MIN; in dp83867_of_init()
185 dp83867->io_impedance = -EINVAL; in dp83867_of_init()
206 dp83867->io_impedance = -EINVAL; in dp83867_of_init()
290 if (dp83867->io_impedance >= 0) { in dp83867_config()
296 val |= dp83867->io_impedance & in dp83867_config()