Searched refs:rbr (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/sh/include/asm/ |
| H A D | smc37c93x.h | 72 volatile __u16 rbr; member 85 #define thr rbr 90 #define dll rbr
|
| /linux/fs/ |
| H A D | eventpoll.c | 201 struct rb_root_cached rbr; member 812 WARN_ON_ONCE(!RB_EMPTY_ROOT(&ep->rbr.rb_root)); in ep_refcount_dec_and_test() 869 rb_erase_cached(&epi->rbn, &ep->rbr); in __ep_remove() 913 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_clear_and_put() 928 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = next) { in ep_clear_and_put() 1078 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_show_fdinfo() 1159 ep->rbr = RB_ROOT_CACHED; in ep_alloc() 1182 for (rbp = ep->rbr.rb_root.rb_node; rbp; ) { in ep_find() 1204 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_find_tfd() 1388 struct rb_node **p = &ep->rbr.rb_root.rb_node, *parent = NULL; in ep_rbtree_insert() [all …]
|
| /linux/drivers/tty/serial/ |
| H A D | pch_uart.c | 553 u8 rbr, lsr; in pch_uart_hal_read() local 560 rbr = ioread8(priv->membase + PCH_UART_RBR); in pch_uart_hal_read() 567 if (uart_prepare_sysrq_char(port, rbr)) in pch_uart_hal_read() 570 buf[i++] = rbr; in pch_uart_hal_read()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 3349 __le32 *rbr = &rp->rbr[start_index + i]; in niu_rbr_add_page() local 3351 *rbr = cpu_to_le32(addr >> RBR_DESCR_ADDR_SHIFT); in niu_rbr_add_page() 3555 rp->rbr[i] = cpu_to_le32(0); in niu_rbr_free() 4271 if (rp->rbr) { in niu_free_rx_ring_info() 4276 rp->rbr, rp->rbr_dma); in niu_free_rx_ring_info() 4277 rp->rbr = NULL; in niu_free_rx_ring_info() 4372 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4375 if (!rp->rbr) in niu_alloc_rx_ring_info() 4377 if ((unsigned long)rp->rbr & (64UL - 1)) { in niu_alloc_rx_ring_info() 4379 rp->rbr); in niu_alloc_rx_ring_info() [all …]
|
| H A D | niu.h | 2926 __le32 *rbr; member
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-mio-defs.h | 3788 uint64_t rbr:8; member 3790 uint64_t rbr:8; 4203 uint64_t rbr:8; member 4205 uint64_t rbr:8;
|
| /linux/drivers/hid/ |
| H A D | hid-wiimote-modules.c | 2441 __u8 be, cs, sx, sy, ed, rtt, rbg, rbr, rbb, ltt, lbg, lbr, lbb, bp, bm; in wiimod_turntable_in_ext() local 2482 rbr = !(ext[4] & 0x02); in wiimod_turntable_in_ext() 2507 rbr); in wiimod_turntable_in_ext()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 750 dtype, name, lbr, content, rbr, rest, semi = t
|