Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla4xxx/
H A 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()
/openbmc/linux/drivers/scsi/qla2xxx/
H A 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()
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dimx-regs.h970 u32 startword; member