Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dsh_sdhi.h50 #define CMD_MASK 0x0000ffff macro
/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h36 #define CMD_MASK 0x3f000000 macro
H A Dsh_sdhi.c596 sh_sdhi_writew(host, SDHI_CMD, (unsigned short)(shcmd & CMD_MASK)); in sh_sdhi_start_cmd()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc.h31 #define CMD_MASK 0xf8000000 macro
/openbmc/qemu/hw/intc/
H A Dgicv3_internal.h352 #define CMD_MASK 0xff
351 #define CMD_MASK global() macro
H A Darm_gicv3_its.c1303 cmd = cmdpkt[0] & CMD_MASK; in process_cmdq()