Searched defs:cs_match (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c146 * cs_match determines whether the given DRAM controller input address
153 cs_match(struct mcamd_hdl *hdl, uint64_t iaddr, mcamd_node_t *cs) function
164 mcamd_dprintf(hdl, MCAMD_DBG_ERR, "cs_match: failed to lookup "
172 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_match: iaddr 0x%llx "
176 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_match: iaddr 0x%llx "
637 if (cs_match(hdl, iaddr, cs))

Completed in 44 milliseconds