Home
last modified time | relevance | path

Searched refs:U16_MAX (Results 101 – 125 of 153) sorted by relevance

1234567

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c584 return U16_MAX; in vop2_scale_factor()
599 if (fac > U16_MAX) in vop2_scale_factor()
600 return U16_MAX; in vop2_scale_factor()
/openbmc/linux/drivers/greybus/
H A Doperation.c751 operation->id = (u16)(cycle % U16_MAX + 1); in gb_operation_request_send()
/openbmc/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c779 if (duration <= 4 || duration > U16_MAX) in amd_pmc_verify_czn_rtc()
/openbmc/linux/fs/erofs/
H A Dsuper.c138 len = U16_MAX + 1; in erofs_read_metadata()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1710 if ((match.key->src && match.mask->src != htons(U16_MAX)) || in qede_flow_parse_ports()
1711 (match.key->dst && match.mask->dst != htons(U16_MAX))) { in qede_flow_parse_ports()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h24 #define SH_PFC_PIN_NONE U16_MAX
/openbmc/linux/net/netfilter/
H A Dnft_compat.c223 if (l4proto > U16_MAX) in nft_parse_compat()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c2047 for (i = 0; i < U16_MAX; i++) { in efct_hw_reqtag_pool_free()
2073 for (i = 0; i < U16_MAX; i++) { in efct_hw_reqtag_pool_alloc()
2316 u16 rid = U16_MAX; in efct_hw_cq_process()
H A Defct_scsi.c892 acc->ba_high_seq_cnt = cpu_to_be16(U16_MAX); in efct_target_send_bls_resp()
/openbmc/linux/drivers/char/
H A Drandom.c1083 credit_init_bits(clamp_t(unsigned int, (count & U16_MAX) / 64, 1, sizeof(pool) * 8)); in mix_interrupt_randomness()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c145 BUILD_BUG_ON(HNAE3_MAX_RESET > U16_MAX); in hclge_inform_reset_assert_to_vf()
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst310 with up to ``U16_MAX`` pending requests (neglecting request IDs reserved for
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_els.c1091 acc->ba_high_seq_cnt = cpu_to_be16(U16_MAX); in efc_send_bls_acc()
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c2059 ptl->rx.blocked.seqs[i] = U16_MAX; in ssh_ptl_init()
/openbmc/linux/net/ipv6/
H A Desp6.c390 if (len > U16_MAX) in esp6_output_udp_encap()
/openbmc/linux/drivers/hid/
H A Dhid-uclogic-params.c1578 (((__u32)(_vid) << 16) | ((__u32)(_pid) & U16_MAX)) in uclogic_params_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_bw.c827 new_bw_state->qgv_point_peakbw = U16_MAX; in mtl_find_qgv_points()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c214 (*window_clamp) = (U16_MAX << TCP_MAX_WSCALE); in tcp_select_initial_window()
232 (*rcv_wnd) = min_t(u32, space, U16_MAX); in tcp_select_initial_window()
247 (*window_clamp) = min_t(__u32, U16_MAX << (*rcv_wscale), *window_clamp); in tcp_select_initial_window()
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2678 *r_id = U16_MAX; in sli_fc_cqe_parse()
3126 if (vpi != U16_MAX) { in sli_cmd_init_vfi()
3252 if (vpi == U16_MAX) { in sli_cmd_read_sparm64()
5083 if (rpi == U16_MAX) in sli_cmd_post_hdr_templates()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3848 { .red = U16_MAX, .green = U16_MAX, .blue = U16_MAX, },
/openbmc/linux/net/tipc/
H A Dlink.c1901 msg_set_seqno(hdr, l->snd_nxt + U16_MAX / 2); in tipc_link_build_proto_msg()
2218 if (dlen > U16_MAX) in tipc_link_proto_rcv()
/openbmc/linux/net/bluetooth/
H A Dmgmt.c2792 const u16 max_key_count = ((U16_MAX - sizeof(*cp)) / in load_link_keys()
4128 const u16 max_key_count = ((U16_MAX - sizeof(*keys)) / in set_blocked_keys()
5926 const u16 max_uuid_count = ((U16_MAX - sizeof(*cp)) / 16); in start_service_discovery()
7020 const u16 max_irk_count = ((U16_MAX - sizeof(*cp)) / in load_irks()
7115 const u16 max_key_count = ((U16_MAX - sizeof(*cp)) / in load_long_term_keys()
7812 const u16 max_param_count = ((U16_MAX - sizeof(*cp)) / in load_conn_param()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c3076 if (req->delay > U16_MAX) { in iwl_mvm_sched_scan_start()
3079 params.delay = U16_MAX; in iwl_mvm_sched_scan_start()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c246 if (WARN_ON(val_len > U16_MAX)) in csio_append_attrib()
/openbmc/linux/drivers/iio/light/
H A Dvcnl4000.c413 if (val > U16_MAX) in vcnl4000_write_data()

1234567