/Linux-v5.4/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 66 - fsl,sdma-event-remap : Register bits of sdma event remap, the format is 98 Using the fsl,sdma-event-remap property: 104 /* SDMA events remap for SAI1_RX and SAI1_TX */ 105 fsl,sdma-event-remap = <0 15 1>, <0 16 1>; 108 The fsl,sdma-event-remap property in this case has two values: 110 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX. 113 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
|
/Linux-v5.4/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 | BIT(4)); in set_var() 87 write_reg(par, 0xA0, remap | 0x03 | BIT(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-v5.4/fs/cifs/ |
D | cifsproto.h | 291 const struct nls_table *nls_codepage, int remap); 294 const struct nls_table *nls_codepage, int remap); 302 const struct nls_table *nls_codepage, int remap); 308 const struct nls_table *nls_codepage, int remap); 313 const struct nls_table *nls_codepage, int remap, 374 int remap); 405 const struct nls_table *nls_codepage, int remap); 409 const struct nls_table *nls_codepage, int remap); 421 const struct nls_table *nls_codepage, int remap); 426 const struct nls_table *nls_codepage, int remap); [all …]
|
D | dfs_cache.h | 30 const struct nls_table *nls_codepage, int remap, 38 int remap, const char *path,
|
D | cifssmb.c | 922 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 942 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 1002 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local 1013 remap); in CIFSSMBDelFile() 1046 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local 1058 remap); in CIFSSMBRmDir() 1090 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local 1102 remap); in CIFSSMBMkDir() 1129 int remap) in CIFSPOSIXCreate() argument 1150 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() [all …]
|
D | dfs_cache.c | 598 const struct nls_table *nls_codepage, int remap, in update_cache_entry() argument 618 nls_codepage, remap); in update_cache_entry() 641 const struct nls_table *nls_codepage, int remap, in do_dfs_cache_find() argument 683 remap); in do_dfs_cache_find() 715 ce = update_cache_entry(xid, ses, nls_codepage, remap, path, in do_dfs_cache_find() 826 const struct nls_table *nls_codepage, int remap, in dfs_cache_find() argument 842 ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_find() 926 const struct nls_table *nls_codepage, int remap, in dfs_cache_update_tgthint() argument 945 ce = do_dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_update_tgthint() 1426 tcon->remap); in do_refresh_tcon()
|
D | cifs_unicode.c | 617 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16() argument 629 cifsConvertToUTF16(dst, src, strlen(src), cp, remap); in cifs_strndup_to_utf16()
|
/Linux-v5.4/Documentation/xtensa/ |
D | mmu.rst | 86 | remap area 1 | 89 | remap area 2 | 128 | remap area 1 | 131 | remap area 2 | 171 | remap area 1 | 174 | remap area 2 |
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | imx6sx-sdb-sai.dts | 24 /* SDMA event remap for SAI1 */ 25 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
/Linux-v5.4/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-v5.4/arch/arm/plat-orion/include/plat/ |
D | addr-map.h | 41 const int remap; member 50 const u8 attr, const int remap);
|
/Linux-v5.4/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-v5.4/drivers/pci/controller/ |
D | pci-mvebu.c | 84 phys_addr_t remap; member 303 phys_addr_t remap) in mvebu_pcie_add_windows() argument 312 sz, remap); in mvebu_pcie_add_windows() 327 if (remap != MVEBU_MBUS_NO_REMAP) in mvebu_pcie_add_windows() 328 remap += sz; in mvebu_pcie_add_windows() 337 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window() 357 desired->size, desired->remap); in mvebu_pcie_set_window() 388 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change() 390 desired.base = port->pcie->io.start + desired.remap; in mvebu_pcie_handle_iobase_change() 393 desired.remap) + in mvebu_pcie_handle_iobase_change() [all …]
|
/Linux-v5.4/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-v5.4/drivers/regulator/ |
D | twl-regulator.c | 45 u8 remap; member 469 .remap = remap_conf, \ 487 .remap = remap_conf, \ 507 .remap = remap_conf, \ 643 twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_REMAP, info->remap); in twlreg_probe()
|
/Linux-v5.4/arch/arm/include/asm/ |
D | patch.h | 6 void __patch_text_real(void *addr, unsigned int insn, bool remap);
|
/Linux-v5.4/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()
|
/Linux-v5.4/kernel/dma/ |
D | Makefile | 9 obj-$(CONFIG_DMA_REMAP) += remap.o
|
/Linux-v5.4/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-v5.4/include/linux/ |
D | mbus.h | 93 phys_addr_t remap);
|
/Linux-v5.4/drivers/misc/mic/bus/ |
D | vop_bus.h | 96 void __iomem * (*remap)(struct vop_device *vpdev, member
|
D | scif_bus.h | 99 void __iomem * (*remap)(struct scif_hw_dev *sdev, member
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/ |
D | omap_gem.h | 80 bool remap);
|
/Linux-v5.4/drivers/misc/mic/card/ |
D | mic_device.c | 236 .remap = ___mic_ioremap, 307 .remap = __mic_ioremap,
|
/Linux-v5.4/include/uapi/linux/ |
D | userfaultfd.h | 97 } remap; member
|