Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c1442 int scale, shift_amount, startword; in qla4_82xx_pci_mem_write_2M() local
1466 startword = (off & 0xf)/8; in qla4_82xx_pci_mem_write_2M()
1491 word[startword] = tmpw; in qla4_82xx_pci_mem_write_2M()
1493 word[startword] &= in qla4_82xx_pci_mem_write_2M()
1495 word[startword] |= tmpw << (off0 * 8); in qla4_82xx_pci_mem_write_2M()
1499 word[startword+1] &= ~(~0ULL << (sz[1] * 8)); in qla4_82xx_pci_mem_write_2M()
1500 word[startword+1] |= tmpw >> (sz[0] * 8); in qla4_82xx_pci_mem_write_2M()