Home
last modified time | relevance | path

Searched refs:bist_rd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326.c233 static int bist_rd(adapter_t *adapter, int moduleid, int address) in bist_rd() function
304 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326.c233 static int bist_rd(adapter_t *adapter, int moduleid, int address) in bist_rd() function
304 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()

Completed in 3 milliseconds