Searched defs:txp (Results 1 - 25 of 32) sorted by relevance

12

/u-boot/arch/arm/mach-sunxi/dram_timings/
H A Dh616_ddr3_1333.c28 u8 txp = max(ns_to_t(6), 3); /* JEDEC: max(6 ns, 3nCK) */ local
H A Dlpddr3_stock.c15 u8 txp = max(ns_to_t(8), 2); local
H A Dh616_lpddr3.c28 u8 txp = max(ns_to_t(8), 3); local
H A Dddr3_1333.c15 u8 txp = max(ns_to_t(8), 3); local
H A Dddr2_v3s.c15 u8 txp = 2; local
H A Dh616_lpddr4_2133.c26 u8 txp = max(ns_to_t(8), 2); local
H A Dh6_lpddr3.c33 u8 txp = max(ns_to_t(8), 2); local
H A Dh6_ddr3_1333.c54 u8 txp = max(ns_to_t(6), 3); /* JEDEC: max(6 ns, 3nCK) */ local
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3288.h58 u32 txp; member in struct:rk3288_sdram_pctl_timing
H A Dddr_rk3368.h69 u32 txp; member in struct:rk3368_ddr_pctl
H A Dsdram_rk3036.h59 u32 txp; member in struct:rk3036_ddr_pctl
256 u32 txp; member in struct:rk3036_pctl_timing
/u-boot/drivers/spi/
H A Daltera_spi.c94 const unsigned char *txp = dout; local
H A Dexynos_spi.c104 const uchar *txp = *doutp; local
H A Domap3_spi.c59 omap3_spi_write(struct omap3_spi_priv *priv, unsigned int len, const void *txp, unsigned long flags) argument
168 omap3_spi_txrx(struct omap3_spi_priv *priv, unsigned int len, const void *txp, void *rxp, unsigned long flags) argument
H A Datmel_spi.c211 const u8 *txp = dout; local
H A Ddavinci_spi.c149 davinci_spi_write(struct davinci_spi_slave *ds, unsigned int len, const u8 *txp, unsigned long flags) argument
182 davinci_spi_read_write(struct davinci_spi_slave *ds, unsigned int len, u8 *rxp, const u8 *txp, unsigned long flags) argument
H A Dpl022_spi.c180 const u8 *txp = dout; local
H A Dxilinx_spi.c202 static u32 xilinx_spi_fill_txfifo(struct udevice *bus, const u8 *txp, argument
250 const unsigned char *txp = (const unsigned char *)dout; local
288 unsigned char txp; local
[all...]
H A Dti_qspi.c163 const uchar *txp = dout; local
/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a83t.c98 u8 txp = max(ns_to_t(8), 3); local
H A Ddram_sun8i_a33.c98 u8 txp = max(ns_to_t(8), 3); local
/u-boot/drivers/mtd/spi/
H A Dsandbox.c316 sandbox_sf_xfer(struct udevice *dev, unsigned int bitlen, const void *rxp, void *txp, unsigned long flags) argument
/u-boot/drivers/ram/sunxi/
H A Ddram_sun20i_d1.c164 u8 txp; local
[all...]
/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c1053 u8 twl, txp, tfaw, tcl; local
1285 u8 todtlon, taxpd, tanpd, tcwl, txp, tfaw, tcl; local
[all...]
/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c321 int txp = max((int)mclk_ps * 4, 6000); /* unit=ps */ local
353 int txp; local

Completed in 256 milliseconds

12