Home
last modified time | relevance | path

Searched refs:B_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/bedbug/
H A Dtables.h85 { B_OPCODE(16,0,0), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
87 { B_OPCODE(16,0,1), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
89 { B_OPCODE(16,1,0), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
91 { B_OPCODE(16,1,1), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
H A Dppc.h86 #define B_MASK B_OPCODE(0x3f,0x1,0x1) macro
/openbmc/qemu/hw/audio/
H A Dhda-codec.c136 #define B_MASK (sizeof(st->buf) - 1) macro
247 uint32_t start = (rpos & B_MASK); in hda_audio_input_timer()
276 uint32_t start = (uint32_t) (wpos & B_MASK); in hda_audio_input_cb()
317 uint32_t start = (wpos & B_MASK); in hda_audio_output_timer()
355 uint32_t start = (uint32_t) (rpos & B_MASK); in hda_audio_output_cb()
/openbmc/u-boot/common/
H A Dbedbug.c660 static struct opcode blt = { B_OPCODE (16, 0, 0), B_MASK, {O_BD, 0}, in handle_bc()
664 { B_OPCODE (16, 0, 0), B_MASK, {O_cr2, O_BD, 0}, in handle_bc()
667 static struct opcode bdnz = { B_OPCODE (16, 0, 0), B_MASK, {O_BD, 0}, in handle_bc()