Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtvp5150.txt15 - reset-gpios: Phandle for the GPIO connected to the RESETB pin, if any.
/openbmc/linux/drivers/media/i2c/
H A Dtc358746.c65 #define RESETB BIT(1) macro
407 val = PLL_FRS(ilog2(post)) | RESETB | PLL_EN; in tc358746_apply_pll_config()
408 mask = PLL_FRS_MASK | RESETB | PLL_EN; in tc358746_apply_pll_config()