Home
last modified time | relevance | path

Searched refs:rstart (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/rapidio/devices/
H A Dtsi721.c944 static int tsi721_map_outb_win(struct rio_mport *mport, u16 destid, u64 rstart, in tsi721_map_outb_win()
958 "did=%d ra=0x%llx sz=0x%x", destid, rstart, size); in tsi721_map_outb_win()
960 if (!is_power_of_2(size) || (size < 0x8000) || (rstart & (size - 1))) in tsi721_map_outb_win()
981 ob_win->rstart = rstart; in tsi721_map_outb_win()
990 rio_addr = rstart; in tsi721_map_outb_win()
1028 u16 destid, u64 rstart) in tsi721_unmap_outb_win()
1034 tsi_debug(OBW, &priv->pdev->dev, "did=%d ra=0x%llx", destid, rstart); in tsi721_unmap_outb_win()
1040 ob_win->destid == destid && ob_win->rstart == rstart) { in tsi721_unmap_outb_win()
943 tsi721_map_outb_win(struct rio_mport * mport,u16 destid,u64 rstart,u32 size,u32 flags,dma_addr_t * laddr) tsi721_map_outb_win() argument
1027 tsi721_unmap_outb_win(struct rio_mport * mport,u16 destid,u64 rstart) tsi721_unmap_outb_win() argument
1111 tsi721_rio_map_inb_mem(struct rio_mport * mport,dma_addr_t lstart,u64 rstart,u64 size,u32 flags) tsi721_rio_map_inb_mem() argument
[all...]
H A Dtsi721.h844 u64 rstart; member
862 u64 rstart; member
/linux/drivers/video/fbdev/
H A Doffb.c541 u64 rstart, address = OF_BAD_ADDR; in offb_init_nodriver() local
610 rstart = of_translate_address(dp, addrp); in offb_init_nodriver()
611 if (rstart == OF_BAD_ADDR) in offb_init_nodriver()
613 if (addr_prop && (rstart <= addr_prop) && in offb_init_nodriver()
614 ((rstart + asize) >= (addr_prop + rsize))) in offb_init_nodriver()
626 address = rstart; in offb_init_nodriver()
/linux/arch/powerpc/sysdev/
H A Dfsl_rio.c308 u64 rstart, u64 size, u32 flags) in fsl_map_inb_mem() argument
326 if (rstart & (base_size - 1)) in fsl_map_inb_mem()
337 if (rstart < win_end && (rstart + size) > win_start) in fsl_map_inb_mem()
351 out_be32(&priv->inb_atmu_regs[i].riwbar, rstart >> RIWBAR_BADD_VAL_SHIFT); in fsl_map_inb_mem()
/linux/include/linux/
H A Drio.h421 u64 rstart, u64 size, u32 flags);
425 int (*map_outb)(struct rio_mport *mport, u16 destid, u64 rstart,
427 void (*unmap_outb)(struct rio_mport *mport, u16 destid, u64 rstart);
H A Drio_drv.h371 u16 destid, u64 rstart);
/linux/mm/
H A Dcma.c1072 unsigned long rstart, rend; in cma_intersects() local
1077 rstart = PFN_PHYS(cmr->base_pfn); in cma_intersects()
1079 if (end < rstart) in cma_intersects()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1809 rstart=${start}
1833 start=${rstart}
1862 rstart=${start}
/linux/drivers/rapidio/
H A Drio.c755 * @rstart: RIO base address window translates to
757 void rio_unmap_outb_region(struct rio_mport *mport, u16 destid, u64 rstart) in rio_unmap_outb_region() argument
765 mport->ops->unmap_outb(mport, destid, rstart); in rio_unmap_outb_region()
/linux/tools/testing/nvdimm/test/
H A Dnfit.c548 u64 rstart, rend; in post_ars_status() local
554 rstart = (be->start < addr) ? addr : be->start; in post_ars_status()
558 ars_record->err_address = rstart; in post_ars_status()
559 ars_record->length = rend - rstart + 1; in post_ars_status()
/linux/fs/xfs/
H A Dxfs_trace.h5580 __field(xfs_fsblock_t, rstart)
5597 __entry->rstart = right->br_startblock;
5607 __entry->roff, __entry->rstart, __entry->rcount,