Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c768 uint32_t i, temp, sz[2], loop, shift_amount; in ql_8021_pci_mem_read_2M() local
791 shift_amount = 4; in ql_8021_pci_mem_read_2M()
797 shift_amount = 3; in ql_8021_pci_mem_read_2M()
799 loop = (uint32_t)(((off0[0] + size - 1) >> shift_amount) + 1); in ql_8021_pci_mem_read_2M()
810 temp = (uint32_t)(off8 + (i << shift_amount)); in ql_8021_pci_mem_read_2M()
880 uint32_t scale, shift_amount, p3p, startword; in ql_8021_pci_mem_write_2M() local
903 shift_amount = 4; in ql_8021_pci_mem_write_2M()
910 shift_amount = 3; in ql_8021_pci_mem_write_2M()
919 (i << shift_amount), &word[i * scale], 8)) { in ql_8021_pci_mem_write_2M()
971 temp = (uint32_t)(off8 + (i << shift_amount)); in ql_8021_pci_mem_write_2M()