Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 25 of 66) sorted by relevance

123

/u-boot/drivers/tpm/
A Dtpm_tis_lpc.c204 u16 burst = 0; in tis_senddata() local
216 burst = burst_count(value); in tis_senddata()
222 while (!burst) { in tis_senddata()
229 burst = burst_count(tpm_read_word(priv, in tis_senddata()
244 count = min((size_t)burst, len - offset - 1); in tis_senddata()
258 burst = burst_count(value); in tis_senddata()
259 if ((offset == (len - 1)) && burst) { in tis_senddata()
304 u16 burst; in tis_readresponse() local
322 while ((burst = burst_count(value)) == 0) { in tis_readresponse()
334 while (burst-- && (offset < expected_count)) { in tis_readresponse()
A Dcr50_i2c.c269 size_t *burst, int *status) in cr50_i2c_wait_burststs() argument
288 *burst = le16_to_cpu((buf >> 8) & 0xffff); in cr50_i2c_wait_burststs()
291 *burst > 0 && *burst <= CR50_MAX_BUF_SIZE) in cr50_i2c_wait_burststs()
A DKconfig46 bool "Enable I2C burst length limitation"
58 Use this to set the burst limitation length
/u-boot/doc/device-tree-bindings/net/
A Dstmmac.txt21 - snps,fixed-burst Program the DMA to use the fixed burst mode
22 - snps,mixed-burst Program the DMA to use the mixed burst mode
46 - snps,burst_len: The AXI burst lenth value of the AXI BUS MODE register.
A Dsnps,dwc-qos-ethernet.txt114 - snps,burst-map: Bitmap of allowed AXI burst lengts, with the LSB
116 - snps,txpbl: DMA Programmable burst length for the TX DMA
117 - snps,rxpbl: DMA Programmable burst length for the RX DMA
151 snps,burst-map = <0x7>;
/u-boot/doc/device-tree-bindings/video/tilcdc/
A Dpanel.txt8 - dma-burst-sz: DMA burst size
42 dma-burst-sz = <16>;
/u-boot/arch/arm/dts/
A Domap3-igep.dtsi149 gpmc,burst-length = <16>;
150 gpmc,burst-wrap;
151 gpmc,burst-read;
152 gpmc,burst-write;
168 gpmc,page-burst-access-ns = <12>;
A Dzynqmp-zc1232-revA.dts75 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
79 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
A Dzynqmp-zc1751-xm015-dc1.dts139 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
143 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
A Dam335x-pxm50.dts30 dma-burst-sz = <16>;
A Dimx6sl.dtsi768 ahb-burst-config = <0x0>;
769 tx-burst-size-dword = <0x10>;
770 rx-burst-size-dword = <0x10>;
781 ahb-burst-config = <0x0>;
782 tx-burst-size-dword = <0x10>;
783 rx-burst-size-dword = <0x10>;
794 ahb-burst-config = <0x0>;
795 tx-burst-size-dword = <0x10>;
796 rx-burst-size-dword = <0x10>;
A Dimx6qdl.dtsi959 ahb-burst-config = <0x0>;
960 tx-burst-size-dword = <0x10>;
961 rx-burst-size-dword = <0x10>;
973 ahb-burst-config = <0x0>;
974 tx-burst-size-dword = <0x10>;
975 rx-burst-size-dword = <0x10>;
986 ahb-burst-config = <0x0>;
987 tx-burst-size-dword = <0x10>;
988 rx-burst-size-dword = <0x10>;
999 ahb-burst-config = <0x0>;
[all …]
A Dzynqmp-zc1751-xm017-dc3.dts179 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
183 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
A Domap-gpmc-smsc911x.dtsi43 gpmc,page-burst-access-ns = <20>;
A Domap-gpmc-smsc9221.dtsi45 gpmc,page-burst-access-ns = <0>;
A Dzynqmp-zcu104-revA.dts238 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
242 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
A Dzynqmp-zcu104-revC.dts251 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
255 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
A Dstm32f7-u-boot.dtsi28 snps,mixed-burst;
A Dimx6sll.dtsi701 ahb-burst-config = <0x0>;
702 tx-burst-size-dword = <0x10>;
703 rx-burst-size-dword = <0x10>;
715 ahb-burst-config = <0x0>;
716 tx-burst-size-dword = <0x10>;
717 rx-burst-size-dword = <0x10>;
A Dimx6sx.dtsi874 ahb-burst-config = <0x0>;
875 tx-burst-size-dword = <0x10>;
876 rx-burst-size-dword = <0x10>;
887 ahb-burst-config = <0x0>;
888 tx-burst-size-dword = <0x10>;
889 rx-burst-size-dword = <0x10>;
903 ahb-burst-config = <0x0>;
904 tx-burst-size-dword = <0x10>;
905 rx-burst-size-dword = <0x10>;
/u-boot/doc/device-tree-bindings/video/
A Dexynos_mipi_dsi.txt16 samsung,dsim-config-e-burst-mode: selects Burst mode in Video mode.
17 in Non-burst mode, RGB data area is filled with RGB data and
63 samsung,dsim-config-e-burst-mode = <1>;
/u-boot/drivers/misc/
A Dcros_ec.c965 uint32_t burst = cros_ec_flash_write_burst_size(dev); in cros_ec_flash_write() local
969 if (!burst) in cros_ec_flash_write()
977 for (off = offset; off < end; off += burst, data += burst) { in cros_ec_flash_write()
981 todo = min(end - off, burst); in cros_ec_flash_write()
1053 uint32_t burst = cros_ec_flash_write_burst_size(dev); in cros_ec_flash_read() local
1058 for (off = offset; off < end; off += burst, data += burst) { in cros_ec_flash_read()
1060 min(end - off, burst)); in cros_ec_flash_read()
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget.c64 u32 burst = 0; in mtu3_ep_enable() local
85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
93 burst = (max_packet & GENMASK(12, 11)) >> 11; in mtu3_ep_enable()
101 __func__, mep->maxp, interval, burst, mult); in mtu3_ep_enable()
108 ret = mtu3_config_ep(mtu, mep, interval, burst, mult); in mtu3_ep_enable()
A Dmtu3_core.c304 int interval, int burst, int mult) in mtu3_config_ep() argument
326 num_pkts = (burst + 1) * (mult + 1) - 1; in mtu3_config_ep()
327 csr1 = TX_SS_BURST(burst) | TX_SLOT(mep->slot); in mtu3_config_ep()
362 num_pkts = (burst + 1) * (mult + 1) - 1; in mtu3_config_ep()
363 csr1 = RX_SS_BURST(burst) | RX_SLOT(mep->slot); in mtu3_config_ep()
/u-boot/doc/device-tree-bindings/memory-controllers/
A Dst,stm32-fmc.txt15 read burst enable or disable

Completed in 42 milliseconds

123