Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c1375 off0[0] = off & 0xf; in qla4_82xx_pci_mem_read_2M()
1376 sz[0] = (size < (16 - off0[0])) ? size : (16 - off0[0]); in qla4_82xx_pci_mem_read_2M()
1380 off0[1] = 0; in qla4_82xx_pci_mem_read_2M()
1406 start = off0[i] >> 2; in qla4_82xx_pci_mem_read_2M()
1407 end = (off0[i] + sz[i] - 1) >> 2; in qla4_82xx_pci_mem_read_2M()
1418 if ((off0[0] & 7) == 0) { in qla4_82xx_pci_mem_read_2M()
1446 int i, j, ret = 0, loop, sz[2], off0; in qla4_82xx_pci_mem_write_2M() local
1463 off0 = off & 0x7; in qla4_82xx_pci_mem_write_2M()
1464 sz[0] = (size < (8 - off0)) ? size : (8 - off0); in qla4_82xx_pci_mem_write_2M()
1499 ~((~(~0ULL << (sz[0] * 8))) << (off0 * 8)); in qla4_82xx_pci_mem_write_2M()
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nx.c1287 int i, j, ret = 0, loop, sz[2], off0; in qla82xx_pci_mem_write_2M() local
1304 off0 = off & 0x7; in qla82xx_pci_mem_write_2M()
1305 sz[0] = (size < (8 - off0)) ? size : (8 - off0); in qla82xx_pci_mem_write_2M()
1340 ~((~(~0ULL << (sz[0] * 8))) << (off0 * 8)); in qla82xx_pci_mem_write_2M()
1341 word[startword] |= tmpw << (off0 * 8); in qla82xx_pci_mem_write_2M()
1443 off0[0] = off & 0xf; in qla82xx_pci_mem_read_2M()
1444 sz[0] = (size < (16 - off0[0])) ? size : (16 - off0[0]); in qla82xx_pci_mem_read_2M()
1447 off0[1] = 0; in qla82xx_pci_mem_read_2M()
1473 start = off0[i] >> 2; in qla82xx_pci_mem_read_2M()
1474 end = (off0[i] + sz[i] - 1) >> 2; in qla82xx_pci_mem_read_2M()
[all …]
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_device.c33 #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \ argument
42 [lima_gpu_mali400] = off0, \
/openbmc/linux/fs/erofs/
H A Dzdata.c1133 unsigned int off0 = be->pcl->pageofs_out; in z_erofs_fill_other_copies() local
1149 pgnr = (bvi->bvec.offset + cur + off0) >> PAGE_SHIFT; in z_erofs_fill_other_copies()
1153 ((pgnr << PAGE_SHIFT) - off0); in z_erofs_fill_other_copies()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch35184 +static inline uint32_t pack_wo_b(const int off0, const int off1, const int mul)
35186 + return PACK2(off0 + off1 + 1, mul);