Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nand/
HDnfc_fsl.c647 static u_int scy = 2; /* 25-27: Cycle length in bus clocks */ variable
648 SYSCTL_UINT(_debug_fcm, OID_AUTO, scy, CTLFLAG_RW, &scy, 2,
674 ((scy & 7) << 4) | ((rst & 1) << 3) | ((trlx & 1) << 2) | in fsl_nand_get_timing()