Searched refs:oe_n (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-compactflash.c | 76 int oe_n; in cvmx_compactflash_generate_dma_tim() local 153 oe_n = MAX(To - oe_a, Tkr); // Tkr from cf spec, lengthened to meet To in cvmx_compactflash_generate_dma_tim() 168 oe_n = MAX(To - oe_a, Tkr); // Tkr from cf spec, lengthened to meet To in cvmx_compactflash_generate_dma_tim() 188 oe_n = MAX(To - oe_a, Tkr) + 10; // Tkr from cf spec, lengthened to meet To in cvmx_compactflash_generate_dma_tim() 214 dma_tim.s.oe_n = ns_to_tim_reg(tim_mult, oe_n); in cvmx_compactflash_generate_dma_tim() 226 dma_tim.s.we_n = ns_to_tim_reg(tim_mult, oe_n); in cvmx_compactflash_generate_dma_tim() 232 …dma_tim.s.oe_n, dma_tim.s.oe_a, dma_tim.s.dmack_s, dma_tim.s.dmack_h, dma_tim.s.dmarq, dma_tim.s.p… in cvmx_compactflash_generate_dma_tim()
|
| H A D | cvmx-mio-defs.h | 2143 uint64_t oe_n : 6; /**< DMA Engine X output enable negated count */ member 2151 uint64_t oe_n : 6;
|