Home
last modified time | relevance | path

Searched refs:rwk (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dprocess_64.c133 struct reg_window *rwk; in show_regwindow() local
140 rwk = (struct reg_window *) in show_regwindow()
146 rwk = &r_w; in show_regwindow()
153 rwk->locals[0], rwk->locals[1], rwk->locals[2], rwk->locals[3]); in show_regwindow()
155 rwk->locals[4], rwk->locals[5], rwk->locals[6], rwk->locals[7]); in show_regwindow()
157 rwk->ins[0], rwk->ins[1], rwk->ins[2], rwk->ins[3]); in show_regwindow()
159 rwk->ins[4], rwk->ins[5], rwk->ins[6], rwk->ins[7]); in show_regwindow()
161 printk("I7: <%pS>\n", (void *) rwk->ins[7]); in show_regwindow()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c382 hw_feat->rwk = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
529 pdata->hw_feat.rwk ? "YES" : "NO"); in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h503 unsigned int rwk; /* PMT remote wake-up packet */ member
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h999 unsigned int rwk; /* PMT remote wake-up packet */ member
H A Dxgbe-drv.c761 hw_feat->rwk = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RWKSEL); in xgbe_get_all_hw_features()
855 hw_feat->rwk ? "yes" : "no"); in xgbe_get_all_hw_features()