Searched refs:mapped (Results 1 - 25 of 41) sorted by relevance

12

/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c7 * space that can be directly mapped to any MPU buffer or memory region
58 u32 mapped:1; member in struct:map_page
198 * will be mapped in the DSP/IVA's address space. DMM returns an error if a
210 * be mapped */
213 /* Mark the region 'mapped', leave the 'reserved' info as-is */
214 chunk->mapped = true;
251 node[rsv_size].mapped = false;
259 node->mapped = false;
281 * Remove the mapped block from the reserved chunk.
297 chunk->mapped
[all...]
/drivers/sh/intc/
H A Dvirq.c146 struct intc_map_entry *mapped; local
151 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id);
152 if (!mapped) {
157 pirq = mapped - intc_irq_xlate;
/drivers/usb/gadget/
H A Dudc-core.c60 int mapped; local
62 mapped = dma_map_sg(&gadget->dev, req->sg, req->num_sgs,
64 if (mapped == 0) {
69 req->num_mapped_sgs = mapped;
H A Dlangwell_udc.h135 unsigned mapped:1; member in struct:langwell_request
H A Domap_udc.h135 unsigned mapped:1; member in struct:omap_req
H A Datmel_usba_udc.h220 * REVISIT: Try to eliminate this value. Can we rely on req->mapped to
311 unsigned int mapped:1; member in struct:usba_request
H A Dgoku_udc.h230 unsigned mapped:1; member in struct:goku_request
H A Dmv_udc.h252 unsigned mapped:1; member in struct:mv_req
H A Dnet2280.h130 unsigned mapped : 1, member in struct:net2280_request
H A Dfsl_qe_udc.h262 unsigned mapped:1; member in struct:qe_req
H A Dfsl_udc_core.c187 if (req->mapped) {
194 req->mapped = 0;
901 req->mapped = 1;
908 req->mapped = 0;
1293 req->mapped = 1;
1376 req->mapped = 1;
/drivers/mtd/
H A Dmtdswap.c1073 unsigned int newblock, mapped; local
1090 mapped = d->page_data[page];
1091 if (mapped <= BLOCK_MAX) {
1092 eb = d->eb_data + (mapped / d->pages_per_eblk);
1096 d->revmap[mapped] = PAGE_UNDEF;
1197 unsigned int mapped; local
1202 mapped = d->page_data[page];
1203 if (mapped <= BLOCK_MAX) {
1204 eb = d->eb_data + (mapped / d->pages_per_eblk);
1208 d->revmap[mapped]
1226 unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; local
[all...]
/drivers/net/ethernet/i825xx/
H A Dni52.c189 char __iomem *mapped; member in struct:priv
320 p->mapped = ioremap(dev->mem_start, size);
321 if (!p->mapped)
324 p->base = p->mapped + size - 0x01000000;
325 p->memtop = p->mapped + size;
327 p->scb = (struct scb_struct __iomem *) p->mapped;
338 if (!check_iscp(dev, p->mapped))
344 iounmap(p->mapped);
435 iounmap(p->mapped);
564 iounmap(priv->mapped);
[all...]
/drivers/firmware/
H A Ddmi-sysfs.c63 * mapped in. Use in conjunction with dmi_sysfs_specialize_attr_ops.
380 u8 __iomem *mapped; local
383 mapped = ioremap(sel->access_method_address, sel->area_length);
384 if (!mapped)
389 *(buf++) = readb(mapped + pos++);
393 iounmap(mapped);
/drivers/infiniband/hw/qib/
H A Dqib_diag.c215 * attributes, which are them mapped to contiguous physical space
229 * Returns 0 if the offset is not mapped.
246 goto mapped;
255 /* If user regs mapped, they are after send, so set limit. */
263 goto mapped;
315 mapped:
/drivers/net/fddi/
H A DKconfig36 This instructs the driver to use EISA or PCI memory-mapped I/O
/drivers/staging/media/go7007/
H A Dgo7007-v4l2.c701 if (gofh->bufs[i].mapped > 0)
733 gofh->bufs[i].mapped = 0;
789 if (gofh->bufs[index].mapped)
821 if (!gobuf->mapped)
1646 ++gobuf->mapped;
1654 if (--gobuf->mapped == 0) {
1701 if (gofh->bufs[index].mapped > 0) {
1705 gofh->bufs[index].mapped = 1;
H A Dgo7007-priv.h132 int mapped; member in struct:go7007_buffer
/drivers/scsi/
H A Dhptiop.h219 int mapped; member in struct:hpt_scsi_pointer
H A Dhptiop.c564 if (HPT_SCP(scp)->mapped)
690 HPT_SCP(scp)->mapped = 1;
798 HPT_SCP(scp)->mapped = 0;
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c947 if (buffer_info->mapped) {
950 buffer_info->mapped = false;
967 if (buffer_info->mapped) {
970 buffer_info->mapped = false;
1240 buffer_info->mapped = true;
1477 buffer_info->mapped = true;
1612 if (buffer_info->mapped) {
1616 buffer_info->mapped = false;
1699 buffer_info->mapped = false;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.c531 * get page frame number to physical memory to be mapped
584 args->mapped = addr;
586 DRM_DEBUG_KMS("mapped = 0x%lx\n", (unsigned long)args->mapped);
/drivers/net/arcnet/
H A DKconfig87 tristate "ARCnet COM90xx (IO mapped) chipset driver"
90 IO-mapped mode instead of memory-mapped mode. This is slower than
101 time only using memory-mapped mode, and no IO ports at all. This
/drivers/video/
H A Dmxsfb.c168 int mapped; member in struct:mxsfb_info
718 host->mapped = 1;
743 if (host->mapped) {
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c666 int mapped; local
680 * then the mapped country is the srom regulatory rev.
685 mapped = 0;
688 mapped =
1032 /* if regrev is -1, lookup the mapped country code,

Completed in 566 milliseconds

12