Searched defs:real_offset (Results 1 - 2 of 2) sorted by relevance

/drivers/net/can/softing/
H A Dsofting_fw.c399 ktime_t now, real_offset; local
404 real_offset = ktime_sub(ktime_get_real(), now);
417 return ktime_add(target, real_offset);
/drivers/scsi/be2iscsi/
H A Dbe_main.c4135 u8 *real_offset = 0; local
4160 real_offset = (u8 *)phba->csr_va + MPU_EP_SEMAPHORE;
4162 value = readl((void *)real_offset);
4166 writel(value, (void *)real_offset);
4232 u8 *real_offset = 0; local
4280 real_offset = (u8 *)phba->csr_va + MPU_EP_SEMAPHORE;
4281 value = readl((void *)real_offset);
4301 writel(value, (void *)real_offset);
4385 real_offset = (u8 *)phba->csr_va + MPU_EP_SEMAPHORE;
4387 value = readl((void *)real_offset);
[all...]

Completed in 79 milliseconds