Home
last modified time | relevance | path

Searched refs:data_shift (Results 1 – 14 of 14) sorted by relevance

/linux/sound/soc/starfive/
H A Djh7110_pwmdac.c86 enum JH7110_PWMDAC_DATA_SHIFT_VAL data_shift; member
191 value |= (dev->cfg.data_shift & 0x7) << JH7110_PWMDAC_DATA_SHIFT_SHIFT; in jh7110_pwmdac_set_data_shift()
435 dev->cfg.data_shift = PWMDAC_DATA_LEFT_SHIFT_BIT_0; in jh7110_pwmdac_init_params()
/linux/arch/arm/mach-omap2/
H A Dvc3xxx_data.c31 .data_shift = OMAP3430_DATA_SHIFT,
H A Dvc.h45 u8 data_shift; member
H A Dvc44xx_data.c32 .data_shift = OMAP4430_DATA_SHIFT,
H A Dvc.c206 vc_bypass_value = (target_vsel << vc->common->data_shift) | in omap_vc_bypass_scale()
/linux/include/media/
H A Dv4l2-mediabus.h102 unsigned char data_shift; member
/linux/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-core.c315 sink->bus.data_shift = vep.bus.parallel.data_shift; in dcmipp_graph_notify_bound()
/linux/drivers/mmc/host/
H A Ddw_mmc.c993 u32 fifo_width = 1 << host->data_shift; in dw_mci_adjust_fifoth()
1062 blksz_depth = blksz / (1 << host->data_shift); in dw_mci_ctrl_thld()
2304 cnt = min(cnt, (1 << host->data_shift) - host->part_buf_count); in dw_mci_push_part_bytes()
2328 host->part_buf_count = (1 << host->data_shift) - cnt; in dw_mci_pull_final_bytes()
2603 int shift = host->data_shift; in dw_mci_read_data_pio()
2657 int shift = host->data_shift; in dw_mci_write_data_pio()
3380 host->data_shift = 1; in dw_mci_probe()
3385 host->data_shift = 3; in dw_mci_probe()
3394 host->data_shift = 2; in dw_mci_probe()
H A Ddw_mmc.h219 int data_shift; member
/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c347 bus->data_shift = v; in v4l2_fwnode_endpoint_parse_parallel_bus()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2197 u32 data_shift; in dpaa_a050385_wa_xdpf() local
2219 data_shift = xdpf->data - aligned_data; in dpaa_a050385_wa_xdpf()
2224 if (xdpf->headroom >= data_shift + priv->tx_headroom) { in dpaa_a050385_wa_xdpf()
/linux/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c1937 dcmi->bus.data_shift = ep.bus.parallel.data_shift; in dcmi_probe()
/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c842 vin->parallel.bus.data_shift == 8) in rvin_setup()
/linux/drivers/media/platform/ti/omap3isp/
H A Disp.c2066 buscfg->bus.parallel.data_lane_shift = vep->bus.parallel.data_shift; in isp_parse_of_parallel_endpoint()