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

/linux-4.4.14/drivers/misc/
H A Dpch_phub.c311 unsigned int word_data; pch_phub_write_serial_rom() local
320 word_data = ioread32(mem_addr); pch_phub_write_serial_rom()
321 iowrite32((word_data & mask) | (u32)data << pos, mem_addr); pch_phub_write_serial_rom()
/linux-4.4.14/drivers/scsi/
H A Dadvansys.c3780 unsigned short word_data; AscReadLramByte() local
3784 word_data = AscGetChipLramData(iop_base); AscReadLramByte()
3785 byte_data = (word_data >> 8) & 0xFF; AscReadLramByte()
3788 word_data = AscGetChipLramData(iop_base); AscReadLramByte()
3789 byte_data = word_data & 0xFF; AscReadLramByte()
3796 ushort word_data; AscReadLramWord() local
3799 word_data = AscGetChipLramData(iop_base); AscReadLramWord()
3800 return (word_data); AscReadLramWord()
3822 ushort word_data; AscWriteLramByte() local
3826 word_data = AscReadLramWord(iop_base, addr); AscWriteLramByte()
3827 word_data &= 0x00FF; AscWriteLramByte()
3828 word_data |= (((ushort)byte_val << 8) & 0xFF00); AscWriteLramByte()
3830 word_data = AscReadLramWord(iop_base, addr); AscWriteLramByte()
3831 word_data &= 0xFF00; AscWriteLramByte()
3832 word_data |= ((ushort)byte_val & 0x00FF); AscWriteLramByte()
3834 AscWriteLramWord(iop_base, addr, word_data); AscWriteLramByte()

Completed in 163 milliseconds