Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c1071 bool sd_sel = !port->signd_internal; in sparx5_port_init() local
1125 DEV2G5_PCS1G_SD_CFG_SD_SEL_SET(sd_sel) | in sparx5_port_init()
1177 PCS10G_BR_PCS_SD_CFG_SD_SEL_SET(sd_sel) | in sparx5_port_init()
1185 DEV25G_PCS25G_SD_CFG_SD_SEL_SET(sd_sel) | in sparx5_port_init()
/linux-6.15/drivers/media/platform/renesas/
H A Dsh_vou.c926 struct v4l2_subdev_selection sd_sel = { in sh_vou_s_selection() local
970 sd_sel.r.width = geo.output.width; in sh_vou_s_selection()
971 sd_sel.r.height = geo.output.height; in sh_vou_s_selection()
977 set_selection, NULL, &sd_sel); in sh_vou_s_selection()