/Linux-v6.1/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 70 - fsl,sdma-event-remap : Register bits of sdma event remap, the format is 102 Using the fsl,sdma-event-remap property: 108 /* SDMA events remap for SAI1_RX and SAI1_TX */ 109 fsl,sdma-event-remap = <0 15 1>, <0 16 1>; 112 The fsl,sdma-event-remap property in this case has two values: 114 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX. 117 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
|
/Linux-v6.1/drivers/bus/ |
D | mvebu-mbus.c | 186 /* Checks whether the given window has remap capability */ 200 u64 *remap) in mvebu_mbus_read_window() argument 223 if (remap) { in mvebu_mbus_read_window() 230 *remap = ((u64)remap_hi << 32) | remap_low; in mvebu_mbus_read_window() 232 *remap = 0; in mvebu_mbus_read_window() 327 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument 359 if (remap == MVEBU_MBUS_NO_REMAP) in mvebu_mbus_setup_window() 362 remap_addr = remap; in mvebu_mbus_setup_window() 372 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument 377 if (remap == MVEBU_MBUS_NO_REMAP) { in mvebu_mbus_alloc_window() [all …]
|
/Linux-v6.1/drivers/staging/fbtft/ |
D | fb_ssd1351.c | 69 unsigned int remap; in set_var() local 79 remap = 0x60 | (par->bgr << 2); /* Set Colour Depth */ in set_var() 83 write_reg(par, 0xA0, remap | 0x00 | BIT(4)); in set_var() 86 write_reg(par, 0xA0, remap | 0x03 | BIT(4)); in set_var() 89 write_reg(par, 0xA0, remap | 0x02); in set_var() 92 write_reg(par, 0xA0, remap | 0x01); in set_var()
|
/Linux-v6.1/fs/cifs/ |
D | cifsproto.h | 331 const struct nls_table *nls_codepage, int remap); 334 const struct nls_table *nls_codepage, int remap); 342 const struct nls_table *nls_codepage, int remap); 348 const struct nls_table *nls_codepage, int remap); 353 const struct nls_table *nls_codepage, int remap, 409 int remap); 440 const struct nls_table *nls_codepage, int remap); 444 const struct nls_table *nls_codepage, int remap); 456 const struct nls_table *nls_codepage, int remap); 461 const struct nls_table *nls_codepage, int remap); [all …]
|
D | dfs_cache.h | 34 int remap, const char *path, struct dfs_info3_param *ref, 39 const struct nls_table *cp, int remap, const char *path, 48 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap);
|
D | cifssmb.c | 694 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 714 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 777 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local 788 remap); in CIFSSMBDelFile() 821 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local 833 remap); in CIFSSMBRmDir() 865 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local 877 remap); in CIFSSMBMkDir() 904 int remap) in CIFSPOSIXCreate() argument 925 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() [all …]
|
D | cifs_unicode.c | 133 /* if character not one of seven in special remap set */ in cifs_mapchar() 479 /* see if we must remap this char */ in cifsConvertToUTF16() 486 * Remap spaces and periods found at the end of every in cifsConvertToUTF16() 609 * @remap - map special chars 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-v6.1/Documentation/devicetree/bindings/remoteproc/ |
D | amlogic,meson-mx-ao-arc.yaml | 35 Address ranges of the remap and CPU control addresses for the 41 - const: remap 80 reg-names = "remap", "cpu";
|
/Linux-v6.1/fs/xfs/ |
D | xfs_reflink.c | 104 * only to remap the blocks that we've actually written out -- we must 105 * never remap delalloc reservations nor CoW staging blocks that have 113 * range, we record the need for the remap step as a flag in the ioend 708 * Remap part of the CoW fork into the data fork. 710 * We aim to remap the range starting at @offset_fsb and ending at @end_fsb 711 * into the data fork; this function will remap what it can (at the end of the 712 * range) and update @end_fsb appropriately. Each remap gets its own 714 * every remap operation and we'd like to keep the block reservation 772 * Only remap real extents that contain data. With AIO, speculative in xfs_reflink_end_cow_extent() 794 /* We can only remap the smaller of the two extent sizes. */ in xfs_reflink_end_cow_extent() [all …]
|
/Linux-v6.1/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.h | 60 #define DSP_C0_EMI_MAP_ADDR 0xA00 /* ADSP Core0 To EMI Address Remap */ 61 #define DSP_C0_DMAEMI_MAP_ADDR 0xA08 /* DMA0 To EMI Address Remap */ 68 /*remap dram between AP and DSP view, 4KB aligned*/
|
/Linux-v6.1/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-v6.1/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-v6.1/mm/ |
D | hugetlb_vmemmap.c | 245 * Remap the tail pages as read-only to catch illegal write operation in vmemmap_remap_pte() 299 * vmemmap_remap_free - remap the vmemmap virtual address range [@start, @end) 303 * to remap. 305 * remap. 383 * vmemmap_remap_alloc - remap the vmemmap virtual address range [@start, end) 387 * to remap. 389 * remap. 545 * Remap the vmemmap virtual address range [@vmemmap_start, @vmemmap_end) in hugetlb_vmemmap_optimize()
|
/Linux-v6.1/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-v6.1/drivers/platform/x86/intel/int3472/ |
D | discrete.c | 123 const struct int3472_gpio_function_remap *remap; in skl_int3472_map_gpio_to_sensor() local 125 for (remap = sensor_config->function_maps; remap->documented; remap++) { in skl_int3472_map_gpio_to_sensor() 126 if (!strcmp(func, remap->documented)) { in skl_int3472_map_gpio_to_sensor() 127 func = remap->actual; in skl_int3472_map_gpio_to_sensor()
|
/Linux-v6.1/arch/x86/xen/ |
D | setup.c | 50 * Buffer used to remap identity mapped pages. We only need the virtual space. 323 * complete remap information is contained in a list of MFNs each containing 324 * up to REMAP_SIZE MFNs and the start target PFN for doing the remap. 360 /* Put remap buf into list. */ in xen_do_set_identity_and_remap_chunk() 377 * 1) Finds a new range of pfns to use to remap based on E820 and remap_pfn. 380 * The goal is to not allocate additional memory but to remap the existing 401 /* Do not remap pages beyond the current allocation */ in xen_set_identity_and_remap_chunk() 490 * Remap the memory prepared in xen_do_set_identity_and_remap_chunk(). 491 * The remap information (which mfn remap to which pfn) is contained in the 493 * This scheme allows to remap the different chunks in arbitrary order while [all …]
|
/Linux-v6.1/drivers/edac/ |
D | e7xxx_edac.c | 97 #define E7XXX_REMAPBASE 0xC6 /* DRAM remap base address reg (16b) */ 98 #define E7XXX_REMAPLIMIT 0xC8 /* DRAM remap limit address reg (16b) */ 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() 481 /* load the top of low memory, remap base, and remap limit vars */ in e7xxx_probe1()
|
/Linux-v6.1/arch/arm/plat-orion/include/plat/ |
D | addr-map.h | 41 const int remap; member 50 const u8 attr, const int remap);
|
/Linux-v6.1/drivers/mfd/ |
D | twl4030-power.c | 378 u8 remap; in twl4030_configure_resource() local 434 /* Set remap states */ in twl4030_configure_resource() 435 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &remap, in twl4030_configure_resource() 438 pr_err("TWL4030 Resource %d remap could not be read\n", 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() 457 pr_err("TWL4030 failed to program remap\n"); in twl4030_configure_resource()
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | vectors.h | 44 * Remap the kernel before branching to the canonical vectors. 55 /* The vectors to use on return from EL0. e.g. to remap the kernel */
|
/Linux-v6.1/kernel/ |
D | iomem.c | 44 * memremap() - remap an iomem_resource as cacheable memory 46 * @size: size of remap 58 * Moreover, if MEMREMAP_WB is specified and the requested remap region is RAM
|
/Linux-v6.1/arch/x86/mm/ |
D | ioremap.c | 165 * Remap an arbitrary physical address space into the kernel virtual 208 * Don't allow anybody to remap normal RAM that we're using.. in __ioremap_caller() 749 * Architecture function to determine if RAM remap is allowed. By default, a 750 * RAM remap will map the data as encrypted. Determine if a RAM remap should 809 /* Remap memory with encryption */ 817 * Remap memory with encryption and write-protected - cannot be called 828 /* Remap memory without encryption */ 836 * Remap memory without encryption and write-protected - cannot be called
|
/Linux-v6.1/drivers/clk/versatile/ |
D | clk-versatile.c | 64 /* Remap the core module base if not done yet */ in cm_osc_setup() 75 pr_err("could not remap core module base\n"); in cm_osc_setup()
|
/Linux-v6.1/arch/arm/mach-ux500/ |
D | platsmp.c | 46 pr_err("No backupram remap\n"); in ux500_smp_prepare_cpus() 58 pr_err("No SCU remap\n"); in ux500_smp_prepare_cpus()
|