Home
last modified time | relevance | path

Searched refs:REG_LOCAL_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326.c45 t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc_read()
46 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
708 t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc7326_mac_create()
710 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
Dvsc7326_reg.h32 #define REG_LOCAL_STATUS CRA(0x7,0xf,0xff) /* Local CPU Status Register */ macro