Searched refs:remap (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/arm/altera/socfpga/ |
| H A D | socfpga_rstmgr.c | 84 l3remap(struct rstmgr_softc *sc, int remap, int enable) in l3remap() argument 98 reg |= (remap); in l3remap() 100 reg &= ~(remap); in l3remap() 124 int remap; in rstmgr_sysctl() local 134 remap = 0; in rstmgr_sysctl() 138 remap = REMAP_LWHPS2FPGA; in rstmgr_sysctl() 142 remap = REMAP_HPS2FPGA; in rstmgr_sysctl() 163 l3remap(sc, remap, enable); in rstmgr_sysctl()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | fsl-imx-sdma.txt | 69 - fsl,sdma-event-remap : Register bits of sdma event remap, the format is 101 Using the fsl,sdma-event-remap property: 107 /* SDMA events remap for SAI1_RX and SAI1_TX */ 108 fsl,sdma-event-remap = <0 15 1>, <0 16 1>; 111 The fsl,sdma-event-remap property in this case has two values: 113 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX. 116 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mvvar.h | 76 vm_paddr_t remap; member 93 vm_paddr_t remap); 118 uint32_t remap, int winno, int busno); 119 int mv_pcib_cpu_win_remap(device_t dev, uint32_t remap, uint32_t size);
|
| H A D | mv_common.c | 1167 vm_paddr_t remap) in decode_win_cpu_set() argument 1172 if (remap == ~0) { in decode_win_cpu_set() 1199 if (remap != ~0) { in decode_win_cpu_set() 1239 cpu_wins[i].size, cpu_wins[i].remap); in decode_win_cpu_setup() 1952 idma_wins[j].remap >= 0) in decode_win_idma_setup() 1954 idma_wins[j].remap); in decode_win_idma_setup() 2242 xor_wins[z].remap >= 0) in decode_win_xor_setup() 2244 xor_wins[z].remap); in decode_win_xor_setup() 2590 cpu_win_tbl[t].remap = ~0; in win_cpu_from_dt() 2630 cpu_win_tbl[t].remap = ~0; in win_cpu_from_dt() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6sx-sdb-sai.dts | 24 /* SDMA event remap for SAI1 */ 25 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
| H A D | imx6sx-sdb-mqs.dts | 46 /* SDMA event remap for SAI1 */ 47 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | ssd1307fb.txt | 20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column 23 - solomon,com-lrremap: Display uses left-right COM pin remap
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 54 the runtime functions to add, remove and remap service cores.
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | eeprom.diff | 176 HALDEBUG(ah, HAL_DEBUG_EEPROM,"%s: can't remap dram region\n", __func__);
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 3400 int remap = 0; in iflib_encap() local 3477 if (remap == 0) { in iflib_encap() 3481 remap++; in iflib_encap() 3483 if (remap == 1) { in iflib_encap() 3491 MPASS(remap <= 1); in iflib_encap() 3492 if (__predict_false(m_head == NULL || remap > 1)) in iflib_encap() 3494 remap++; in iflib_encap() 3578 if (remap < 2) { in iflib_encap() 3579 remap = 1; in iflib_encap()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-ilk-defs.h | 3398 …uint64_t remap : 1; /**< Dynamically select channel using bits[39:32] of a… member 3409 uint64_t remap : 1;
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 399 Application can change the flow distribution, i.e. remap the received traffic to
|