/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 65 - 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/ |
D | fb_ssd1351.c | 70 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/ |
D | cifsproto.h | 278 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 …]
|
D | cifssmb.c | 830 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 …]
|
D | cifs_unicode.c | 630 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()
|
D | cifs_unicode.h | 121 int remap);
|
/Linux-v4.19/Documentation/xtensa/ |
D | mmu.txt | 80 | 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/ |
D | patch.c | 56 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/ |
D | addr-map.h | 41 const int remap; member 50 const u8 attr, const int remap);
|
/Linux-v4.19/drivers/bus/ |
D | mvebu-mbus.c | 203 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/ |
D | pci-mvebu.c | 138 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/ |
D | twl4030-power.c | 378 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/ |
D | twl-regulator.c | 49 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/ |
D | patch.h | 6 void __patch_text_real(void *addr, unsigned int insn, bool remap);
|
/Linux-v4.19/drivers/edac/ |
D | e7xxx_edac.c | 185 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()
|
D | e752x_edac.c | 307 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/ |
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
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | imx6sx-sdb-sai.dts | 61 /* SDMA event remap for SAI1 */ 62 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
/Linux-v4.19/include/linux/ |
D | mbus.h | 93 phys_addr_t remap);
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | mm.txt | 17 fffffe8000000000 - fffffeffffffffff (=39 bits) LDT remap for PTI 34 ff90000000000000 - ff9fffffffffffff (=52 bits) LDT remap for PTI
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_gem.h | 92 bool remap);
|
/Linux-v4.19/include/uapi/linux/ |
D | userfaultfd.h | 97 } remap; member
|
/Linux-v4.19/drivers/iommu/ |
D | Kconfig | 12 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/ |
D | Kconfig-nommu | 47 If your CPU provides a remap facility which allows the exception
|
/Linux-v4.19/Documentation/fb/ |
D | vesafb.txt | 164 remap 'n' MiB of video RAM. If 0 or not specified, remap memory
|