Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dvsc7321.c68 u32 status, vlo, vhi; in vsc_read() local
74 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
75 status = (vhi << 16) | vlo; in vsc_read()
79 (void) t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
81 *val = (vhi << 16) | vlo; in vsc_read()
260 u32 vhi, vlo; in vsc7321_mac_create() local
262 vhi = vlo = 0; in vsc7321_mac_create()
265 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7321_mac_create()
267 val = (vhi << 16) | vlo; in vsc7321_mac_create()
H A Dvsc7326.c57 u32 status, vlo, vhi; in vsc_read() local
65 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
66 status = (vhi << 16) | vlo; in vsc_read()
73 (void) t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
75 *val = (vhi << 16) | vlo; in vsc_read()
742 u32 vhi, vlo; in vsc7326_mac_create() local
744 vhi = vlo = 0; in vsc7326_mac_create()
747 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
749 val = (vhi << 16) | vlo; in vsc7326_mac_create()