/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | host.c | 242 u32 bus_width, drv_type, cd_debounce_delay_ms; in mmc_of_parse() local 250 if (device_property_read_u32(dev, "bus-width", &bus_width) < 0) { in mmc_of_parse() 252 bus_width = 1; in mmc_of_parse() 255 switch (bus_width) { in mmc_of_parse() 265 dev_err(host->parent, "Invalid \"bus-width\" value %u!\n", bus_width); in mmc_of_parse()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 1471 switch (in_fmt->bus_width) {
in rkisp_config_dvp() 1528 switch (in_fmt->bus_width) {
in rkisp_config_lvds() 1880 .bus_width = 10,
1888 .bus_width = 10,
1896 .bus_width = 10,
1904 .bus_width = 10,
1912 .bus_width = 12,
1920 .bus_width = 12,
1928 .bus_width = 12,
1936 .bus_width [all...] |
H A D | rkisp.h | 73 * @bus_width: used for parallel 82 u8 bus_width; member
|
H A D | dev.c | 233 data_rate = v4l2_ctrl_g_ctrl_int64(ctrl) * dev->isp_sdev.in_fmt.bus_width; in isp_pipeline_s_isp_clk()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 1508 switch (in_fmt->bus_width) { in rkisp_config_dvp() 1565 switch (in_fmt->bus_width) { in rkisp_config_lvds() 1934 .bus_width = 10, 1941 .bus_width = 10, 1948 .bus_width = 10, 1955 .bus_width = 10, 1962 .bus_width = 12, 1969 .bus_width = 12, 1976 .bus_width = 12, 1983 .bus_width [all...] |
H A D | rkisp.h | 73 * @bus_width: used for parallel 82 u8 bus_width; member
|
H A D | dev.c | 211 dev->isp_sdev.in_fmt.bus_width; in __isp_pipeline_s_isp_clk()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 1693 unsigned int *bus_width, unsigned long *enc_out_encoding, unsigned int *eotf) in dw_hdmi_rockchip_select_output() 1862 *bus_width = color_depth / 0x2; in dw_hdmi_rockchip_select_output() 1879 *bus_width = 0x8; in dw_hdmi_rockchip_select_output() 1881 *bus_width = color_depth; in dw_hdmi_rockchip_select_output() 1907 unsigned int eotf, bus_width; in dw_hdmi_rockchip_check_color() local 1910 dw_hdmi_rockchip_select_output(conn_state, crtc_state, hdmi, &colorformat, &output_mode, &bus_format, &bus_width, in dw_hdmi_rockchip_check_color() 1925 unsigned int colorformat, bus_width; in dw_hdmi_rockchip_encoder_atomic_check() local 1930 dw_hdmi_rockchip_select_output(conn_state, crtc_state, hdmi, &colorformat, &output_mode, &bus_format, &bus_width, in dw_hdmi_rockchip_encoder_atomic_check() 1946 bus_width = hdmi->link_cfg.frl_lanes * hdmi->link_cfg.rate_per_lane * 0xf4240; in dw_hdmi_rockchip_encoder_atomic_check() 1949 bus_width | in dw_hdmi_rockchip_encoder_atomic_check() 1690 dw_hdmi_rockchip_select_output(struct drm_connector_state *conn_state, struct drm_crtc_state *crtc_state, struct rockchip_hdmi *hdmi, unsigned int *color_format, unsigned int *output_mode, unsigned long *bus_format, unsigned int *bus_width, unsigned long *enc_out_encoding, unsigned int *eotf) dw_hdmi_rockchip_select_output() argument [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1107 int bus_width = phy_get_bus_width(hdptx->phy); in hdptx_ropll_cmn_config() local 1108 u8 color_depth = (bus_width & COLOR_DEPTH_MASK) ? 1 : 0; in hdptx_ropll_cmn_config() 1111 dev_info(hdptx->dev, "%s bus_width:%x rate:%lu\n", __func__, bus_width, bit_rate); in hdptx_ropll_cmn_config() 1833 int bus_width = phy_get_bus_width(hdptx->phy); in rockchip_hdptx_phy_power_on() local 1834 int bit_rate = bus_width & DATA_RATE_MASK; in rockchip_hdptx_phy_power_on() 1836 dev_info(hdptx->dev, "bus_width:0x%x,bit_rate:%d\n", bus_width, bit_rate); in rockchip_hdptx_phy_power_on() 1837 if (bus_width & HDMI_EARC_MASK) in rockchip_hdptx_phy_power_on() 1842 if (bus_width in rockchip_hdptx_phy_power_on() 1947 int bus_width = phy_get_bus_width(hdptx->phy); hdptx_phy_clk_set_rate() local [all...] |
H A D | phy-rockchip-inno-hdmi-phy.c | 369 int bus_width = phy_get_bus_width(inno->phy); in inno_hdmi_phy_get_tmdsclk() local 372 switch (bus_width) { in inno_hdmi_phy_get_tmdsclk()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
H A D | dw_mmc-rockchip.c | 65 if (ios->bus_width == MMC_BUS_WIDTH_8 && ios->timing == MMC_TIMING_MMC_DDR52) {
in dw_mci_rk3288_set_ios() 132 if (ios->bus_width == MMC_BUS_WIDTH_8) {
in dw_mci_rk3288_set_ios()
|
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/ |
H A D | host.h | 44 unsigned char bus_width; /* data bus width */ member
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 455 int bus_width = phy_get_bus_width(inno->phy);
in inno_hdmi_phy_get_tmdsclk() local 458 switch (bus_width) {
in inno_hdmi_phy_get_tmdsclk()
|