Home
last modified time | relevance | path

Searched full:vlo (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326.c37 u32 status, vlo, vhi; in vsc_read() local
41 t1_tpi_read(adapter, (addr << 2) + 4, &vlo); in vsc_read()
44 t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc_read()
46 status = (vhi << 16) | vlo; in vsc_read()
52 t1_tpi_read(adapter, (REG_LOCAL_DATA << 2) + 4, &vlo); 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()
704 t1_tpi_read(adapter, (REG_LOCAL_STATUS << 2) + 4, &vlo); in vsc7326_mac_create()
708 val = (vhi << 16) | vlo; in vsc7326_mac_create()
/linux-6.14.4/Documentation/devicetree/bindings/phy/
Dst,stm32mp25-combophy.yaml88 Vlo, Vhi for a VDDP = 0.8V. The hardware accepts discrete values in this range.
/linux-6.14.4/include/sound/
Dgus.h270 unsigned short vlo; member