Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-rockchip.c189 u8 rsd; member
544 cr0 |= rs->rsd << CR0_RSD_OFFSET; in rockchip_spi_config()
813 u32 rsd = DIV_ROUND_CLOSEST(rsd_nsecs * (rs->freq >> 8), 1000000000 >> 8); in rockchip_spi_probe() local
814 if (!rsd) { in rockchip_spi_probe()
817 } else if (rsd > CR0_RSD_MAX) { in rockchip_spi_probe()
818 rsd = CR0_RSD_MAX; in rockchip_spi_probe()
823 rs->rsd = rsd; in rockchip_spi_probe()
/linux/drivers/media/i2c/adv748x/
H A Dadv748x-core.c335 struct v4l2_subdev *rsd = media_entity_to_v4l2_subdev(remote->entity); in adv748x_link_setup() local
350 if (rsd == &state->afe.sd) in adv748x_link_setup()
355 tx->src = enable ? rsd : NULL; in adv748x_link_setup()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c871 bool rsd; in ice_reset_vf() local
930 rsd = vf->vf_ops->poll_reset_status(vf); in ice_reset_vf()
935 if (!rsd) in ice_reset_vf()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3898 const struct rx_sw_desc *rsd; in process_responses() local
3912 rsd = &rxq->fl.sdesc[rxq->fl.cidx]; in process_responses()
3913 bufsz = get_buf_size(adapter, rsd); in process_responses()
3914 fp->page = rsd->page; in process_responses()
3930 get_buf_addr(rsd), in process_responses()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1568 bool rsd = false; in i40e_reset_vf() local
1597 rsd = true; in i40e_reset_vf()
1605 if (!rsd) in i40e_reset_vf()