Searched refs:REG_LOCAL_DATA (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321.c | 78 (void) t1_tpi_read(adapter, (REG_LOCAL_DATA << 2) + 4, &vlo); in vsc_read() 79 (void) t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
|
H A D | vsc7326.c | 72 (void) t1_tpi_read(adapter, (REG_LOCAL_DATA << 2) + 4, &vlo); in vsc_read() 73 (void) t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
|
H A D | vsc7321_reg.h | 55 #define REG_LOCAL_DATA CRA(0x7,0xf,0xfe) /* Local CPU Data Register */ macro
|
H A D | vsc7326_reg.h | 57 #define REG_LOCAL_DATA CRA(0x7,0xf,0xfe) /* Local CPU Data Register */ macro
|