Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/powernv/
Dvas-window.c1136 read_hvwc_reg(txwin, VREG(LRFIFO_PUSH))); in vas_paste_crb()
1161 val = read_hvwc_reg(window, VREG(WINCTL)); in poll_window_credits()
1171 val = read_hvwc_reg(window, VREG(TX_WCRED)); in poll_window_credits()
1174 val = read_hvwc_reg(window, VREG(LRX_WCRED)); in poll_window_credits()
1216 val = read_hvwc_reg(window, VREG(WIN_STATUS)); in poll_window_busy_state()
1265 val = read_hvwc_reg(window, VREG(WINCTL)); in unpin_close_window()
Dvas-debug.c54 seq_printf(s, "0x%016llx %s\n", read_hvwc_reg(win, name, reg), name); in print_reg()
Dvas.h472 static inline u64 read_hvwc_reg(struct pnv_vas_window *win, in read_hvwc_reg() function