Searched refs:shift_amount (Results 1 – 2 of 2) sorted by relevance
1209 int shift_amount; in qla4_8xxx_pci_mem_read_2M() local1230 shift_amount = 4; in qla4_8xxx_pci_mem_read_2M()1232 loop = ((off0[0] + size - 1) >> shift_amount) + 1; in qla4_8xxx_pci_mem_read_2M()1237 temp = off8 + (i << shift_amount); in qla4_8xxx_pci_mem_read_2M()1300 int scale, shift_amount, startword; in qla4_8xxx_pci_mem_write_2M() local1322 shift_amount = 4; in qla4_8xxx_pci_mem_write_2M()1328 (i << shift_amount), &word[i * scale], 8)) in qla4_8xxx_pci_mem_write_2M()1362 temp = off8 + (i << shift_amount); in qla4_8xxx_pci_mem_write_2M()
1262 int scale, shift_amount, startword; in qla82xx_pci_mem_write_2M() local1284 shift_amount = 4; in qla82xx_pci_mem_write_2M()1290 (i << shift_amount), &word[i * scale], 8)) in qla82xx_pci_mem_write_2M()1323 temp = off8 + (i << shift_amount); in qla82xx_pci_mem_write_2M()1398 int shift_amount; in qla82xx_pci_mem_read_2M() local1418 shift_amount = 4; in qla82xx_pci_mem_read_2M()1419 loop = ((off0[0] + size - 1) >> shift_amount) + 1; in qla82xx_pci_mem_read_2M()1424 temp = off8 + (i << shift_amount); in qla82xx_pci_mem_read_2M()