Searched refs:SISL_LISN_PASID (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | sislite.h | 318 #define SISL_LISN_PASID(_a, _b) (((_a) << 32) | (_b)) macro
|
H A D | superpipe.c | 292 writeq_be(SISL_LISN_PASID(val, val), &ctrl_map->lisn_pasid[0]); in afu_attach() 293 writeq_be(SISL_LISN_PASID(0UL, val), &ctrl_map->lisn_pasid[1]); in afu_attach()
|
H A D | main.c | 1850 writeq_be(SISL_LISN_PASID(reg, reg), in init_global() 1852 writeq_be(SISL_LISN_PASID(0UL, reg), in init_global()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | sislite.h | 318 #define SISL_LISN_PASID(_a, _b) (((_a) << 32) | (_b)) macro
|
H A D | superpipe.c | 292 writeq_be(SISL_LISN_PASID(val, val), &ctrl_map->lisn_pasid[0]); in afu_attach() 293 writeq_be(SISL_LISN_PASID(0UL, val), &ctrl_map->lisn_pasid[1]); in afu_attach()
|
H A D | main.c | 1827 writeq_be(SISL_LISN_PASID(reg, reg), in init_global() 1829 writeq_be(SISL_LISN_PASID(0UL, reg), in init_global()
|
Completed in 18 milliseconds