Searched refs:ntb_read_remote_spad (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/ntb/ |
H A D | ntb_transport.c | 732 rc = ntb_read_remote_spad(ndev, VERSION, &val); ntb_transport_link_work() 742 rc = ntb_read_remote_spad(ndev, NUM_QPS, &val); ntb_transport_link_work() 752 rc = ntb_read_remote_spad(ndev, NUM_MWS, &val); ntb_transport_link_work() 765 rc = ntb_read_remote_spad(ndev, MW0_SZ_HIGH + (i * 2), &val); ntb_transport_link_work() 774 rc = ntb_read_remote_spad(ndev, MW0_SZ_LOW + (i * 2), &val); ntb_transport_link_work() 835 rc = ntb_read_remote_spad(nt->ndev, QP_LINKS, &val); ntb_qp_link_work()
|
H A D | ntb_hw.h | 248 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val);
|
H A D | ntb_hw.c | 410 * ntb_read_remote_spad() - read from the primary scratchpad register 421 int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val) ntb_read_remote_spad() function
|
Completed in 56 milliseconds