Searched refs:oe_a (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c75 int oe_a; local
152 oe_a = Td + 20; // Td (Seem to need more margin here....
153 oe_n = MAX(To - oe_a, Tkr); // Tkr from cf spec, lengthened to meet To
167 oe_a = Td + 20; // Td (Seem to need more margin here....
168 oe_n = MAX(To - oe_a, Tkr); // Tkr from cf spec, lengthened to meet To
186 // oe_a 0 fudge doesn't work; 10 seems to
187 oe_a = Td + 20 + 10; // Td (Seem to need more margin here....
188 oe_n = MAX(To - oe_a, Tkr) + 10; // Tkr from cf spec, lengthened to meet To
215 dma_tim.s.oe_a = ns_to_tim_reg(tim_mult, oe_a);
[all...]
H A Dcvmx-mio-defs.h2144 uint64_t oe_a : 6; /**< DMA Engine X output enable asserted count */ member in struct:cvmx_mio_boot_dma_timx::cvmx_mio_boot_dma_timx_s
2150 uint64_t oe_a : 6;

Completed in 242 milliseconds