Searched refs:rstart (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/rapidio/devices/ |
D | tsi721.c | 932 static int tsi721_map_outb_win(struct rio_mport *mport, u16 destid, u64 rstart, in tsi721_map_outb_win() argument 946 "did=%d ra=0x%llx sz=0x%x", destid, rstart, size); in tsi721_map_outb_win() 948 if (!is_power_of_2(size) || (size < 0x8000) || (rstart & (size - 1))) in tsi721_map_outb_win() 969 ob_win->rstart = rstart; in tsi721_map_outb_win() 978 rio_addr = rstart; in tsi721_map_outb_win() 1016 u16 destid, u64 rstart) in tsi721_unmap_outb_win() argument 1022 tsi_debug(OBW, &priv->pdev->dev, "did=%d ra=0x%llx", destid, rstart); in tsi721_unmap_outb_win() 1028 ob_win->destid == destid && ob_win->rstart == rstart) { in tsi721_unmap_outb_win() 1100 u64 rstart, u64 size, u32 flags) in tsi721_rio_map_inb_mem() argument 1106 bool direct = (lstart == rstart); in tsi721_rio_map_inb_mem() [all …]
|
D | tsi721.h | 857 u64 rstart; member 875 u64 rstart; member
|
/Linux-v4.19/drivers/video/fbdev/ |
D | offb.c | 538 u64 rstart, address = OF_BAD_ADDR; in offb_init_nodriver() local 607 rstart = of_translate_address(dp, addrp); in offb_init_nodriver() 608 if (rstart == OF_BAD_ADDR) in offb_init_nodriver() 610 if (addr_prop && (rstart <= addr_prop) && in offb_init_nodriver() 611 ((rstart + asize) >= (addr_prop + rsize))) in offb_init_nodriver() 623 address = rstart; in offb_init_nodriver()
|
/Linux-v4.19/include/linux/ |
D | rio.h | 425 u64 rstart, u64 size, u32 flags); 429 int (*map_outb)(struct rio_mport *mport, u16 destid, u64 rstart, 431 void (*unmap_outb)(struct rio_mport *mport, u16 destid, u64 rstart);
|
D | rio_drv.h | 375 u16 destid, u64 rstart);
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | fsl_rio.c | 303 u64 rstart, u64 size, u32 flags) in fsl_map_inb_mem() argument 321 if (rstart & (base_size - 1)) in fsl_map_inb_mem() 332 if (rstart < win_end && (rstart + size) > win_start) in fsl_map_inb_mem() 346 out_be32(&priv->inb_atmu_regs[i].riwbar, rstart >> RIWBAR_BADD_VAL_SHIFT); in fsl_map_inb_mem()
|
/Linux-v4.19/fs/ocfs2/ |
D | reservations.c | 418 unsigned int *rstart, in ocfs2_resmap_find_free_bits() argument 463 *rstart = best_start; in ocfs2_resmap_find_free_bits()
|
/Linux-v4.19/fs/cifs/ |
D | transport.c | 1125 int rstart = 0; in SendReceiveBlockingLock() local 1243 rstart = 1; in SendReceiveBlockingLock() 1262 if (rstart && rc == -EACCES) in SendReceiveBlockingLock()
|
/Linux-v4.19/tools/testing/nvdimm/test/ |
D | nfit.c | 540 u64 rstart, rend; in post_ars_status() local 546 rstart = (be->start < addr) ? addr : be->start; in post_ars_status() 550 ars_record->err_address = rstart; in post_ars_status() 551 ars_record->length = rend - rstart + 1; in post_ars_status()
|
/Linux-v4.19/drivers/rapidio/ |
D | rio.c | 761 void rio_unmap_outb_region(struct rio_mport *mport, u16 destid, u64 rstart) in rio_unmap_outb_region() argument 769 mport->ops->unmap_outb(mport, destid, rstart); in rio_unmap_outb_region()
|