Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/
H A Dast2600-i3c-master.c45 unsigned int sda_pullup; member
84 rc = ast2600_i3c_pullup_to_reg(i3c->sda_pullup, &reg); in ast2600_i3c_init()
149 rc = of_property_read_u32(np, "sda-pullup-ohms", &i3c->sda_pullup); in ast2600_i3c_probe()
151 i3c->sda_pullup = AST2600_DEFAULT_SDA_PULLUP_OHMS; in ast2600_i3c_probe()
153 rc = ast2600_i3c_pullup_to_reg(i3c->sda_pullup, NULL); in ast2600_i3c_probe()
156 i3c->sda_pullup); in ast2600_i3c_probe()