Home
last modified time | relevance | path

Searched refs:CMD_MASK (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c53 recv_msg->hdr.command & ~CMD_MASK); in report_bad_packet()
109 __func__, recv_msg->hdr.command & CMD_MASK); in process_recv()
111 switch (recv_msg->hdr.command & CMD_MASK) { in process_recv()
113 if ((!(recv_msg->hdr.command & ~CMD_MASK) || in process_recv()
162 if ((!(recv_msg->hdr.command & ~CMD_MASK) || in process_recv()
187 if ((!(recv_msg->hdr.command & ~CMD_MASK) || in process_recv()
Dishtp-hid.h23 #define CMD_MASK 0x7F macro
/Linux-v4.19/sound/pci/cs5535audio/
Dcs5535audio.h43 #define CMD_MASK 0xFF00FFFF macro
Dcs5535audio.c127 regdata &= CMD_MASK; in snd_cs5535audio_codec_write()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dether1.h242 #define CMD_MASK 7 macro
Dether1.c755 switch (nop.nop_command & CMD_MASK) { in ether1_xmit_done()
789 nop.nop_command & CMD_MASK, caddr); in ether1_xmit_done()
820 if ((nop.nop_command & CMD_MASK) != CMD_NOP) { in ether1_xmit_done()
830 if ((nop.nop_command & CMD_MASK) != CMD_TX) { in ether1_xmit_done()
/Linux-v4.19/drivers/crypto/caam/
Ddesc.h37 #define CMD_MASK 0xf8000000 macro
/Linux-v4.19/drivers/mmc/host/
Dsh_mmcif.c65 #define CMD_MASK 0x3f000000 macro