Searched refs:off0 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.c | 1350 int i, j = 0, k, start, end, loop, sz[2], off0[2]; in qla4_82xx_pci_mem_read_2M() local 1370 off0[0] = off & 0xf; in qla4_82xx_pci_mem_read_2M() 1371 sz[0] = (size < (16 - off0[0])) ? size : (16 - off0[0]); in qla4_82xx_pci_mem_read_2M() 1374 loop = ((off0[0] + size - 1) >> shift_amount) + 1; in qla4_82xx_pci_mem_read_2M() 1375 off0[1] = 0; in qla4_82xx_pci_mem_read_2M() 1401 start = off0[i] >> 2; in qla4_82xx_pci_mem_read_2M() 1402 end = (off0[i] + sz[i] - 1) >> 2; in qla4_82xx_pci_mem_read_2M() 1413 if ((off0[0] & 7) == 0) { in qla4_82xx_pci_mem_read_2M() 1416 val = ((word[0] >> (off0[0] * 8)) & (~(~0ULL << (sz[0] * 8)))) | in qla4_82xx_pci_mem_read_2M() 1441 int i, j, ret = 0, loop, sz[2], off0; in qla4_82xx_pci_mem_write_2M() local [all …]
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 1155 unsigned int off0 = be->pcl->pageofs_out; in z_erofs_fill_other_copies() local 1171 pgnr = (bvi->bvec.offset + cur + off0) >> PAGE_SHIFT; in z_erofs_fill_other_copies() 1175 ((pgnr << PAGE_SHIFT) - off0); in z_erofs_fill_other_copies()
|