Searched refs:ipath_read_ureg32 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_intr.c | 612 tl = ipath_read_ureg32(dd, ur_rcvhdrtail, i); in handle_hdrq_full() 618 hd = ipath_read_ureg32(dd, ur_rcvhdrhead, i); in handle_hdrq_full()
|
D | ipath_file_ops.c | 791 ipath_read_ureg32(dd, ur_rcvhdrtail, pd->port_port); in ipath_manage_rcvq() 1416 head = ipath_read_ureg32(dd, ur_rcvhdrhead, pd->port_port); in ipath_poll_next() 1420 tail = ipath_read_ureg32(dd, ur_rcvhdrtail, pd->port_port); in ipath_poll_next() 1965 head32 = ipath_read_ureg32(dd, ur_rcvegrindextail, pd->port_port); in ipath_do_user_init()
|
D | ipath_kernel.h | 1117 static inline u32 ipath_read_ureg32(const struct ipath_devdata *dd, in ipath_read_ureg32() function
|
D | ipath_init_chip.c | 522 val = ipath_read_ureg32(dd, ur_rcvegrindextail, 0); in enable_chip()
|