Searched refs:__t1_tpi_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 1209 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in bit_bang() 1277 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1282 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1295 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1300 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1307 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1312 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1326 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1331 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock()
|
H A D | subr.c | 110 int __t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp) in __t1_tpi_read() function 132 ret = __t1_tpi_read(adapter, addr, valp); in t1_tpi_read() 255 __t1_tpi_read(adapter, mi1_reg, &val); in mi1_wait_until_ready() 295 __t1_tpi_read(adapter, A_ELMER0_PORT0_MI1_DATA, &val); in mi1_mdio_read() 347 __t1_tpi_read(adapter, A_ELMER0_PORT0_MI1_DATA, &val); in mi1_mdio_ext_read()
|
H A D | common.h | 328 int __t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 1160 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in bit_bang() 1228 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1233 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1246 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1251 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1258 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1263 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1277 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock() 1282 __t1_tpi_read(adapter, A_ELMER0_GPO, &val); in t1_clock()
|
H A D | subr.c | 101 int __t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp) in __t1_tpi_read() function 123 ret = __t1_tpi_read(adapter, addr, valp); in t1_tpi_read() 258 __t1_tpi_read(adapter, mi1_reg, &val); in mi1_wait_until_ready() 298 __t1_tpi_read(adapter, A_ELMER0_PORT0_MI1_DATA, &val); in mi1_mdio_read() 350 __t1_tpi_read(adapter, A_ELMER0_PORT0_MI1_DATA, &val); in mi1_mdio_ext_read()
|
H A D | common.h | 319 int __t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp);
|
Completed in 9 milliseconds