Searched refs:swap (Results 26 - 50 of 52) sorted by relevance

123

/drivers/dma/
H A Dpl330.c353 enum pl330_byteswap swap; member in struct:pl330_reqcfg
1504 ccr |= (rqc->swap << CC_SWAP_SHFT);
2530 desc->rqcfg.swap = SWAP_NO;
/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c510 __u32 swap; local
512 swap = cfi->cfiq->EraseRegionInfo[i];
514 cfi->cfiq->EraseRegionInfo[j] = swap;
/drivers/media/video/s5p-fimc/
H A Dfimc-capture.c609 swap(max_sc_h, max_sc_v);
610 swap(min_w, min_h);
H A Dfimc-core.c202 swap(dw, dh);
/drivers/staging/vme/bridges/
H A Dvme_ca91cx42.c973 unsigned int mask, unsigned int compare, unsigned int swap,
1009 iowrite32(swap, bridge->base + SCYC_SWP);
972 ca91cx42_master_rmw(struct vme_master_resource *image, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument
H A Dvme_tsi148.c1363 unsigned int mask, unsigned int compare, unsigned int swap,
1394 iowrite32be(swap, bridge->base + TSI148_LCSR_RMWS);
1362 tsi148_master_rmw(struct vme_master_resource *image, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument
/drivers/infiniband/hw/qib/
H A Dqib_ruc.c503 sdata, wqe->wr.wr.atomic.swap);
H A Dqib_file_ops.c38 #include <linux/swap.h>
H A Dqib_rc.c461 wqe->wr.wr.atomic.swap);
/drivers/net/usb/
H A Dcdc_ncm.c668 swap(skb, ctx->tx_rem_skb);
/drivers/infiniband/hw/mlx4/
H A Dqp.c1582 aseg->swap_add = cpu_to_be64(wr->wr.atomic.swap);
1597 aseg->swap_add = cpu_to_be64(wr->wr.atomic.swap);
/drivers/input/touchscreen/
H A Dads7846.c778 * ads7846_get_value() does in-place conversion (including byte swap)
852 swap(x, y);
/drivers/media/common/
H A Dsaa7146_video.c50 .swap = 0x2,
/drivers/net/caif/
H A Dcaif_hsi.c666 swap(cfhsi->rx_buf, cfhsi->rx_flip_buf);
/drivers/block/
H A Dloop.c64 #include <linux/swap.h>
/drivers/infiniband/hw/ipath/
H A Dipath_rc.c436 wqe->wr.wr.atomic.swap);
H A Dipath_file_ops.c37 #include <linux/swap.h>
/drivers/media/video/
H A Domap24xxcam.c797 if (p.u.bt656.swap)
/drivers/mtd/
H A Dmtdswap.c3 * Turns an MTD device into a swap device with block wear leveling
36 #include <linux/swap.h>
184 MODULE_PARM_DESC(partitions, "MTD partition numbers to use as swap "
195 "Include builtin swap header (default 0, without header)");
1111 /* Provide a dummy swap header for the kernel */
1499 printk(KERN_INFO "%s: Enabling MTD swap on device %lu, size %llu KB, "
1591 "swap space");
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c586 * the sequencer knows about, swap HSCB pointers and
602 /* Now swap HSCB pointers. */
5964 * SCB to dma). If we have removed any entries, swap
7613 int swap; local
7620 swap = cur_channel != channel;
7626 if (swap)
7632 if (swap)
H A Daic79xx_core.c823 * the sequencer knows about, swap HSCB pointers and
835 /* Now swap HSCB pointers. */
10488 int swap; local
10495 swap = cur_channel != channel;
10498 if (swap)
10504 if (swap)
/drivers/infiniband/core/
H A Duverbs_cmd.c2016 next->wr.atomic.swap = user_wr->wr.atomic.swap;
/drivers/net/ethernet/freescale/
H A Dgianfar.c2069 swap(skb_new->sk, skb->sk);
2070 swap(skb_new->destructor, skb->destructor);
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1572 aseg->swap_add = cpu_to_be64(wr->wr.atomic.swap);
/drivers/mmc/card/
H A Dmmc_test.c19 #include <linux/swap.h> /* For nr_free_buffer_pages() */

Completed in 717 milliseconds

123