Home
last modified time | relevance | path

Searched refs:wmem (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c185 static int wait_for_csb(struct nx842_workmem *wmem, in wait_for_csb() argument
188 ktime_t start = wmem->start, now = ktime_get(); in wait_for_csb()
391 struct nx842_workmem *wmem) in nx842_config_crb() argument
398 crb = &wmem->crb; in nx842_config_crb()
405 ret = setup_ddl(&crb->source, wmem->ddl_in, in nx842_config_crb()
410 ret = setup_ddl(&crb->target, wmem->ddl_out, in nx842_config_crb()
460 struct nx842_workmem *wmem; in nx842_exec_icswx() local
465 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_icswx()
475 ret = nx842_config_crb(in, inlen, out, outlen, wmem); in nx842_exec_icswx()
479 crb = &wmem->crb; in nx842_exec_icswx()
[all …]
H A Dnx-common-pseries.c307 void *wmem) in nx842_pseries_compress() argument
340 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress()
437 void *wmem) in nx842_pseries_decompress() argument
470 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()
/linux/drivers/hid/
H A Dhid-wiimote-core.c363 const __u8 *wmem, __u8 size) in wiimote_cmd_write() argument
370 wiiproto_req_wreg(wdata, offset, wmem, size); in wiimote_cmd_write()
413 __u8 wmem; in wiimote_cmd_init_ext() local
417 wmem = 0x55; in wiimote_cmd_init_ext()
418 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext()
423 wmem = 0x0; in wiimote_cmd_init_ext()
424 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext()
471 __u8 wmem; in wiimote_cmd_init_mp() local
475 wmem = 0x55; in wiimote_cmd_init_mp()
476 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp()
[all …]
H A Dhid-wiimote.h274 const __u8 *wmem, __u8 size);
/linux/include/linux/
H A Dsw842.h8 u8 *dst, unsigned int *destlen, void *wmem);
/linux/Documentation/sound/cards/
H A Dmultisound.sh707 X WORD wmem;
711 X wmem = (WORD)mem;
714 X if (msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem)))
716 X if (msnd_write_cfg(cfg, IREG_MEMBASELO, LOBYTE(wmem)))
718 X if (wmem && msnd_write_cfg(cfg, IREG_MEMCONTROL, (MEMTYPE_HIADDR | MEMTYPE_16BIT)))
/linux/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h508 u64 wmem:1; member
517 u64 wmem:1;
/linux/lib/842/
H A D842_compress.c478 u8 *out, unsigned int *olen, void *wmem) in sw842_compress() argument
480 struct sw842_param *p = (struct sw842_param *)wmem; in sw842_compress()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h249 u64 wmem : 1; member
H A Dotx2_txrx.c784 mem->wmem = 1; /* wait for the memory operation */ in otx2_sqe_add_mem()
/linux/net/mptcp/
H A Dprotocol.c1496 u32 pace, burst, wmem; in mptcp_subflow_get_send() local
1555 wmem = READ_ONCE(ssk->sk_wmem_queued); in mptcp_subflow_get_send()
1560 subflow->avg_pacing_rate = div_u64((u64)subflow->avg_pacing_rate * wmem + in mptcp_subflow_get_send()
1562 burst + wmem); in mptcp_subflow_get_send()