Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mailbox/
H A Dk3-sec-proxy.c206 u32 *word_data; in k3_sec_proxy_send() local
226 for (num_words = msg->len / sizeof(u32), word_data = (u32 *)msg->buf; in k3_sec_proxy_send()
228 num_words--, data_reg += sizeof(u32), word_data++) in k3_sec_proxy_send()
229 writel(*word_data, data_reg); in k3_sec_proxy_send()
233 u32 data_trail = *word_data; in k3_sec_proxy_send()
268 u32 *word_data; in k3_sec_proxy_recv() local
279 word_data = spt->rx_buf; in k3_sec_proxy_recv()
282 num_words--, data_reg += sizeof(u32), word_data++) in k3_sec_proxy_recv()
283 *word_data = readl(data_reg); in k3_sec_proxy_recv()