Searched refs:r_off (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/include/ |
H A D | biosemu.h | 293 void *(PMAPIP BE_mapRealPointer) (uint r_seg, uint r_off); 331 void *X86API BE_mapRealPointer(uint r_seg, uint r_off);
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | pcie_bus.c | 524 wil->suspend_stats.r_off.successful_suspends++; in wil6210_suspend() 558 wil->suspend_stats.r_off.failed_resumes++; in wil6210_resume() 566 wil->suspend_stats.r_off.successful_resumes++; in wil6210_resume()
|
H A D | pm.c | 327 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off() 340 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off()
|
H A D | debugfs.c | 2221 wil->suspend_stats.r_off.successful_suspends, in wil_read_suspend_stats() 2222 wil->suspend_stats.r_off.failed_suspends, in wil_read_suspend_stats() 2223 wil->suspend_stats.r_off.successful_resumes, in wil_read_suspend_stats() 2224 wil->suspend_stats.r_off.failed_resumes, in wil_read_suspend_stats()
|
H A D | wil6210.h | 112 struct wil_suspend_count_stats r_off; member
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | biosemu.c | 188 void *X86API BE_mapRealPointer(uint r_seg, uint r_off) in BE_mapRealPointer() argument 190 u32 addr = ((u32) r_seg << 4) + r_off; in BE_mapRealPointer()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 93 req->r_off += len; in v9fs_memskip() 98 qtest_memread(req->qts, req->r_msg + req->r_off, addr, len); in v9fs_memread() 99 req->r_off += len; in v9fs_memread()
|
H A D | virtio-9p-client.h | 35 size_t r_off; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 672 u32 r_off = 0x2c; in rtw8822c_dac_cal_backup_path() local 685 r_addr = rtw8822c_get_path_read_addr(path) + 0x10 + r_off; in rtw8822c_dac_cal_backup_path() 847 u32 r_off = 0x2c; in rtw8822c_dac_cal_restore_path() local 855 r_q = rtw8822c_get_path_read_addr(path) + 0x08 + r_off; in rtw8822c_dac_cal_restore_path()
|