Home
last modified time | relevance | path

Searched refs:max_burst_size (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/
H A Disys_dma.c27 uint32_t max_burst_size) in isys2401_dma_set_max_burst_size() argument
30 assert((max_burst_size > 0x00) && (max_burst_size <= 0xFF)); in isys2401_dma_set_max_burst_size()
34 (max_burst_size - 1)); in isys2401_dma_set_max_burst_size()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddma.c28 uint32_t max_burst_size) in dma_set_max_burst_size() argument
31 assert(max_burst_size > 0); in dma_set_max_burst_size()
33 max_burst_size - 1); in dma_set_max_burst_size()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Disys_dma_public.h34 uint32_t max_burst_size);
H A Ddma_public.h58 uint32_t max_burst_size);
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h207 u32 max_burst_size; member
H A Dcoresight-tmc-etr.c1011 axictl |= TMC_AXICTL_WR_BURST(drvdata->max_burst_size); in __tmc_etr_enable_hw()
/linux/drivers/crypto/
H A Datmel-aes.c82 u32 max_burst_size; member
853 maxburst = dd->caps.max_burst_size; in atmel_aes_dma_start()
2295 dd->caps.max_burst_size = 1; in atmel_aes_get_cap()
2306 dd->caps.max_burst_size = 4; in atmel_aes_get_cap()
2311 dd->caps.max_burst_size = 4; in atmel_aes_get_cap()
2315 dd->caps.max_burst_size = 4; in atmel_aes_get_cap()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.h1064 u16 max_burst_size; member
H A Ddpni.c2097 cmd_params->tx_cr_max_burst_size = cpu_to_le16(tx_cr_shaper->max_burst_size); in dpni_set_tx_shaping()
2098 cmd_params->tx_er_max_burst_size = cpu_to_le16(tx_er_shaper->max_burst_size); in dpni_set_tx_shaping()
H A Ddpaa2-eth.c2992 tx_cr_shaper.max_burst_size = cfg->max_size; in dpaa2_eth_setup_tbf()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h909 u16 max_burst_size; /* driver sets this value */ member
H A Dice_sched.c3242 rl_prof_elem->profile.max_burst_size = cpu_to_le16(hw->max_burst_size); in ice_sched_add_rl_profile()
4076 hw->max_burst_size = burst_size_to_prog; in ice_cfg_rl_burst_size()
H A Dice_adminq_cmd.h991 __le16 max_burst_size; member
H A Dice_common.c1138 if (!hw->max_burst_size) in ice_init_hw()
/linux/drivers/atm/
H A Diphase.h813 u32 max_burst_size; /* ?? cell rate or data rate */ member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1172 __le32 max_burst_size; member
H A Ddebug.c1526 pstream.max_burst_size = cpu_to_le32(val32); in ath6kl_create_qos_write()
/linux/include/linux/
H A Dieee80211.h4367 __le32 max_burst_size; member
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c266 BUILD_EP_CONTEXT_RW(max_burst_size, info1, 8, 0xff)