Home
last modified time | relevance | path

Searched refs:read_hvwc_reg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/platforms/powernv/
Dvas-window.c1171 read_hvwc_reg(txwin, VREG(LRFIFO_PUSH))); in vas_paste_crb()
1196 val = read_hvwc_reg(window, VREG(WINCTL)); in poll_window_credits()
1206 val = read_hvwc_reg(window, VREG(TX_WCRED)); in poll_window_credits()
1209 val = read_hvwc_reg(window, VREG(LRX_WCRED)); in poll_window_credits()
1250 val = read_hvwc_reg(window, VREG(WIN_STATUS)); in poll_window_busy_state()
1298 val = read_hvwc_reg(window, VREG(WINCTL)); in unpin_close_window()
Dvas-debug.c53 seq_printf(s, "0x%016llx %s\n", read_hvwc_reg(win, name, reg), name); in print_reg()
Dvas.h479 static inline u64 read_hvwc_reg(struct vas_window *win, in read_hvwc_reg() function