Home
last modified time | relevance | path

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

/linux/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c577 const struct phy_config *target_settings = fsl_samsung_hdmi_phy_find_settings(phy, in fsl_samsung_hdmi_phy_clk_determine_rate() local
580 if (target_settings == NULL) in fsl_samsung_hdmi_phy_clk_determine_rate()
583 dev_dbg(phy->dev, "round_rate, closest rate = %u\n", target_settings->pixclk); in fsl_samsung_hdmi_phy_clk_determine_rate()
584 req->rate = target_settings->pixclk; in fsl_samsung_hdmi_phy_clk_determine_rate()
593 const struct phy_config *target_settings = fsl_samsung_hdmi_phy_find_settings(phy, rate); in fsl_samsung_hdmi_phy_clk_set_rate() local
595 if (target_settings == NULL) in fsl_samsung_hdmi_phy_clk_set_rate()
598 dev_dbg(phy->dev, "set_rate, closest rate = %u\n", target_settings->pixclk); in fsl_samsung_hdmi_phy_clk_set_rate()
600 return fsl_samsung_hdmi_phy_configure(phy, target_settings); in fsl_samsung_hdmi_phy_clk_set_rate()
/linux/drivers/scsi/aic7xxx/
H A Daic7770.c306 uint8_t target_settings; in aha2840_load_seeprom() local
308 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
310 target_settings |= SOFS; in aha2840_load_seeprom()
312 target_settings |= WIDEXFER; in aha2840_load_seeprom()
315 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()