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