Home
last modified time | relevance | path

Searched refs:burst_length (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/imu/
H A Dadis_buffer.c26 unsigned int burst_length, burst_max_length; in adis_update_scan_mode_burst() local
29 burst_length = adis->data->burst_len + adis->burst_extra_len; in adis_update_scan_mode_burst()
34 burst_max_length = burst_length; in adis_update_scan_mode_burst()
56 adis->xfer[1].len = burst_length; in adis_update_scan_mode_burst()
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c812 if (popts->burst_length == DDR_BL8) in set_ddr_sdram_cfg()
814 if (popts->burst_length == DDR_OTF) in set_ddr_sdram_cfg()
1413 switch (popts->burst_length) { in set_ddr_sdram_mode()
1425 popts->burst_length); in set_ddr_sdram_mode()
1603 switch (popts->burst_length) { in set_ddr_sdram_mode()
1616 popts->burst_length); in set_ddr_sdram_mode()
1780 switch (popts->burst_length) { in set_ddr_sdram_mode()
1790 popts->burst_length); in set_ddr_sdram_mode()
1889 if (popts->burst_length == DDR_BL8) { in set_timing_cfg_4()
2045 if (popts->burst_length == DDR_BL8) { in set_timing_cfg_8()
H A Doptions.c952 popts->burst_length = DDR_BL8; /* Fixed 8-beat burst len */ in populate_memctl_options()
957 popts->burst_length = DDR_BL8; in populate_memctl_options()
960 popts->burst_length = DDR_OTF; /* on-the-fly BC4 and BL8 */ in populate_memctl_options()
964 popts->burst_length = DDR_BL4; /* has to be 4 for DDR2 */ in populate_memctl_options()
H A Dinteractive.c544 CTRL_OPTIONS(burst_length), in fsl_ddr_options_edit()
834 CTRL_OPTIONS(burst_length), in print_memctl_options()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_bist.h52 u32 burst_length);
H A Dddr3_debug.c1475 u32 read_type, u32 burst_length) in run_xsb_test() argument
1485 for (cnt = 0; cnt <= burst_length; cnt++) { in run_xsb_test()
1522 u32 read_type, u32 burst_length) in run_xsb_test() argument
/OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/
H A Dddr.c70 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/
H A Dddr.c70 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsni_53c710.c80 hostdata->burst_length = 4; in snirm710_probe()
H A Dlasi700.c111 hostdata->burst_length = 8; in lasi700_probe()
H A D53c700.c665 __u8 burst_length = 0; in NCR_700_chip_setup() local
667 switch (hostdata->burst_length) { in NCR_700_chip_setup()
669 burst_length = BURST_LENGTH_1; in NCR_700_chip_setup()
672 burst_length = BURST_LENGTH_2; in NCR_700_chip_setup()
675 burst_length = BURST_LENGTH_4; in NCR_700_chip_setup()
678 burst_length = BURST_LENGTH_8; in NCR_700_chip_setup()
687 NCR_700_writeb(burst_length | hostdata->dmode_extra, in NCR_700_chip_setup()
H A Dsim710.c112 hostdata->burst_length = 8; in sim710_probe_common()
H A D53c700.h211 __u32 burst_length:4; /* set to 0 to disable 710 bursting */ member
H A Dncr53c8xx.c3705 #define burst_length(bc) (!(bc))? 0 : 1 << (bc) macro
/OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/
H A Dddr.c74 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/
H A Dddr.c74 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080a/
H A Dddr.c81 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/
H A Dddr.c72 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/
H A Dddr.c91 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/
H A Dddr.c91 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_ddr_sdram.h361 unsigned int burst_length; /* BL4, OTF and BL8 */ member
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Ddrv_fcoe_fw_funcs.c167 task_params->sqe->additional_info_union.burst_length = in init_initiator_midpath_unsolicited_fcoe_task()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dfcoe_common.h521 __le32 burst_length; member
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c578 #define burst_length(bc) (!(bc))? 0 : 1 << (bc) macro