Home
last modified time | relevance | path

Searched refs:U16_MAX (Results 76 – 100 of 155) sorted by relevance

1234567

/openbmc/linux/drivers/staging/greybus/
H A Dspilib.c265 xfer_delay = clamp_t(u16, xfer_delay, 0, U16_MAX); in gb_spi_operation_create()
H A Dgpio.c482 if (debounce > U16_MAX) in gb_gpio_set_config()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c90 if (addr > U16_MAX) in aspeed_vuart_set_lpc_address()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dud.c208 ((1 << ppd->lmc) - 1))) & U16_MAX; in ud_loopback()
1008 wc.slid = slid & U16_MAX; in hfi1_ud_rcv()
H A Duc.c414 wc.slid = rdma_ah_get_dlid(&qp->remote_ah_attr) & U16_MAX; in hfi1_uc_rcv()
/openbmc/linux/drivers/power/supply/
H A Dcros_usbpd-charger.c457 if (val->intval >= U16_MAX * 1000) in cros_usbpd_charger_set_prop()
/openbmc/linux/drivers/acpi/
H A Dproperty.c995 if (obj->integer.value > U16_MAX) in acpi_data_prop_read_single()
1041 u16 *: U16_MAX, \
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h342 struct hw_wq_callback *tags[U16_MAX];
/openbmc/linux/drivers/gpio/
H A Dgpio-aggregator.c83 error = aggr_add_gpio(aggr, name, U16_MAX, &n); in aggr_parse()
/openbmc/linux/net/core/
H A Dsock_reuseport.c253 if (more_socks_size > U16_MAX) { in reuseport_grow()
H A Dbpf_sk_storage.c550 BUILD_BUG_ON(U16_MAX - NLA_HDRLEN < BPF_LOCAL_STORAGE_MAX_VALUE_SIZE); in diag_get()
/openbmc/linux/drivers/mmc/host/
H A Duniphier-sd.c706 tmio_data->max_blk_count = U16_MAX; in uniphier_sd_probe()
/openbmc/linux/drivers/net/wireguard/
H A Dreceive.c59 if (unlikely(data_offset > U16_MAX || in prepare_skb_header()
/openbmc/linux/kernel/trace/
H A Dtrace_functions.c255 last_info->count < U16_MAX) { in is_repeat_check()
/openbmc/linux/net/tipc/
H A Dnode.c491 if (!tipc_link_bc_create(net, tipc_own_addr(net), addr, peer_id, U16_MAX, in tipc_node_create()
581 !tipc_link_bc_create(net, tipc_own_addr(net), addr, peer_id, U16_MAX, in tipc_node_create()
975 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in tipc_node_link_failover()
1054 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in __tipc_node_link_down()
/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.c787 plat->cfg.b_max = U16_MAX; /* max value of TMIO_SD_SECCNT */ in tmio_sd_probe()
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dmr.c363 u32 pperm = U16_MAX; in create_user_mr()
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst120 - chip_hwnum is the hardware number of the GPIO within the chip, or U16_MAX
/openbmc/linux/drivers/soc/qcom/
H A Dqmi_interface.c322 ret = idr_alloc_cyclic(&qmi->txns, txn, 0, U16_MAX, GFP_KERNEL); in qmi_txn_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c124 if (drm_WARN(&i915->drm, i915->display.sagv.block_time_us > U16_MAX, in intel_sagv_init()
756 if (wm.min_ddb_alloc == U16_MAX) in skl_cursor_allocation()
1540 wm->wm[level].min_ddb_alloc != U16_MAX); in skl_crtc_allocate_plane_ddb()
1865 result->min_ddb_alloc = U16_MAX; in skl_compute_plane_wm()
1963 result->min_ddb_alloc = U16_MAX; in skl_compute_plane_wm()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c550 (WX_PSR_MAC_SWC_AD_H_AD(U16_MAX) | in wx_set_rar()
586 (WX_PSR_MAC_SWC_AD_H_AD(U16_MAX) | in wx_clear_rar()
/openbmc/linux/include/uapi/drm/
H A Dhabanalabs_accel.h1128 #define HL_RAZWI_NA_ENG_ID U16_MAX
/openbmc/linux/drivers/net/ppp/
H A Dppp_async.c463 if (val > U16_MAX) { in ppp_async_ioctl()
/openbmc/linux/net/bpf/
H A Dtest_run.c1409 if (user_ctx->local_port > U16_MAX) { in bpf_prog_test_run_sk_lookup()
1493 ctx_size_in > U16_MAX) in bpf_prog_test_run_syscall()
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c2374 { .red = U16_MAX, .green = U16_MAX, .blue = U16_MAX, },

1234567