Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c214 unsigned int ma_lo, ma_hi; in xgbe_pci_probe() local
314 ma_hi = XP_IOREAD(pdata, XP_MAC_ADDR_HI); in xgbe_pci_probe()
319 pdata->mac_addr[4] = ma_hi & 0xff; in xgbe_pci_probe()
320 pdata->mac_addr[5] = (ma_hi >> 8) & 0xff; in xgbe_pci_probe()
321 if (!XP_GET_BITS(ma_hi, XP_MAC_ADDR_HI, VALID) || in xgbe_pci_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c214 unsigned int ma_lo, ma_hi; in xgbe_pci_probe() local
314 ma_hi = XP_IOREAD(pdata, XP_MAC_ADDR_HI); in xgbe_pci_probe()
319 pdata->mac_addr[4] = ma_hi & 0xff; in xgbe_pci_probe()
320 pdata->mac_addr[5] = (ma_hi >> 8) & 0xff; in xgbe_pci_probe()
321 if (!XP_GET_BITS(ma_hi, XP_MAC_ADDR_HI, VALID) || in xgbe_pci_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c214 unsigned int ma_lo, ma_hi; in xgbe_pci_probe() local
314 ma_hi = XP_IOREAD(pdata, XP_MAC_ADDR_HI); in xgbe_pci_probe()
319 pdata->mac_addr[4] = ma_hi & 0xff; in xgbe_pci_probe()
320 pdata->mac_addr[5] = (ma_hi >> 8) & 0xff; in xgbe_pci_probe()
321 if (!XP_GET_BITS(ma_hi, XP_MAC_ADDR_HI, VALID) || in xgbe_pci_probe()
/dports/emulators/vice/vice-3.5/src/pet/
H A Dpethre.c277 int ma_hi = scr_rel & MA_HI; /* MA<9...6> MA is already multi- */ in pethre_DRAW() local
281 (ma_hi << 3) + (ymod8 << 6) + ma_lo; in pethre_DRAW()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/pet/
H A Dpethre.c277 int ma_hi = scr_rel & MA_HI; /* MA<9...6> MA is already multi- */ in pethre_DRAW() local
281 (ma_hi << 3) + (ymod8 << 6) + ma_lo; in pethre_DRAW()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/gfxoutputdrv/
H A Dnativedrv.c1404 int ma_hi = scr_rel & MA_HI; /* MA<9...6> */ in native_crtc_render() local
1407 int addr = ((ma_hi << 3) + ma_lo) >> 1; in native_crtc_render()
/dports/emulators/vice/vice-3.5/src/gfxoutputdrv/
H A Dnativedrv.c1718 int ma_hi = scr_rel & MA_HI; /* MA<9...6> */
1721 int addr = ((ma_hi << 3) + ma_lo) >> 1;
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dloop_restoration_10bit_neon.cc1210 const uint8x8_t ma_hi = MaLookupAndAdjust(table0, table1, index[1]); in CalculateIntermediate() local
1211 *ma = vcombine_u8(ma_lo, ma_hi); in CalculateIntermediate()