Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7321.c66 u32 status, vlo, vhi; in vsc_read() local
72 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
73 status = (vhi << 16) | vlo; in vsc_read()
77 (void) t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
79 *val = (vhi << 16) | vlo; in vsc_read()
258 u32 vhi, vlo; in vsc7321_mac_create() local
260 vhi = vlo = 0; in vsc7321_mac_create()
263 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7321_mac_create()
265 val = (vhi << 16) | vlo; in vsc7321_mac_create()
H A Dvsc7326.c55 u32 status, vlo, vhi; in vsc_read() local
63 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
64 status = (vhi << 16) | vlo; in vsc_read()
71 (void) t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
73 *val = (vhi << 16) | vlo; in vsc_read()
740 u32 vhi, vlo; in vsc7326_mac_create() local
742 vhi = vlo = 0; in vsc7326_mac_create()
745 (void) t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
747 val = (vhi << 16) | vlo; in vsc7326_mac_create()