/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_uio.c | 46 struct adf_uio_control_accel *accel; member 55 struct adf_uio_control_accel *accel = NULL; in adf_release_bundle() local 62 accel = handle->accel; in adf_release_bundle() 63 bundle = &accel->bundle[handle->bundle]; in adf_release_bundle() 66 adf_uio_do_cleanup_orphan(bundle->hardware_bundle_number, accel); in adf_release_bundle() 82 mtx_lock(&accel->lock); in adf_release_bundle() 95 adf_dev_put(accel->accel_dev); in adf_release_bundle() 96 accel->num_handles--; in adf_release_bundle() 98 if (!accel->num_handles) { in adf_release_bundle() 99 cv_broadcast(&accel->cleanup_ok); in adf_release_bundle() [all …]
|
H A D | adf_freebsd_uio_cleanup.c | 105 struct adf_uio_control_accel *accel, in get_orphan_bundle() argument 113 struct adf_accel_dev *accel_dev = accel->accel_dev; in get_orphan_bundle() 126 csr_base = accel->bar->virt_addr; in get_orphan_bundle() 136 bundle = &accel->bundle[bank]; in get_orphan_bundle() 185 cleanup_all_ring(struct adf_uio_control_accel *accel, in cleanup_all_ring() argument 191 struct adf_accel_dev *accel_dev = accel->accel_dev; in cleanup_all_ring() 265 bundle_need_cleanup(int bank, struct adf_uio_control_accel *accel) in bundle_need_cleanup() argument 267 struct resource *csr_base = accel->bar->virt_addr; in bundle_need_cleanup() 268 struct adf_accel_dev *accel_dev = accel->accel_dev; in bundle_need_cleanup() 287 struct adf_uio_control_accel *accel) in cleanup_orphan_ring() argument [all …]
|
H A D | adf_ctl_drv.c | 224 struct adf_uio_control_accel *accel; in adf_ctl_ioctl_bundle() local 235 accel = accel_dev->accel; in adf_ctl_ioctl_bundle() 236 if (!accel) { in adf_ctl_ioctl_bundle() 237 pr_err("QAT: Failed to get accel\n"); in adf_ctl_ioctl_bundle() 249 if (accel->num_ker_bundles > reserve.bank_nr) { in adf_ctl_ioctl_bundle() 253 bundle = &accel->bundle[reserve.bank_nr]; in adf_ctl_ioctl_bundle()
|
H A D | adf_dev_err.c | 190 size_t accel; in adf_print_err_registers() local 192 for (accel = 0, mask = hw_data->accel_mask; mask; in adf_print_err_registers() 193 accel++, mask >>= 1) { in adf_print_err_registers() 196 val = adf_accel_err_regs[i].read(csr, accel); in adf_print_err_registers() 200 accel, in adf_print_err_registers()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | st-sensors.txt | 30 - st,lis3lv02d (deprecated, use st,lis3lv02dl-accel) 31 - st,lis302dl-spi (deprecated, use st,lis3lv02dl-accel) 32 - st,lis3lv02dl-accel 33 - st,lsm303dlh-accel 34 - st,lsm303dlhc-accel 35 - st,lis3dh-accel 36 - st,lsm330d-accel 37 - st,lsm330dl-accel 38 - st,lsm330dlc-accel 39 - st,lis331dl-accel [all …]
|
H A D | st,st-sensors.yaml | 24 - st,h3lis331dl-accel 28 - st,lis2dh12-accel 31 - st,lis331dl-accel 32 - st,lis331dlh-accel 34 - st,lis3dh-accel 37 - st,lis3lv02dl-accel 38 - st,lng2dm-accel 39 - st,lsm303agr-accel 40 - st,lsm303c-accel 41 - st,lsm303dl-accel [all …]
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_ras.c | 177 "Uncorrectable error shared memory detected in accel: %u\n", in adf_log_source_iastatssm() 183 "Correctable error shared memory detected in accel: %u\n", in adf_log_source_iastatssm() 189 "Uncorrectable error MMP0 detected in accel: %u\n", in adf_log_source_iastatssm() 194 "Correctable error MMP0 detected in accel: %u\n", in adf_log_source_iastatssm() 200 "Uncorrectable error MMP1 detected in accel: %u\n", in adf_log_source_iastatssm() 205 "Correctable error MMP1 detected in accel: %u\n", in adf_log_source_iastatssm() 211 "Uncorrectable error MMP2 detected in accel: %u\n", in adf_log_source_iastatssm() 216 "Correctable error MMP2 detected in accel: %u\n", in adf_log_source_iastatssm() 222 "Uncorrectable error MMP3 detected in accel: %u\n", in adf_log_source_iastatssm() 227 "Correctable error MMP3 detected in accel: %u\n", in adf_log_source_iastatssm() [all …]
|
H A D | adf_c4xxx_hw_data.h | 128 #define ADF_C4XXX_IRQ_SRC_MASK(accel) (1 << (accel)) argument 131 #define ADF_C4XXX_SHINTMASKSSM_OFFSET(accel) \ argument 132 (ADF_C4XXX_SHINTMASKSSM + ((accel)*0x4000)) 135 #define ADF_C4XXX_SSMWDTL_OFFSET(accel) (ADF_C4XXX_SSMWDTL + ((accel)*0x4000)) argument 138 #define ADF_C4XXX_SSMWDTH_OFFSET(accel) (ADF_C4XXX_SSMWDTH + ((accel)*0x4000)) argument 141 #define ADF_C4XXX_SSMWDTPKEL_OFFSET(accel) \ argument 142 (ADF_C4XXX_SSMWDTPKEL + ((accel)*0x4000)) 145 #define ADF_C4XXX_SSMWDTPKEH_OFFSET(accel) \ argument 146 (ADF_C4XXX_SSMWDTPKEH + ((accel)*0x4000)) 149 #define ADF_C4XXX_SLICEHANGSTATUS_OFFSET(accel) \ argument [all …]
|
H A D | adf_c4xxx_hw_data.c | 23 /* accel unit information */ 48 /* Accel engine threads for each of the following services 211 u32 accel = 0; in c4xxx_set_ssm_wdtimer() local 226 for_each_set_bit(accel, &accel_mask, ADF_C4XXX_MAX_ACCELERATORS) in c4xxx_set_ssm_wdtimer() 228 ADF_CSR_WR(csr, ADF_C4XXX_SSMWDTL_OFFSET(accel), ssm_wdt_low); in c4xxx_set_ssm_wdtimer() 229 ADF_CSR_WR(csr, ADF_C4XXX_SSMWDTH_OFFSET(accel), ssm_wdt_high); in c4xxx_set_ssm_wdtimer() 231 ADF_C4XXX_SSMWDTPKEL_OFFSET(accel), in c4xxx_set_ssm_wdtimer() 234 ADF_C4XXX_SSMWDTPKEH_OFFSET(accel), in c4xxx_set_ssm_wdtimer() 426 u32 accel = 0; in adf_enable_slice_hang_detection() local 432 for_each_set_bit(accel, &accel_mask, ADF_C4XXX_MAX_ACCELERATORS) in adf_enable_slice_hang_detection() [all …]
|
H A D | adf_c4xxx_ae_config.c | 27 /* Retrieve the index of the first ME of an accel unit */ in find_first_me_index() 68 /* Retrieve accel unit index */ in adf_ae_config_show() 71 /* Retrieve index of fist ME in current accel unit */ in adf_ae_config_show() 75 /* Retrieve accel unit type */ in adf_ae_config_show() 81 /* Display ME assignment for a particular accel unit */ in adf_ae_config_show() 89 /* Display ME assignment for a particular accel unit */ in adf_ae_config_show()
|
H A D | adf_drv.c | 108 /* Add accel device to accel table. in adf_attach() 243 device_printf(dev, "Failed to stop QAT accel dev\n"); in adf_detach()
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | fastcover.c | 110 { 100, 0 }, /* accel = 0, should not happen because accel = 0 defaults to accel = 1 */ 111 { 100, 0 }, /* accel = 1 */ 112 { 50, 1 }, /* accel = 2 */ 113 { 34, 2 }, /* accel = 3 */ 114 { 25, 3 }, /* accel = 4 */ 115 { 20, 4 }, /* accel = 5 */ 116 { 17, 5 }, /* accel = 6 */ 117 { 14, 6 }, /* accel = 7 */ 118 { 13, 7 }, /* accel = 8 */ 119 { 11, 8 }, /* accel = 9 */ [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_accel_mgr.h | 7 * This file contains the function prototype for accel 64 * Returns number of accel instances in the system. 76 * Returns table of accel instances in the system. 88 * Returns the accel instance by name. 100 * Returns a started accel device that implements the capabilities 114 * Returns table of accel devices that are started and implement 127 * Returns accel devices capabilities specified in capabilitiesMask. 140 * Returns table of accel devices that are started and implement
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | bosch,bmi088.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bmi088.yaml# 20 - bosch,bmi085-accel 21 - bosch,bmi088-accel 22 - bosch,bmi090l-accel 62 bmi088-accel@1 { 63 compatible = "bosch,bmi088-accel";
|
H A D | kionix,kxsd9.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/kionix,kxsd9.yaml# 48 accel@18 { 64 accel@0 {
|
H A D | bosch,bma255.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bma255.yaml# 20 # bmc150-accel driver in Linux 114 accel@0 {
|
H A D | murata,sca3300.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/murata,sca3300.yaml# 11 https://www.murata.com/en-global/products/sensor/accel/sca3300
|
H A D | kionix,kxcjk1013.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/kionix,kxcjk1013.yaml# 46 accel@f {
|
H A D | fsl,mma8452.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/fsl,mma8452.yaml# 57 accel@1d {
|
H A D | kionix,kx022a.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/kionix,kx022a.yaml# 58 accel@1f {
|
H A D | bosch,bma180.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bma180.yaml# 54 accel@40 {
|
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/ |
H A D | lac_adf_interface_freebsd.c | 263 * Returns a started accel device that implements 291 * Returns table of accel devices that are started and implement 318 * Fetches accel devices based on the capability 344 * Returns accel devices capabilities specified in capabilitiesMask.
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
H A D | adf_drv.c | 109 /* Add accel device to accel table. in adf_attach() 245 device_printf(dev, "Failed to stop QAT accel dev\n"); in adf_detach()
|
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/ |
H A D | adf_drv.c | 105 /* Add accel device to accel table. in adf_attach() 233 device_printf(dev, "Failed to stop QAT accel dev\n"); in adf_detach()
|
/freebsd/sys/dev/qat/qat_hw/qat_200xx/ |
H A D | adf_drv.c | 108 /* Add accel device to accel table. in adf_attach() 255 device_printf(dev, "Failed to stop QAT accel dev\n"); in adf_detach()
|