MW0_SZ_HIGH        69 drivers/ntb/ntb_transport.c #define NTB_TRANSPORT_MIN_SPADS (MW0_SZ_HIGH + 2)
MW0_SZ_HIGH      1051 drivers/ntb/ntb_transport.c 		spad = MW0_SZ_HIGH + (i * 2);
MW0_SZ_HIGH      1083 drivers/ntb/ntb_transport.c 		val = ntb_spad_read(ndev, MW0_SZ_HIGH + (i * 2));
MW0_SZ_HIGH      1299 drivers/ntb/ntb_transport.c 	max_mw_count_for_spads = (spad_count - MW0_SZ_HIGH) / 2;
MW0_SZ_HIGH      1302 drivers/ntb/ntb_transport.c 	nt->msi_spad_offset = nt->mw_count * 2 + MW0_SZ_HIGH;