Home
last modified time | relevance | path

Searched refs:intype (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c946 #define DO_ABD(dest, x, y, intype, arithtype) do { \ argument
947 arithtype tmp_x = (intype)(x); \
948 arithtype tmp_y = (intype)(y); \
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c3111 const __le16 intype = (usbin->type & ~cpu_to_le16(0x8000)); in hfa384x_usbin_ctlx() local
3116 if (ctlx->outbuf.type != intype) { in hfa384x_usbin_ctlx()
3120 le16_to_cpu(intype)); in hfa384x_usbin_ctlx()