Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326.c38 u32 status, vlo, vhi; in vsc_read() local
46 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
47 status = (vhi << 16) | vlo; in vsc_read()
54 t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
56 *val = (vhi << 16) | vlo; in vsc_read()
705 u32 vhi, vlo; in vsc7326_mac_create() local
707 vhi = vlo = 0; in vsc7326_mac_create()
710 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
712 val = (vhi << 16) | vlo; in vsc7326_mac_create()