Searched refs:read_hvwc_reg (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | vas-window.c | 1108 read_hvwc_reg(txwin, VREG(LRFIFO_PUSH))); in vas_paste_crb() 1132 val = read_hvwc_reg(window, VREG(WINCTL)); in poll_window_credits() 1142 val = read_hvwc_reg(window, VREG(TX_WCRED)); in poll_window_credits() 1145 val = read_hvwc_reg(window, VREG(LRX_WCRED)); in poll_window_credits() 1168 val = read_hvwc_reg(window, VREG(WIN_STATUS)); in poll_window_busy_state() 1207 val = read_hvwc_reg(window, VREG(WINCTL)); in unpin_close_window()
|
D | vas-debug.c | 53 seq_printf(s, "0x%016llx %s\n", read_hvwc_reg(win, name, reg), name); in print_reg()
|
D | vas.h | 441 static inline u64 read_hvwc_reg(struct vas_window *win, in read_hvwc_reg() function
|