Searched refs:bist_rd (Results 1 – 1 of 1) sorted by relevance
233 static int bist_rd(adapter_t *adapter, int moduleid, int address) in bist_rd() function304 result = bist_rd(adapter,moduleid, 0x02); in check_bist()305 column = ((bist_rd(adapter,moduleid, 0x0e)<<8) + in check_bist()306 (bist_rd(adapter,moduleid, 0x0d))); in check_bist()