Home
last modified time | relevance | path

Searched refs:r_off (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_cccb.c17 get_ccb_space(u32 w_off, u32 r_off, u32 ccb_size) in get_ccb_space() argument
19 return (((r_off) - (w_off)) + ((ccb_size) - 1)) & ((ccb_size) - 1); in get_ccb_space()
/linux/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c524 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 Dpm.c327 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 Ddebugfs.c2221 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 Dwil6210.h112 struct wil_suspend_count_stats r_off; member
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c673 u32 r_off = 0x2c; in rtw8822c_dac_cal_backup_path() local
686 r_addr = rtw8822c_get_path_read_addr(path) + 0x10 + r_off; in rtw8822c_dac_cal_backup_path()
848 u32 r_off = 0x2c; in rtw8822c_dac_cal_restore_path() local
856 r_q = rtw8822c_get_path_read_addr(path) + 0x08 + r_off; in rtw8822c_dac_cal_restore_path()