/Linux-v5.10/Documentation/devicetree/bindings/dma/ |
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.
|
/Linux-v5.10/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.10/Documentation/xtensa/ |
D | mmu.rst | 87 | remap area 1 | 90 | remap area 2 | 130 | remap area 1 | 133 | remap area 2 | 174 | remap area 1 | 177 | remap area 2 |
|
/Linux-v5.10/fs/cifs/ |
D | cifsproto.h | 309 const struct nls_table *nls_codepage, int remap); 312 const struct nls_table *nls_codepage, int remap); 320 const struct nls_table *nls_codepage, int remap); 326 const struct nls_table *nls_codepage, int remap); 331 const struct nls_table *nls_codepage, int remap, 392 int remap); 423 const struct nls_table *nls_codepage, int remap); 427 const struct nls_table *nls_codepage, int remap); 439 const struct nls_table *nls_codepage, int remap); 444 const struct nls_table *nls_codepage, int remap); [all …]
|
D | dfs_cache.h | 31 const struct nls_table *nls_codepage, int remap, 39 int remap, const char *path,
|
D | cifssmb.c | 849 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 869 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 929 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local 940 remap); in CIFSSMBDelFile() 973 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local 985 remap); in CIFSSMBRmDir() 1017 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local 1029 remap); in CIFSSMBMkDir() 1056 int remap) in CIFSPOSIXCreate() argument 1077 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() [all …]
|
D | dfs_cache.c | 659 const struct nls_table *nls_codepage, int remap, in get_dfs_referral() argument 674 nls_codepage, remap); in get_dfs_referral() 702 const struct nls_table *nls_codepage, int remap, in __dfs_cache_find() argument 745 rc = get_dfs_referral(xid, ses, nls_codepage, remap, path, in __dfs_cache_find() 878 const struct nls_table *nls_codepage, int remap, in dfs_cache_find() argument 890 rc = __dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_find() 987 const struct nls_table *nls_codepage, int remap, in dfs_cache_update_tgthint() argument 1002 rc = __dfs_cache_find(xid, ses, nls_codepage, remap, npath, false); in dfs_cache_update_tgthint() 1584 rc = get_dfs_referral(xid, ses, cache_nlsc, tcon->remap, npath, &refs, in refresh_tcon()
|
D | cifs_unicode.c | 623 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16() argument 635 cifsConvertToUTF16(dst, src, strlen(src), cp, remap); in cifs_strndup_to_utf16()
|
/Linux-v5.10/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>;
|
D | imx6sx-sdb-mqs.dts | 46 /* SDMA event remap for SAI1 */ 47 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
/Linux-v5.10/arch/arm/kernel/ |
D | patch.c | 58 void __kprobes __patch_text_real(void *addr, unsigned int insn, bool remap) in __patch_text_real() argument 67 if (remap) in __patch_text_real() 80 if (twopage && remap) in __patch_text_real()
|
/Linux-v5.10/arch/arm/plat-orion/include/plat/ |
D | addr-map.h | 41 const int remap; member 50 const u8 attr, const int remap);
|
/Linux-v5.10/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.10/drivers/pci/controller/ |
D | pci-mvebu.c | 81 phys_addr_t remap; member 309 phys_addr_t remap) in mvebu_pcie_add_windows() argument 318 sz, remap); in mvebu_pcie_add_windows() 333 if (remap != MVEBU_MBUS_NO_REMAP) in mvebu_pcie_add_windows() 334 remap += sz; in mvebu_pcie_add_windows() 343 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window() 363 desired->size, desired->remap); in mvebu_pcie_set_window() 394 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change() 396 desired.base = port->pcie->io.start + desired.remap; in mvebu_pcie_handle_iobase_change() 399 desired.remap) + in mvebu_pcie_handle_iobase_change() [all …]
|
/Linux-v5.10/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.10/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.10/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.10/arch/arm/include/asm/ |
D | patch.h | 6 void __patch_text_real(void *addr, unsigned int insn, bool remap);
|
/Linux-v5.10/kernel/dma/ |
D | Makefile | 12 obj-$(CONFIG_DMA_REMAP) += remap.o
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | ssd1307fb.txt | 20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column 24 - solomon,com-lrremap: Display uses left-right COM pin remap
|
/Linux-v5.10/include/linux/ |
D | mbus.h | 93 phys_addr_t remap);
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/ |
D | omap_gem.h | 80 bool remap);
|
/Linux-v5.10/include/uapi/linux/ |
D | userfaultfd.h | 102 } remap; member
|
/Linux-v5.10/drivers/iommu/ |
D | Kconfig | 21 remap DMA requests and/or remap interrupts from other devices on the 115 PAMU can authorize memory access, remap the memory address, and remap I/O
|
/Linux-v5.10/arch/arm/ |
D | Kconfig-nommu | 49 If your CPU provides a remap facility which allows the exception
|