Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt65 - fsl,sdma-event-remap : Register bits of sdma event remap, the format is
97 Using the fsl,sdma-event-remap property:
103 /* SDMA events remap for SAI1_RX and SAI1_TX */
104 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
107 The fsl,sdma-event-remap property in this case has two values:
109 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX.
112 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
/Linux-v4.19/drivers/staging/fbtft/
Dfb_ssd1351.c70 unsigned int remap; in set_var() local
80 remap = 0x60 | (par->bgr << 2); /* Set Colour Depth */ in set_var()
84 write_reg(par, 0xA0, remap | 0x00 | 1 << 4); in set_var()
87 write_reg(par, 0xA0, remap | 0x03 | 1 << 4); in set_var()
90 write_reg(par, 0xA0, remap | 0x02); in set_var()
93 write_reg(par, 0xA0, remap | 0x01); in set_var()
/Linux-v4.19/fs/cifs/
Dcifsproto.h278 const struct nls_table *nls_codepage, int remap);
281 const struct nls_table *nls_codepage, int remap);
289 const struct nls_table *nls_codepage, int remap);
295 const struct nls_table *nls_codepage, int remap);
301 struct dfs_info3_param **referrals, int remap);
305 const struct nls_table *nls_codepage, int remap,
366 int remap);
396 const struct nls_table *nls_codepage, int remap);
400 const struct nls_table *nls_codepage, int remap);
412 const struct nls_table *nls_codepage, int remap);
[all …]
Dcifssmb.c830 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument
850 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
912 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local
923 remap); in CIFSSMBDelFile()
958 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local
970 remap); in CIFSSMBRmDir()
1003 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local
1015 remap); in CIFSSMBMkDir()
1044 int remap) in CIFSPOSIXCreate() argument
1065 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
[all …]
Dcifs_unicode.c630 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16() argument
642 cifsConvertToUTF16(dst, src, strlen(src), cp, remap); in cifs_strndup_to_utf16()
Dcifs_unicode.h121 int remap);
/Linux-v4.19/Documentation/xtensa/
Dmmu.txt80 | remap area 1 |
83 | remap area 2 |
122 | remap area 1 |
125 | remap area 2 |
165 | remap area 1 |
168 | remap area 2 |
/Linux-v4.19/arch/arm/kernel/
Dpatch.c56 void __kprobes __patch_text_real(void *addr, unsigned int insn, bool remap) in __patch_text_real() argument
65 if (remap) in __patch_text_real()
80 if (twopage && remap) in __patch_text_real()
/Linux-v4.19/arch/arm/plat-orion/include/plat/
Daddr-map.h41 const int remap; member
50 const u8 attr, const int remap);
/Linux-v4.19/drivers/bus/
Dmvebu-mbus.c203 u64 *remap) in mvebu_mbus_read_window() argument
226 if (remap) { in mvebu_mbus_read_window()
233 *remap = ((u64)remap_hi << 32) | remap_low; in mvebu_mbus_read_window()
235 *remap = 0; in mvebu_mbus_read_window()
330 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument
362 if (remap == MVEBU_MBUS_NO_REMAP) in mvebu_mbus_setup_window()
365 remap_addr = remap; in mvebu_mbus_setup_window()
375 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument
380 if (remap == MVEBU_MBUS_NO_REMAP) { in mvebu_mbus_alloc_window()
387 size, remap, in mvebu_mbus_alloc_window()
[all …]
/Linux-v4.19/drivers/pci/controller/
Dpci-mvebu.c138 phys_addr_t remap; member
357 phys_addr_t remap) in mvebu_pcie_add_windows() argument
366 sz, remap); in mvebu_pcie_add_windows()
381 if (remap != MVEBU_MBUS_NO_REMAP) in mvebu_pcie_add_windows()
382 remap += sz; in mvebu_pcie_add_windows()
391 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window()
411 desired->size, desired->remap); in mvebu_pcie_set_window()
441 desired.remap = ((port->bridge.iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change()
443 desired.base = port->pcie->io.start + desired.remap; in mvebu_pcie_handle_iobase_change()
446 desired.remap) + in mvebu_pcie_handle_iobase_change()
[all …]
/Linux-v4.19/drivers/mfd/
Dtwl4030-power.c378 u8 remap; in twl4030_configure_resource() local
435 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &remap, in twl4030_configure_resource()
444 remap &= ~OFF_STATE_MASK; in twl4030_configure_resource()
445 remap |= rconfig->remap_off << OFF_STATE_SHIFT; in twl4030_configure_resource()
449 remap &= ~SLEEP_STATE_MASK; in twl4030_configure_resource()
450 remap |= rconfig->remap_sleep << SLEEP_STATE_SHIFT; in twl4030_configure_resource()
454 remap, in twl4030_configure_resource()
/Linux-v4.19/drivers/regulator/
Dtwl-regulator.c49 u8 remap; member
460 .remap = remap_conf, \
477 .remap = remap_conf, \
494 .remap = remap_conf, \
635 twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_REMAP, info->remap); in twlreg_probe()
/Linux-v4.19/arch/arm/include/asm/
Dpatch.h6 void __patch_text_real(void *addr, unsigned int insn, bool remap);
/Linux-v4.19/drivers/edac/
De7xxx_edac.c185 u32 remap; in ctl_page_to_phys() local
194 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
196 if (remap < pvt->remaplimit) in ctl_page_to_phys()
197 return remap; in ctl_page_to_phys()
De752x_edac.c307 u32 remap; in ctl_page_to_phys() local
318 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
320 if (remap < pvt->remaplimit) in ctl_page_to_phys()
321 return remap; in ctl_page_to_phys()
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dssd1307fb.txt20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column
23 - solomon,com-lrremap: Display uses left-right COM pin remap
/Linux-v4.19/arch/arm/boot/dts/
Dimx6sx-sdb-sai.dts61 /* SDMA event remap for SAI1 */
62 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
/Linux-v4.19/include/linux/
Dmbus.h93 phys_addr_t remap);
/Linux-v4.19/Documentation/x86/x86_64/
Dmm.txt17 fffffe8000000000 - fffffeffffffffff (=39 bits) LDT remap for PTI
34 ff90000000000000 - ff9fffffffffffff (=52 bits) LDT remap for PTI
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_gem.h92 bool remap);
/Linux-v4.19/include/uapi/linux/
Duserfaultfd.h97 } remap; member
/Linux-v4.19/drivers/iommu/
DKconfig12 remap DMA requests and/or remap interrupts from other devices on the
107 PAMU can authorize memory access, remap the memory address, and remap I/O
/Linux-v4.19/arch/arm/
DKconfig-nommu47 If your CPU provides a remap facility which allows the exception
/Linux-v4.19/Documentation/fb/
Dvesafb.txt164 remap 'n' MiB of video RAM. If 0 or not specified, remap memory

12