Home
last modified time | relevance | path

Searched refs:BI (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c188 #define BI BFA + 1 macro
194 #define BO BI + 1
2516 { "bce", B(9,0,0), B_MASK, BOOKE64, { BO, BI, BD } },
2517 { "bcel", B(9,0,1), B_MASK, BOOKE64, { BO, BI, BD } },
2518 { "bcea", B(9,1,0), B_MASK, BOOKE64, { BO, BI, BDA } },
2519 { "bcela", B(9,1,1), B_MASK, BOOKE64, { BO, BI, BDA } },
2724 { "bdnzt-", BBO(16,BODNZT,0,0), BBOY_MASK, NOPOWER4, { BI, BDM } },
2725 { "bdnzt+", BBO(16,BODNZT,0,0), BBOY_MASK, NOPOWER4, { BI, BDP } },
2726 { "bdnzt", BBO(16,BODNZT,0,0), BBOY_MASK, PPCCOM, { BI, BD } },
2727 { "bdnztl-", BBO(16,BODNZT,0,1), BBOY_MASK, NOPOWER4, { BI, BDM } },
[all …]
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_serial.h95 #define BI 0x10 /* Break Interrupt */ macro
129 #define BI 0x10 /* Break Interrupt */ macro
406 put_lsr_cache(p, get_lsr_cache(p) | (lsr & (BI|FE|PE|OE))); in UART_GET_LSR()
/linux-4.4.14/drivers/tty/serial/
Dbfin_uart.c276 status &= ~BI; in bfin_serial_rx_chars()
281 if (status & BI) { in bfin_serial_rx_chars()
299 if (status & BI) in bfin_serial_rx_chars()
424 if (status & BI) { in bfin_serial_dma_rx_chars()
439 if (status & BI) in bfin_serial_dma_rx_chars()
839 port->read_status_mask |= BI; in bfin_serial_set_termios()
848 port->ignore_status_mask |= BI; in bfin_serial_set_termios()
/linux-4.4.14/Documentation/block/
Drequest.txt35 struct list_head queuelist BI Organization on various internal
/linux-4.4.14/arch/x86/include/asm/
Dperf_event_p4.h599 P4_GEN_ESCR_EMASK(P4_EVENT_TC_DELIVER_MODE, BI, 5),
/linux-4.4.14/drivers/video/fbdev/
Dimsttfb.c53 BI = 8, /* 0x20 */ enumerator
1015 write_reg_le32(par->dc_regs, BI, 0xffffffff); in imsttfb_fillrect()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_p4.c81 P4_ESCR_EMASK_BIT(P4_EVENT_TC_DELIVER_MODE, BI) |