Searched refs:page_shift (Results 26 - 50 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c382 this->page_shift;
384 page = (int) (addr >> this->page_shift);
828 page = (int) (addr >> (this->page_shift + 1)) & this->page_mask;
851 blockpage = (int) (addr >> this->page_shift);
894 blockpage = (int) (addr >> this->page_shift);
926 loff_t buf_addr = this->bufferram[i].blockpage << this->page_shift;
1347 column + len > ((mtd->size >> this->page_shift) -
1348 (from >> this->page_shift)) * oobsize)) {
2061 column + len > ((mtd->size >> this->page_shift) -
2062 (to >> this->page_shift)) * oobsiz
[all...]
H A Donenand_sim.c411 offset += page << this->page_shift;
H A Dsamsung.c406 fpa = (int) (addr >> this->page_shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Djz4740_nand.c265 unsigned int ecc_offset = chip->page_shift;
295 unsigned int ecc_offset = chip->page_shift;
H A Dfsl_elbc_nand.c174 page_addr >> (chip->phys_erase_shift - chip->page_shift));
198 chip->phys_erase_shift, chip->page_shift);
673 dev_dbg(ctrl->dev, "fsl_elbc_init: nand->page_shift = %d\n",
674 chip->page_shift);
H A Ds3c2410.c887 chip, chip->page_shift);
895 if (chip->page_shift > 10) {
H A Ddenali.c1577 denali->nand.page_shift += (denali->devnum - 1);
1579 denali->nand.page_shift) - 1;
H A Dnandsim.c578 ns->geom.pgshift = chip->page_shift;
2313 chip->pagemask = (chip->chipsize >> chip->page_shift) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dboard-qi_lb60.c128 if (chip->page_shift == 12) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_keys.c303 ps = 1UL << wr->wr.fast_reg.page_shift;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c330 unsigned long gap_size, unsigned long page_shift)
339 pages_per_segment = 1ull << IO_PAGENO_BITS(page_shift);
363 switch (page_shift) {
328 cell_iommu_alloc_ptab(struct cbe_iommu *iommu, unsigned long base, unsigned long size, unsigned long gap_base, unsigned long gap_size, unsigned long page_shift) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dqp.c131 context->log_page_size = mtt->page_shift - MLX4_ICM_PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dsrq.c161 err = mlx4_mtt_init(dev->dev, srq->buf.npages, srq->buf.page_shift,
H A Dcq.c108 err = mlx4_mtt_init(dev->dev, buf->buf.npages, buf->buf.page_shift,
H A Dqp.c536 err = mlx4_mtt_init(dev->dev, qp->buf.npages, qp->buf.page_shift,
1386 fseg->page_size = cpu_to_be32(wr->wr.fast_reg.page_shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c1448 xhci->page_shift = 0;
1810 xhci->page_shift = 12;
1811 xhci->page_size = 1 << xhci->page_shift;
H A Dxhci.h1180 int page_shift; member in struct:xhci_hcd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Diser_verbs.c181 params.page_shift = SHIFT_4K;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_rdma.c212 pool->fmr_attr.page_shift = PAGE_SHIFT;
H A Diw_rdma.c713 f_wr.wr.fast_reg.page_shift = PAGE_SHIFT;
H A Diw_send.c778 send->s_wr.wr.fast_reg.page_shift = PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h756 unsigned int page_shift; member in struct:ib_send_wr::__anon18558::__anon18562
812 u8 page_shift; member in struct:ib_fmr_attr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c165 V_FR_PAGE_SIZE(wr->wr.fast_reg.page_shift-12) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c1235 fastreg_wr.wr.fast_reg.page_shift = PAGE_SHIFT;
H A Dverbs.c1507 frmr_wr.wr.fast_reg.page_shift = PAGE_SHIFT;

Completed in 249 milliseconds

123