/linux/drivers/mtd/spi-nor/ |
H A D | otp.c | 314 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local 350 rstart = spi_nor_otp_region_start(nor, region); in spi_nor_mtd_otp_read_write() 363 ret = ops->write(nor, rstart + rofs, len, buf); in spi_nor_mtd_otp_read_write() 365 ret = ops->read(nor, rstart + rofs, len, (u8 *)buf); in spi_nor_mtd_otp_read_write() 401 loff_t rstart; in spi_nor_mtd_otp_erase() local 432 rstart = spi_nor_otp_region_start(nor, region); in spi_nor_mtd_otp_erase() 434 ret = ops->erase(nor, rstart); in spi_nor_mtd_otp_erase()
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721.c | 943 static int tsi721_map_outb_win(struct rio_mport *mport, u16 destid, u64 rstart, in tsi721_map_outb_win() argument 957 "did=%d ra=0x%llx sz=0x%x", destid, rstart, size); in tsi721_map_outb_win() 959 if (!is_power_of_2(size) || (size < 0x8000) || (rstart & (size - 1))) in tsi721_map_outb_win() 980 ob_win->rstart = rstart; in tsi721_map_outb_win() 989 rio_addr = rstart; in tsi721_map_outb_win() 1027 u16 destid, u64 rstart) in tsi721_unmap_outb_win() argument 1033 tsi_debug(OBW, &priv->pdev->dev, "did=%d ra=0x%llx", destid, rstart); in tsi721_unmap_outb_win() 1039 ob_win->destid == destid && ob_win->rstart == rstart) { in tsi721_unmap_outb_win() 1111 u64 rstart, u64 size, u32 flags) in tsi721_rio_map_inb_mem() argument 1117 bool direct = (lstart == rstart); in tsi721_rio_map_inb_mem() [all …]
|
H A D | tsi721.h | 844 u64 rstart; member 862 u64 rstart; member
|
/linux/drivers/video/fbdev/ |
H A D | offb.c | 541 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 D | fsl_rio.c | 308 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 D | rio.h | 421 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 D | rio_drv.h | 371 u16 destid, u64 rstart);
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_concat_range.sh | 1525 rstart=${start} 1549 start=${rstart} 1578 rstart=${start}
|
/linux/drivers/rapidio/ |
H A D | rio.c | 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 D | nfit.c | 548 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 D | xfs_trace.h | 5325 __field(xfs_fsblock_t, rstart) 5342 __entry->rstart = right->br_startblock; 5352 __entry->roff, __entry->rstart, __entry->rcount,
|