Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dvsc7321.c73 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc_read()
74 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
263 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc7321_mac_create()
265 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7321_mac_create()
H A Dvsc7326.c64 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc_read()
65 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
745 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc7326_mac_create()
747 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
H A Dvsc7321_reg.h56 #define REG_LOCAL_STATUS CRA(0x7,0xf,0xff) /* Local CPU Status Register */ macro
H A Dvsc7326_reg.h58 #define REG_LOCAL_STATUS CRA(0x7,0xf,0xff) /* Local CPU Status Register */ macro