Searched refs:word_data (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/mailbox/ |
| H A D | ast2700-mailbox.c | 52 u32 *word_data; in ast2700_mbox_irq() local 70 word_data = chan->con_priv; in ast2700_mbox_irq() 73 word_data[i] = readl(data_reg + i * sizeof(u32)); in ast2700_mbox_irq() 89 u32 *word_data = data; in ast2700_mbox_send_data() local 105 writel(word_data[i], data_reg + i * sizeof(u32)); in ast2700_mbox_send_data()
|
| H A D | ti-msgmgr.c | 202 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()
|
| /linux/drivers/misc/ |
| H A D | pch_phub.c | 301 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()
|
| /linux/drivers/scsi/ |
| H A D | advansys.c | 3726 unsigned short word_data; in AscReadLramByte() local 3730 word_data = AscGetChipLramData(iop_base); in AscReadLramByte() 3731 byte_data = (word_data >> 8) & 0xFF; in AscReadLramByte() 3734 word_data = AscGetChipLramData(iop_base); in AscReadLramByte() 3735 byte_data = word_data & 0xFF; in AscReadLramByte() 3742 ushort word_data; in AscReadLramWord() local 3745 word_data = AscGetChipLramData(iop_base); in AscReadLramWord() 3746 return (word_data); in AscReadLramWord() 3768 ushort word_data; in AscWriteLramByte() local 3772 word_data = AscReadLramWord(iop_base, addr); in AscWriteLramByte() [all …]
|