Lines Matching defs:win
74 * base address" and "paste win id shift" reg properties in the VAS device
432 extern void vas_window_init_dbgdir(struct vas_window *win);
433 extern void vas_window_free_dbgdir(struct vas_window *win);
448 static inline void vas_log_write(struct vas_window *win, char *name,
453 win->tx_win ? "Tx" : "Rx", win->winid, name,
457 static inline void write_uwc_reg(struct vas_window *win, char *name,
462 regptr = win->uwc_map + reg;
463 vas_log_write(win, name, regptr, val);
468 static inline void write_hvwc_reg(struct vas_window *win, char *name,
473 regptr = win->hvwc_map + reg;
474 vas_log_write(win, name, regptr, val);
479 static inline u64 read_hvwc_reg(struct vas_window *win,
482 return in_be64(win->hvwc_map+reg);