Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_nx.c1283 int scale, shift_amount, startword; in qla82xx_pci_mem_write_2M() local
1307 startword = (off & 0xf)/8; in qla82xx_pci_mem_write_2M()
1332 word[startword] = tmpw; in qla82xx_pci_mem_write_2M()
1334 word[startword] &= in qla82xx_pci_mem_write_2M()
1336 word[startword] |= tmpw << (off0 * 8); in qla82xx_pci_mem_write_2M()
1339 word[startword+1] &= ~(~0ULL << (sz[1] * 8)); in qla82xx_pci_mem_write_2M()
1340 word[startword+1] |= tmpw >> (sz[0] * 8); in qla82xx_pci_mem_write_2M()
/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()