| /linux/include/rdma/ |
| A D | ib_pma.h | 16 #define IB_PMA_CLASS_CAP_ALLPORTSELECT cpu_to_be16(1 << 8) 17 #define IB_PMA_CLASS_CAP_EXT_WIDTH cpu_to_be16(1 << 9) 18 #define IB_PMA_CLASS_CAP_EXT_WIDTH_NOIETF cpu_to_be16(1 << 10) 19 #define IB_PMA_CLASS_CAP_XMIT_WAIT cpu_to_be16(1 << 12) 21 #define IB_PMA_CLASS_PORT_INFO cpu_to_be16(0x0001) 22 #define IB_PMA_PORT_SAMPLES_CONTROL cpu_to_be16(0x0010) 23 #define IB_PMA_PORT_SAMPLES_RESULT cpu_to_be16(0x0011) 24 #define IB_PMA_PORT_COUNTERS cpu_to_be16(0x0012) 25 #define IB_PMA_PORT_COUNTERS_EXT cpu_to_be16(0x001D) 26 #define IB_PMA_PORT_SAMPLES_RESULT_EXT cpu_to_be16(0x001E) [all …]
|
| A D | ib_smi.h | 39 #define IB_SMP_DIRECTION cpu_to_be16(0x8000) 42 #define IB_SMP_ATTR_NOTICE cpu_to_be16(0x0002) 43 #define IB_SMP_ATTR_NODE_DESC cpu_to_be16(0x0010) 44 #define IB_SMP_ATTR_NODE_INFO cpu_to_be16(0x0011) 46 #define IB_SMP_ATTR_GUID_INFO cpu_to_be16(0x0014) 47 #define IB_SMP_ATTR_PORT_INFO cpu_to_be16(0x0015) 54 #define IB_SMP_ATTR_SM_INFO cpu_to_be16(0x0020) 56 #define IB_SMP_ATTR_LED_INFO cpu_to_be16(0x0031) 130 #define IB_NOTICE_TRAP_BAD_MKEY cpu_to_be16(256) 131 #define IB_NOTICE_TRAP_BAD_PKEY cpu_to_be16(257) [all …]
|
| A D | opa_smi.h | 54 #define OPA_ATTRIB_ID_NODE_INFO cpu_to_be16(0x0011) 55 #define OPA_ATTRIB_ID_PORT_INFO cpu_to_be16(0x0015) 56 #define OPA_ATTRIB_ID_PARTITION_TABLE cpu_to_be16(0x0016) 57 #define OPA_ATTRIB_ID_SL_TO_SC_MAP cpu_to_be16(0x0017) 58 #define OPA_ATTRIB_ID_VL_ARBITRATION cpu_to_be16(0x0018) 59 #define OPA_ATTRIB_ID_SM_INFO cpu_to_be16(0x0020) 60 #define OPA_ATTRIB_ID_CABLE_INFO cpu_to_be16(0x0032) 61 #define OPA_ATTRIB_ID_AGGREGATE cpu_to_be16(0x0080) 62 #define OPA_ATTRIB_ID_SC_TO_SL_MAP cpu_to_be16(0x0082) 63 #define OPA_ATTRIB_ID_SC_TO_VLR_MAP cpu_to_be16(0x0083) [all …]
|
| A D | ib_cm.h | 261 #define CM_REQ_ATTR_ID cpu_to_be16(0x0010) 262 #define CM_MRA_ATTR_ID cpu_to_be16(0x0011) 263 #define CM_REJ_ATTR_ID cpu_to_be16(0x0012) 264 #define CM_REP_ATTR_ID cpu_to_be16(0x0013) 265 #define CM_RTU_ATTR_ID cpu_to_be16(0x0014) 266 #define CM_DREQ_ATTR_ID cpu_to_be16(0x0015) 267 #define CM_DREP_ATTR_ID cpu_to_be16(0x0016) 268 #define CM_SIDR_REQ_ATTR_ID cpu_to_be16(0x0017) 269 #define CM_SIDR_REP_ATTR_ID cpu_to_be16(0x0018) 270 #define CM_LAP_ATTR_ID cpu_to_be16(0x0019) [all …]
|
| /linux/include/linux/ |
| A D | sctp.h | 163 SCTP_PARAM_HEARTBEAT_INFO = cpu_to_be16(1), 165 SCTP_PARAM_IPV4_ADDRESS = cpu_to_be16(5), 166 SCTP_PARAM_IPV6_ADDRESS = cpu_to_be16(6), 167 SCTP_PARAM_STATE_COOKIE = cpu_to_be16(7), 175 SCTP_PARAM_RANDOM = cpu_to_be16(0x8002), 176 SCTP_PARAM_CHUNKS = cpu_to_be16(0x8003), 186 SCTP_PARAM_ADD_IP = cpu_to_be16(0xc001), 187 SCTP_PARAM_DEL_IP = cpu_to_be16(0xc002), 188 SCTP_PARAM_ERR_CAUSE = cpu_to_be16(0xc003), 475 SCTP_ERROR_NO_ERROR = cpu_to_be16(0x00), [all …]
|
| A D | virtio_net.h | 16 return protocol == cpu_to_be16(ETH_P_IP); in virtio_net_hdr_match_proto() 18 return protocol == cpu_to_be16(ETH_P_IPV6); in virtio_net_hdr_match_proto() 21 return protocol == cpu_to_be16(ETH_P_IP) || in virtio_net_hdr_match_proto() 22 protocol == cpu_to_be16(ETH_P_IPV6); in virtio_net_hdr_match_proto() 38 skb->protocol = cpu_to_be16(ETH_P_IP); in virtio_net_hdr_set_proto() 41 skb->protocol = cpu_to_be16(ETH_P_IPV6); in virtio_net_hdr_set_proto()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | opa_compat.h | 16 #define OPA_ATTRIB_ID_CONGESTION_INFO cpu_to_be16(0x008b) 17 #define OPA_ATTRIB_ID_HFI_CONGESTION_LOG cpu_to_be16(0x008f) 18 #define OPA_ATTRIB_ID_HFI_CONGESTION_SETTING cpu_to_be16(0x0090) 19 #define OPA_ATTRIB_ID_CONGESTION_CONTROL_TABLE cpu_to_be16(0x0091) 22 #define OPA_PM_ATTRIB_ID_PORT_STATUS cpu_to_be16(0x0040) 23 #define OPA_PM_ATTRIB_ID_CLEAR_PORT_STATUS cpu_to_be16(0x0041) 24 #define OPA_PM_ATTRIB_ID_DATA_PORT_COUNTERS cpu_to_be16(0x0042) 25 #define OPA_PM_ATTRIB_ID_ERROR_PORT_COUNTERS cpu_to_be16(0x0043) 26 #define OPA_PM_ATTRIB_ID_ERROR_INFO cpu_to_be16(0x0044) 29 #define OPA_PM_STATUS_REQUEST_TOO_LARGE cpu_to_be16(0x100)
|
| A D | mad.h | 17 #define OPA_TRAP_GID_NOW_IN_SERVICE cpu_to_be16(64) 18 #define OPA_TRAP_GID_OUT_OF_SERVICE cpu_to_be16(65) 19 #define OPA_TRAP_ADD_MULTICAST_GROUP cpu_to_be16(66) 20 #define OPA_TRAL_DEL_MULTICAST_GROUP cpu_to_be16(67) 21 #define OPA_TRAP_UNPATH cpu_to_be16(68) 22 #define OPA_TRAP_REPATH cpu_to_be16(69) 141 #define IB_PMA_PORT_COUNTERS_CONG cpu_to_be16(0xFF00) 177 #define IB_SMP_UNSUP_VERSION cpu_to_be16(0x0004) 178 #define IB_SMP_UNSUP_METHOD cpu_to_be16(0x0008) 179 #define IB_SMP_UNSUP_METH_ATTR cpu_to_be16(0x000C) [all …]
|
| /linux/drivers/infiniband/hw/qib/ |
| A D | qib_mad.h | 40 cpu_to_be16(IB_MGMT_MAD_STATUS_BAD_VERSION) 43 cpu_to_be16(IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD) 46 cpu_to_be16(IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD_ATTRIB) 49 cpu_to_be16(IB_MGMT_MAD_STATUS_INVALID_ATTRIB_VALUE) 99 #define IB_CC_ATTR_CLASSPORTINFO cpu_to_be16(0x0001) 100 #define IB_CC_ATTR_NOTICE cpu_to_be16(0x0002) 103 #define IB_CC_ATTR_CONGESTION_LOG cpu_to_be16(0x0013) 108 #define IB_CC_ATTR_TIME_STAMP cpu_to_be16(0x0018) 141 #define IB_CC_CPI_CM_TRAP_GEN cpu_to_be16(1 << 0) 142 #define IB_CC_CPI_CM_GET_SET_NOTICE cpu_to_be16(1 << 1) [all …]
|
| /linux/drivers/infiniband/sw/siw/ |
| A D | iwarp.h | 31 MPA_RR_FLAG_MARKERS = cpu_to_be16(0x8000), 32 MPA_RR_FLAG_CRC = cpu_to_be16(0x4000), 33 MPA_RR_FLAG_REJECT = cpu_to_be16(0x2000), 35 MPA_RR_FLAG_GSO_EXP = cpu_to_be16(0x0800), 36 MPA_RR_MASK_REVISION = cpu_to_be16(0x00ff) 65 MPA_V2_RDMA_NO_RTR = cpu_to_be16(0x0000), 103 DDP_FLAG_TAGGED = cpu_to_be16(0x8000), 104 DDP_FLAG_LAST = cpu_to_be16(0x4000), 105 DDP_MASK_RESERVED = cpu_to_be16(0x3C00), 106 DDP_MASK_VERSION = cpu_to_be16(0x0300), [all …]
|
| A D | siw_qp.c | 38 cpu_to_be16(DDP_VERSION << 8) | 39 cpu_to_be16(RDMAP_VERSION << 6) | 40 cpu_to_be16(RDMAP_RDMA_WRITE), 46 cpu_to_be16(RDMAP_VERSION << 6) | 47 cpu_to_be16(RDMAP_RDMA_READ_REQ), 53 cpu_to_be16(DDP_VERSION << 8) | 54 cpu_to_be16(RDMAP_VERSION << 6) | 62 cpu_to_be16(RDMAP_SEND), 69 cpu_to_be16(RDMAP_SEND_INVAL), 76 cpu_to_be16(RDMAP_SEND_SE), [all …]
|
| /linux/drivers/gpu/drm/amd/display/modules/power/ |
| A D | power_helpers.c | 316 cpu_to_be16(params.min_abm_backlight); in fill_iram_v_2() 322 cpu_to_be16(params.backlight_ramping_start); in fill_iram_v_2() 456 ram_table->crgb_thresh[0] = cpu_to_be16(0x13b6); in fill_iram_v_2() 457 ram_table->crgb_thresh[1] = cpu_to_be16(0x1648); in fill_iram_v_2() 458 ram_table->crgb_thresh[2] = cpu_to_be16(0x18e3); in fill_iram_v_2() 459 ram_table->crgb_thresh[3] = cpu_to_be16(0x1b41); in fill_iram_v_2() 460 ram_table->crgb_thresh[4] = cpu_to_be16(0x1d46); in fill_iram_v_2() 461 ram_table->crgb_thresh[5] = cpu_to_be16(0x1f21); in fill_iram_v_2() 462 ram_table->crgb_thresh[6] = cpu_to_be16(0x2167); in fill_iram_v_2() 492 cpu_to_be16(params.min_abm_backlight); in fill_iram_v_2_2() [all …]
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| A D | fun_hci.h | 159 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 511 s->sgl_off = cpu_to_be16(sgl_off); in fun_dataop_gl_init() 626 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 632 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 1095 s->flags = cpu_to_be16(flags); in fun_eth_offload_init() 1096 s->mss = cpu_to_be16(mss); in fun_eth_offload_init() 1099 s->inner_l3_off = cpu_to_be16(inner_l3_off); in fun_eth_offload_init() 1100 s->inner_l4_off = cpu_to_be16(inner_l4_off); in fun_eth_offload_init() 1101 s->outer_l3_off = cpu_to_be16(outer_l3_off); in fun_eth_offload_init() 1102 s->outer_l4_off = cpu_to_be16(outer_l4_off); in fun_eth_offload_init() [all …]
|
| /linux/drivers/infiniband/ulp/opa_vnic/ |
| A D | opa_vnic_vema_iface.c | 96 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_summary_counters() 135 cntrs->vp_instance = cpu_to_be16(adapter->vport_num); in opa_vnic_get_error_counters() 167 info->fabric_id = cpu_to_be16(src->fabric_id); in opa_vnic_get_vesw_info() 168 info->vesw_id = cpu_to_be16(src->vesw_id); in opa_vnic_get_vesw_info() 170 info->def_port_mask = cpu_to_be16(src->def_port_mask); in opa_vnic_get_vesw_info() 172 info->pkey = cpu_to_be16(src->pkey); in opa_vnic_get_vesw_info() 182 info->eth_mtu = cpu_to_be16(src->eth_mtu); in opa_vnic_get_vesw_info() 243 info->max_smac_ent = cpu_to_be16(src->max_smac_ent); in opa_vnic_get_per_veswport_info() 334 macs->num_macs_in_msg = cpu_to_be16(count); in opa_vnic_query_mcast_macs() 387 macs->tot_macs_in_lst = cpu_to_be16(tot_macs); in opa_vnic_query_ucast_macs() [all …]
|
| /linux/fs/hfs/ |
| A D | mdb.c | 97 if (mdb->drSigWord == cpu_to_be16(HFS_SUPER_MAGIC)) in hfs_mdb_get() 134 if (mdb->drSigWord != cpu_to_be16(HFS_SUPER_MAGIC)) in hfs_mdb_get() 163 if (mdb2->drSigWord == cpu_to_be16(HFS_SUPER_MAGIC)) { in hfs_mdb_get() 211 if (!(attrib & cpu_to_be16(HFS_SB_ATTRIB_UNMNT))) { in hfs_mdb_get() 215 if ((attrib & cpu_to_be16(HFS_SB_ATTRIB_SLOCK))) { in hfs_mdb_get() 221 attrib &= cpu_to_be16(~HFS_SB_ATTRIB_UNMNT); in hfs_mdb_get() 222 attrib |= cpu_to_be16(HFS_SB_ATTRIB_INCNSTNT); in hfs_mdb_get() 275 mdb->drFreeBks = cpu_to_be16(HFS_SB(sb)->free_ablocks); in hfs_mdb_commit() 277 mdb->drNmFls = cpu_to_be16(HFS_SB(sb)->root_files); in hfs_mdb_commit() 278 mdb->drNmRtDirs = cpu_to_be16(HFS_SB(sb)->root_dirs); in hfs_mdb_commit() [all …]
|
| /linux/arch/um/drivers/ |
| A D | vector_user.h | 37 #define GRE_MODE_CHECKSUM cpu_to_be16(8 << 12) /* checksum */ 38 #define GRE_MODE_RESERVED cpu_to_be16(4 << 12) /* unused */ 39 #define GRE_MODE_KEY cpu_to_be16(2 << 12) /* KEY present */ 40 #define GRE_MODE_SEQUENCE cpu_to_be16(1 << 12) /* sequence */ 42 #define GRE_IRB cpu_to_be16(0x6558)
|
| /linux/drivers/infiniband/hw/erdma/ |
| A D | erdma_cm.h | 36 MPA_RR_FLAG_MARKERS = cpu_to_be16(0x8000), 37 MPA_RR_FLAG_CRC = cpu_to_be16(0x4000), 38 MPA_RR_FLAG_REJECT = cpu_to_be16(0x2000), 39 MPA_RR_RESERVED = cpu_to_be16(0x1f00), 40 MPA_RR_MASK_REVISION = cpu_to_be16(0x00ff)
|
| /linux/fs/xfs/ |
| A D | xfs_attr_inactive.c | 190 case cpu_to_be16(XFS_DA_NODE_MAGIC): in xfs_attr3_node_inactive() 191 case cpu_to_be16(XFS_DA3_NODE_MAGIC): in xfs_attr3_node_inactive() 195 case cpu_to_be16(XFS_ATTR_LEAF_MAGIC): in xfs_attr3_node_inactive() 196 case cpu_to_be16(XFS_ATTR3_LEAF_MAGIC): in xfs_attr3_node_inactive() 283 case cpu_to_be16(XFS_DA_NODE_MAGIC): in xfs_attr3_root_inactive() 284 case cpu_to_be16(XFS_DA3_NODE_MAGIC): in xfs_attr3_root_inactive() 287 case cpu_to_be16(XFS_ATTR_LEAF_MAGIC): in xfs_attr3_root_inactive() 288 case cpu_to_be16(XFS_ATTR3_LEAF_MAGIC): in xfs_attr3_root_inactive()
|
| /linux/drivers/staging/iio/frequency/ |
| A D | ad9832.c | 142 st->freq_data[0] = cpu_to_be16((AD9832_CMD_FRE8BITSW << CMD_SHIFT) | in ad9832_write_frequency() 145 st->freq_data[1] = cpu_to_be16((AD9832_CMD_FRE16BITSW << CMD_SHIFT) | in ad9832_write_frequency() 148 st->freq_data[2] = cpu_to_be16((AD9832_CMD_FRE8BITSW << CMD_SHIFT) | in ad9832_write_frequency() 151 st->freq_data[3] = cpu_to_be16((AD9832_CMD_FRE16BITSW << CMD_SHIFT) | in ad9832_write_frequency() 164 st->phase_data[0] = cpu_to_be16((AD9832_CMD_PHA8BITSW << CMD_SHIFT) | in ad9832_write_phase() 167 st->phase_data[1] = cpu_to_be16((AD9832_CMD_PHA16BITSW << CMD_SHIFT) | in ad9832_write_phase() 204 st->data = cpu_to_be16((AD9832_CMD_SYNCSELSRC << CMD_SHIFT) | in ad9832_write() 217 st->data = cpu_to_be16((AD9832_CMD_FPSELECT << CMD_SHIFT) | in ad9832_write() 230 st->data = cpu_to_be16((AD9832_CMD_FPSELECT << CMD_SHIFT) | in ad9832_write() 241 st->data = cpu_to_be16((AD9832_CMD_SLEEPRESCLR << CMD_SHIFT) | in ad9832_write() [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_dir2_leaf.c | 81 to3->hdr.count = cpu_to_be16(from->count); in xfs_dir2_leaf_hdr_to_disk() 82 to3->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk() 90 to->hdr.count = cpu_to_be16(from->count); in xfs_dir2_leaf_hdr_to_disk() 91 to->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk() 222 cpu_to_be16(XFS_DIR3_LEAF1_MAGIC) && in xfs_dir3_leaf_header_check() 224 cpu_to_be16(XFS_DIR3_LEAFN_MAGIC)) in xfs_dir3_leaf_header_check() 278 cpu_to_be16(XFS_DIR3_LEAF1_MAGIC) }, 287 cpu_to_be16(XFS_DIR3_LEAFN_MAGIC) }, 374 ? cpu_to_be16(XFS_DIR3_LEAF1_MAGIC) in xfs_dir3_leaf_init() 375 : cpu_to_be16(XFS_DIR3_LEAFN_MAGIC); in xfs_dir3_leaf_init() [all …]
|
| A D | xfs_dir2_data.c | 760 bf[0].offset = cpu_to_be16(geo->data_entry_offset); in xfs_dir3_data_init() 938 cpu_to_be16((char *)prevdup - (char *)hdr); in xfs_dir2_data_make_free() 973 cpu_to_be16((char *)prevdup - (char *)hdr); in xfs_dir2_data_make_free() 1001 cpu_to_be16((char *)newdup - (char *)hdr); in xfs_dir2_data_make_free() 1026 newdup->length = cpu_to_be16(len); in xfs_dir2_data_make_free() 1028 cpu_to_be16((char *)newdup - (char *)hdr); in xfs_dir2_data_make_free() 1137 newdup->length = cpu_to_be16(oldlen - len); in xfs_dir2_data_use_free() 1139 cpu_to_be16((char *)newdup - (char *)hdr); in xfs_dir2_data_use_free() 1167 cpu_to_be16((char *)newdup - (char *)hdr); in xfs_dir2_data_use_free() 1195 cpu_to_be16((char *)newdup - (char *)hdr); in xfs_dir2_data_use_free() [all …]
|
| A D | xfs_inode_buf.c | 109 .magic16 = { cpu_to_be16(XFS_DINODE_MAGIC), 110 cpu_to_be16(XFS_DINODE_MAGIC) }, 117 .magic16 = { cpu_to_be16(XFS_DINODE_MAGIC), 118 cpu_to_be16(XFS_DINODE_MAGIC) }, 302 to->di_nrext64_pad = cpu_to_be16(0); in xfs_inode_to_disk_iext_counters() 317 to->di_magic = cpu_to_be16(XFS_DINODE_MAGIC); in xfs_inode_to_disk() 324 to->di_projid_hi = cpu_to_be16(ip->i_projid >> 16); in xfs_inode_to_disk() 331 to->di_mode = cpu_to_be16(inode->i_mode); in xfs_inode_to_disk() 338 to->di_flags = cpu_to_be16(ip->i_diflags); in xfs_inode_to_disk() 353 to->di_flushiter = cpu_to_be16(ip->i_flushiter); in xfs_inode_to_disk() [all …]
|
| /linux/fs/hfsplus/ |
| A D | catalog.c | 55 key->key_len = cpu_to_be16(6 + 2 * len); in hfsplus_cat_build_key() 65 key->key_len = cpu_to_be16(6); in hfsplus_cat_build_key_with_cnid() 75 key->cat.name.length = cpu_to_be16(ustrlen); in hfsplus_cat_build_key_uni() 78 key->key_len = cpu_to_be16(6 + ustrlen); in hfsplus_cat_build_key_uni() 93 perms->mode = cpu_to_be16(inode->i_mode); in hfsplus_cat_set_perms() 115 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record() 134 file->type = cpu_to_be16(HFSPLUS_FILE); in hfsplus_cat_build_record() 159 cpu_to_be16(HFSPLUS_FILE_LOCKED); in hfsplus_cat_build_record() 166 cpu_to_be16(0x100); in hfsplus_cat_build_record() 182 entry->type = cpu_to_be16(type); in hfsplus_fill_cat_thread() [all …]
|
| /linux/drivers/media/test-drivers/vidtv/ |
| A D | vidtv_pes.c | 103 pts_dts.pts2 = cpu_to_be16(((args->pts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts() 104 pts_dts.pts3 = cpu_to_be16(((args->pts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts() 107 pts_dts.dts2 = cpu_to_be16(((args->dts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts() 108 pts_dts.dts3 = cpu_to_be16(((args->dts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts() 115 pts.pts2 = cpu_to_be16(((args->pts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts() 116 pts.pts3 = cpu_to_be16(((args->pts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts() 144 pes_header.length = cpu_to_be16(vidtv_pes_op_get_len(args->send_pts, in vidtv_pes_write_h() 153 pes_optional.bitfield = cpu_to_be16(pes_opt_bitfield); in vidtv_pes_write_h() 281 ts_header.bitfield = cpu_to_be16((payload_start << 14) | args.pid); in vidtv_pes_write_ts_h()
|
| /linux/drivers/gpu/drm/display/ |
| A D | drm_dsc_helper.c | 142 pps_payload->pic_height = cpu_to_be16(dsc_cfg->pic_height); in drm_dsc_pps_payload_pack() 145 pps_payload->pic_width = cpu_to_be16(dsc_cfg->pic_width); in drm_dsc_pps_payload_pack() 151 pps_payload->slice_width = cpu_to_be16(dsc_cfg->slice_width); in drm_dsc_pps_payload_pack() 168 cpu_to_be16(dsc_cfg->initial_dec_delay); in drm_dsc_pps_payload_pack() 178 cpu_to_be16(dsc_cfg->scale_increment_interval); in drm_dsc_pps_payload_pack() 198 cpu_to_be16(dsc_cfg->nfl_bpg_offset); in drm_dsc_pps_payload_pack() 202 cpu_to_be16(dsc_cfg->slice_bpg_offset); in drm_dsc_pps_payload_pack() 206 cpu_to_be16(dsc_cfg->initial_offset); in drm_dsc_pps_payload_pack() 247 cpu_to_be16((dsc_cfg->rc_range_params[i].range_min_qp << in drm_dsc_pps_payload_pack() 264 cpu_to_be16(dsc_cfg->nsl_bpg_offset); in drm_dsc_pps_payload_pack() [all …]
|