GPIO_RS0
if (sfp->gpio[GPIO_RS0])
if (sfp->gpio[GPIO_RS0] &&
gpiod_get_value_cansleep(sfp->gpio[GPIO_RS0]))
SFP_F_RS0 = BIT(GPIO_RS0),
if (sfp->gpio[GPIO_RS0]) {
gpiod_direction_output(sfp->gpio[GPIO_RS0],
gpiod_direction_input(sfp->gpio[GPIO_RS0]);