| /OK3568_Linux_fs/kernel/drivers/iio/imu/ |
| H A D | adis_buffer.c | 26 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 D | ctrl_regs.c | 812 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 D | options.c | 952 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 D | interactive.c | 544 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 D | ddr3_training_ip_bist.h | 52 u32 burst_length);
|
| H A D | ddr3_debug.c | 1475 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 D | ddr.c | 70 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/ |
| H A D | ddr.c | 70 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sni_53c710.c | 80 hostdata->burst_length = 4; in snirm710_probe()
|
| H A D | lasi700.c | 111 hostdata->burst_length = 8; in lasi700_probe()
|
| H A D | 53c700.c | 665 __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 D | sim710.c | 112 hostdata->burst_length = 8; in sim710_probe_common()
|
| H A D | 53c700.h | 211 __u32 burst_length:4; /* set to 0 to disable 710 bursting */ member
|
| H A D | ncr53c8xx.c | 3705 #define burst_length(bc) (!(bc))? 0 : 1 << (bc) macro
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/ |
| H A D | ddr.c | 74 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/ |
| H A D | ddr.c | 74 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080a/ |
| H A D | ddr.c | 81 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/ |
| H A D | ddr.c | 72 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/ |
| H A D | ddr.c | 91 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/ |
| H A D | ddr.c | 91 popts->burst_length = DDR_BL8; in fsl_ddr_board_options()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_ddr_sdram.h | 361 unsigned int burst_length; /* BL4, OTF and BL8 */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | drv_fcoe_fw_funcs.c | 167 task_params->sqe->additional_info_union.burst_length = in init_initiator_midpath_unsolicited_fcoe_task()
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | fcoe_common.h | 521 __le32 burst_length; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 578 #define burst_length(bc) (!(bc))? 0 : 1 << (bc) macro
|