Home
last modified time | relevance | path

Searched refs:word_data (Results 1 – 4 of 4) 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()
/openbmc/linux/drivers/mailbox/
H A Dti-msgmgr.c202 u32 *word_data; in ti_msgmgr_queue_rx_data() local
227 for (data_reg = qinst->queue_buff_start, word_data = qinst->rx_buff, in ti_msgmgr_queue_rx_data()
229 num_words; num_words--, data_reg += sizeof(u32), word_data++) in ti_msgmgr_queue_rx_data()
230 *word_data = readl(data_reg); in ti_msgmgr_queue_rx_data()
399 u32 *word_data; in ti_msgmgr_send_data() local
422 word_data = (u32 *)message->buf; in ti_msgmgr_send_data()
423 num_words; num_words--, data_reg += sizeof(u32), word_data++) in ti_msgmgr_send_data()
424 writel(*word_data, data_reg); in ti_msgmgr_send_data()
428 u32 data_trail = *word_data; in ti_msgmgr_send_data()
/openbmc/linux/drivers/misc/
H A Dpch_phub.c301 unsigned int word_data; in pch_phub_write_serial_rom() local
310 word_data = ioread32(mem_addr); in pch_phub_write_serial_rom()
311 iowrite32((word_data & mask) | (u32)data << pos, mem_addr); in pch_phub_write_serial_rom()
/openbmc/linux/drivers/scsi/
H A Dadvansys.c3727 unsigned short word_data; in AscReadLramByte() local
3731 word_data = AscGetChipLramData(iop_base); in AscReadLramByte()
3732 byte_data = (word_data >> 8) & 0xFF; in AscReadLramByte()
3735 word_data = AscGetChipLramData(iop_base); in AscReadLramByte()
3736 byte_data = word_data & 0xFF; in AscReadLramByte()
3743 ushort word_data; in AscReadLramWord() local
3746 word_data = AscGetChipLramData(iop_base); in AscReadLramWord()
3747 return (word_data); in AscReadLramWord()
3769 ushort word_data; in AscWriteLramByte() local
3774 word_data &= 0x00FF; in AscWriteLramByte()
[all …]