Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_port.c1022 bool sd_sel = !port->signd_internal; in sparx5_port_init() local
1050 DEV2G5_PCS1G_SD_CFG_SD_SEL_SET(sd_sel) | in sparx5_port_init()
1120 PCS10G_BR_PCS_SD_CFG_SD_SEL_SET(sd_sel) | in sparx5_port_init()
1128 DEV25G_PCS25G_SD_CFG_SD_SEL_SET(sd_sel) | in sparx5_port_init()
/linux-5.19.10/drivers/media/platform/renesas/
Dsh_vou.c928 struct v4l2_subdev_selection sd_sel = { in sh_vou_s_selection() local
972 sd_sel.r.width = geo.output.width; in sh_vou_s_selection()
973 sd_sel.r.height = geo.output.height; in sh_vou_s_selection()
979 set_selection, NULL, &sd_sel); in sh_vou_s_selection()