Home
last modified time | relevance | path

Searched full:twp (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dams-delta.c45 unsigned int tWP; member
53 ndelay(priv->tWP); in gpio_nand_write_commit()
212 priv->tWP = DIV_ROUND_UP(sdr->tWP_min, 1000); in gpio_nand_setup_interface()
213 dev_dbg(dev, "using %u ns write pulse width\n", priv->tWP); in gpio_nand_setup_interface()
H A Dtxx9ndfmc.c295 spw = plat->spw ?: 90; /* max(tREADID, tWP, tRP) */ in txx9ndfmc_probe()
H A Ddenali.c859 * tRP, tWP, tRHOH, tRC, tWC -> RDWR_EN_LO_CNT in denali_setup_interface()
H A Dstm32_fmc2_nand.c1437 * tWAIT > tWP in stm32_fmc2_nfc_calc_timings()
/linux/net/ipv6/
H A Dinet6_hashtables.c302 struct inet_timewait_sock **twp, in __inet6_check_established() argument
344 if (tcp_twsk_unique(sk, sk2, twp)) in __inet6_check_established()
366 if (twp) { in __inet6_check_established()
367 *twp = tw; in __inet6_check_established()
/linux/arch/microblaze/boot/dts/
H A Dsystem.dts190 xlnx,twp-ps-mem-0 = <0x11170>;
191 xlnx,twp-ps-mem-1 = <0x2ee0>;
192 xlnx,twp-ps-mem-2 = <0x2ee0>;
193 xlnx,twp-ps-mem-3 = <0x2ee0>;
/linux/net/ipv4/
H A Dtcp_ipv4.c118 int tcp_twsk_unique(struct sock *sk, struct sock *sktw, void *twp) in tcp_twsk_unique() argument
171 (!twp || (reuse && time_after32(tcp_clock_ms(), reuse_thresh)))) { in tcp_twsk_unique()