Searched refs:REG_LOCAL_STATUS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321.c | 71 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc_read() 72 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read() 261 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc7321_mac_create() 263 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7321_mac_create()
|
H A D | vsc7326.c | 62 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc_read() 63 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read() 743 (void) t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc7326_mac_create() 745 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
|
H A D | vsc7321_reg.h | 54 #define REG_LOCAL_STATUS CRA(0x7,0xf,0xff) /* Local CPU Status Register */ macro
|
H A D | vsc7326_reg.h | 56 #define REG_LOCAL_STATUS CRA(0x7,0xf,0xff) /* Local CPU Status Register */ macro
|