Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-omap2/
Dvc3xxx_data.c31 .data_shift = OMAP3430_DATA_SHIFT,
Dvc.h45 u8 data_shift; member
Dvc44xx_data.c32 .data_shift = OMAP4430_DATA_SHIFT,
Dvc.c206 vc_bypass_value = (target_vsel << vc->common->data_shift) | in omap_vc_bypass_scale()
/Linux-v6.1/include/media/
Dv4l2-mediabus.h101 unsigned char data_shift; member
/Linux-v6.1/drivers/staging/media/deprecated/vpfe_capture/
Disif.h435 __u8 data_shift; member
Disif.c108 .data_shift = ISIF_NO_SHIFT,
574 (params->config_params.data_shift << ISIF_DATASFT_SHIFT); in isif_config_raw()
/Linux-v6.1/drivers/mmc/host/
Ddw_mmc.c995 u32 fifo_width = 1 << host->data_shift; in dw_mci_adjust_fifoth()
1064 blksz_depth = blksz / (1 << host->data_shift); in dw_mci_ctrl_thld()
2300 cnt = min(cnt, (1 << host->data_shift) - host->part_buf_count); in dw_mci_push_part_bytes()
2324 host->part_buf_count = (1 << host->data_shift) - cnt; in dw_mci_pull_final_bytes()
2599 int shift = host->data_shift; in dw_mci_read_data_pio()
2653 int shift = host->data_shift; in dw_mci_write_data_pio()
3368 host->data_shift = 1; in dw_mci_probe()
3373 host->data_shift = 3; in dw_mci_probe()
3382 host->data_shift = 2; in dw_mci_probe()
Ddw_mmc.h218 int data_shift; member
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-fwnode.c330 bus->data_shift = v; in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2190 u32 data_shift; in dpaa_a050385_wa_xdpf() local
2212 data_shift = xdpf->data - aligned_data; in dpaa_a050385_wa_xdpf()
2217 if (xdpf->headroom >= data_shift + priv->tx_headroom) { in dpaa_a050385_wa_xdpf()
/Linux-v6.1/drivers/media/platform/st/stm32/
Dstm32-dcmi.c1984 dcmi->bus.data_shift = ep.bus.parallel.data_shift; in dcmi_probe()
/Linux-v6.1/drivers/media/platform/renesas/rcar-vin/
Drcar-dma.c757 vin->parallel.bus.data_shift == 8) in rvin_setup()
/Linux-v6.1/drivers/media/platform/ti/omap3isp/
Disp.c2070 buscfg->bus.parallel.data_lane_shift = vep->bus.parallel.data_shift; in isp_parse_of_parallel_endpoint()