Searched refs:word_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | ti-msgmgr.c | 212 u32 *word_data; in ti_msgmgr_queue_rx_interrupt() local 263 for (data_reg = qinst->queue_buff_start, word_data = qinst->rx_buff, in ti_msgmgr_queue_rx_interrupt() 265 num_words; num_words--, data_reg += sizeof(u32), word_data++) in ti_msgmgr_queue_rx_interrupt() 266 *word_data = readl(data_reg); in ti_msgmgr_queue_rx_interrupt() 355 u32 *word_data; in ti_msgmgr_send_data() local 377 word_data = (u32 *)message->buf; in ti_msgmgr_send_data() 378 num_words; num_words--, data_reg += sizeof(u32), word_data++) in ti_msgmgr_send_data() 379 writel(*word_data, data_reg); in ti_msgmgr_send_data() 383 u32 data_trail = *word_data; in ti_msgmgr_send_data()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 3776 unsigned short word_data; in AscReadLramByte() local 3780 word_data = AscGetChipLramData(iop_base); in AscReadLramByte() 3781 byte_data = (word_data >> 8) & 0xFF; in AscReadLramByte() 3784 word_data = AscGetChipLramData(iop_base); in AscReadLramByte() 3785 byte_data = word_data & 0xFF; in AscReadLramByte() 3792 ushort word_data; in AscReadLramWord() local 3795 word_data = AscGetChipLramData(iop_base); in AscReadLramWord() 3796 return (word_data); in AscReadLramWord() 3818 ushort word_data; in AscWriteLramByte() local 3822 word_data in AscWriteLramByte() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | advansys.c | 3727 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 3773 word_data in AscWriteLramByte() [all...] |
Completed in 26 milliseconds