Home
last modified time | relevance | path

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

/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/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/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()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi_regs.h58 #define B_MASK BIT(4) macro
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2343 #define B_MASK B (0x3f, 1, 1) macro
4123 {"bc-", B(16,0,0), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDM}},
4124 {"bc+", B(16,0,0), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDP}},
4125 {"bc", B(16,0,0), B_MASK, COM, PPCVLE, {BO, BI, BD}},
4126 {"bcl-", B(16,0,1), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDM}},
4127 {"bcl+", B(16,0,1), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDP}},
4128 {"bcl", B(16,0,1), B_MASK, COM, PPCVLE, {BO, BI, BD}},
4129 {"bca-", B(16,1,0), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDMA}},
4130 {"bca+", B(16,1,0), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDPA}},
4131 {"bca", B(16,1,0), B_MASK, COM, PPCVLE, {BO, BI, BDA}},
[all …]