Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_nx.c1447 int scale, shift_amount, startword; in qla4_82xx_pci_mem_write_2M() local
1471 startword = (off & 0xf)/8; in qla4_82xx_pci_mem_write_2M()
1496 word[startword] = tmpw; in qla4_82xx_pci_mem_write_2M()
1498 word[startword] &= in qla4_82xx_pci_mem_write_2M()
1500 word[startword] |= tmpw << (off0 * 8); in qla4_82xx_pci_mem_write_2M()
1504 word[startword+1] &= ~(~0ULL << (sz[1] * 8)); in qla4_82xx_pci_mem_write_2M()
1505 word[startword+1] |= tmpw >> (sz[0] * 8); in qla4_82xx_pci_mem_write_2M()
/drivers/scsi/qla2xxx/
Dqla_nx.c1288 int scale, shift_amount, startword; in qla82xx_pci_mem_write_2M() local
1312 startword = (off & 0xf)/8; in qla82xx_pci_mem_write_2M()
1337 word[startword] = tmpw; in qla82xx_pci_mem_write_2M()
1339 word[startword] &= in qla82xx_pci_mem_write_2M()
1341 word[startword] |= tmpw << (off0 * 8); in qla82xx_pci_mem_write_2M()
1344 word[startword+1] &= ~(~0ULL << (sz[1] * 8)); in qla82xx_pci_mem_write_2M()
1345 word[startword+1] |= tmpw >> (sz[0] * 8); in qla82xx_pci_mem_write_2M()