Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326.c37 u32 status, vlo, vhi; in vsc_read() local
45 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
46 status = (vhi << 16) | vlo; in vsc_read()
53 t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
55 *val = (vhi << 16) | vlo; in vsc_read()
701 u32 vhi, vlo; in vsc7326_mac_create() local
703 vhi = vlo = 0; in vsc7326_mac_create()
706 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
708 val = (vhi << 16) | vlo; in vsc7326_mac_create()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326.c37 u32 status, vlo, vhi; in vsc_read() local
45 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc_read()
46 status = (vhi << 16) | vlo; in vsc_read()
53 t1_tpi_read(adapter, REG_LOCAL_DATA << 2, &vhi); in vsc_read()
55 *val = (vhi << 16) | vlo; in vsc_read()
701 u32 vhi, vlo; in vsc7326_mac_create() local
703 vhi = vlo = 0; in vsc7326_mac_create()
706 t1_tpi_read(adapter, REG_LOCAL_STATUS << 2, &vhi); in vsc7326_mac_create()
708 val = (vhi << 16) | vlo; in vsc7326_mac_create()

Completed in 4 milliseconds