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