Home
last modified time | relevance | path

Searched refs:aux_w_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c1633 uchar AUX_W(int aux_cmd, int aux_addr, int *aux_w_data, uchar *length, uchar *status) in AUX_W() argument
1648 writel(*aux_w_data, DP_AUX_W_D_0); in AUX_W()
1651 aux_w_data++; in AUX_W()
1652 writel(*aux_w_data, DP_AUX_W_D_4); in AUX_W()
1656 aux_w_data++; in AUX_W()
1657 writel(*aux_w_data, DP_AUX_W_D_8); in AUX_W()
1661 aux_w_data++; in AUX_W()
1662 writel(*aux_w_data, DP_AUX_W_D_C); in AUX_W()
H A Ddptest.h237 uchar AUX_W(int aux_cmd, int aux_addr, int *aux_w_data, uchar *length, uchar *status);