| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | phy.c | 66 void phy_write (MAC_ENGINE *eng, int index, uint32_t data) in phy_write() argument 71 if (eng->env.is_new_mdio_reg[eng->run.mdio_idx]) { in phy_write() 73 MDIO_SET_PHY_ADDR(eng->phy.Adr) | in phy_write() 75 writel(wr_data, eng->run.mdio_base); in phy_write() 77 while (readl(eng->run.mdio_base) & MDIO_FIRE_BUSY) { in phy_write() 79 if (!eng->run.tm_tx_only) in phy_write() 82 readl(eng->run.mdio_base)); in phy_write() 84 FindErr(eng, Err_Flag_PHY_TimeOut_RW); in phy_write() 89 writel(data, eng->run.mdio_base + 0x4); in phy_write() 91 MDIO_SET_PHY_ADDR_OLD(eng->phy.Adr) | in phy_write() [all …]
|
| H A D | ncsi.c | 18 int ncsi_set_error_flag(MAC_ENGINE *eng, int eflag) in ncsi_set_error_flag() argument 20 eng->flg.ncsi = eng->flg.ncsi | eflag; in ncsi_set_error_flag() 21 eng->flg.error = eng->flg.error | ERR_FLAG_NCSI_LINKFAIL; in ncsi_set_error_flag() 24 eng->flg.error, eng->flg.ncsi); in ncsi_set_error_flag() 32 void ncsi_reqdump(MAC_ENGINE *eng, NCSI_Command_Packet *in) in ncsi_reqdump() argument 61 void ncsi_respdump (MAC_ENGINE *eng, NCSI_Response_Packet *in) { in ncsi_respdump() argument 93 void NCSI_PrintCommandStr (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandStr() argument 95 case 0x80 : sprintf(eng->dat.NCSI_CommandStr, "IID:%3d [%02x:Respond]", iid, command); break; in NCSI_PrintCommandStr() 96 default : sprintf(eng->dat.NCSI_CommandStr, "IID:%3d [%02x:Request]", iid, command); break; in NCSI_PrintCommandStr() 99 …case 0x00 : sprintf(eng->dat.NCSI_CommandStr, "%s[CLEAR_INITIAL_STATE ]", eng->da… in NCSI_PrintCommandStr() [all …]
|
| H A D | mac.c | 897 void init_mac (MAC_ENGINE *eng) in init_mac() argument 906 mac_reg_write(eng, 0x50, maccr.w); in init_mac() 910 maccr.w = mac_reg_read(eng, 0x50); in init_mac() 914 mac_reg_write(eng, 0x20, eng->run.tdes_base - ASPEED_DRAM_BASE); in init_mac() 915 mac_reg_write(eng, 0x24, eng->run.rdes_base - ASPEED_DRAM_BASE); in init_mac() 917 mac_reg_write(eng, 0x08, eng->reg.mac_madr); in init_mac() 918 mac_reg_write(eng, 0x0c, eng->reg.mac_ladr); in init_mac() 921 mac_reg_write( eng, 0x30, MAC_030_def );//Int Thr/Cnt in init_mac() 924 mac_reg_write( eng, 0x34, MAC_034_def );//Poll Cnt in init_mac() 927 mac_reg_write( eng, 0x38, MAC_038_def ); in init_mac() [all …]
|
| H A D | phy_tbl.h | 5 void recov_phy_marvell(MAC_ENGINE *eng); 6 void phy_marvell(MAC_ENGINE *eng); 7 void recov_phy_marvell0(MAC_ENGINE *eng); 8 void phy_marvell0(MAC_ENGINE *eng); 9 void recov_phy_marvell1(MAC_ENGINE *eng); 10 void phy_marvell1(MAC_ENGINE *eng); 11 void recov_phy_marvell2(MAC_ENGINE *eng); 12 void phy_marvell2(MAC_ENGINE *eng); 13 void phy_marvell3(MAC_ENGINE *eng); 14 void phy_broadcom(MAC_ENGINE *eng); [all …]
|
| H A D | comminf.h | 121 #define ZeroCopy_OFFSET (( eng->run.tm_tx_only ) ? 0 : 2) 162 #define TDES_IniVal (0xb0000000 + eng->dat.FRAME_LEN_Cur) 256 #define PktByteSize ( ( ( ( ZeroCopy_OFFSET + eng->dat.FRAME_LEN_Cur -… 790 GLOBAL char phy_ncsi (MAC_ENGINE *eng); 846 GLOBAL void PrintTest (MAC_ENGINE *eng); 847 GLOBAL void PrintIOTimingBund (MAC_ENGINE *eng); 851 GLOBAL void PrintPHYAdr (MAC_ENGINE *eng); 857 GLOBAL void setup_arp (MAC_ENGINE *eng); 858 GLOBAL void TestingSetup (MAC_ENGINE *eng); 862 GLOBAL void init_mac (MAC_ENGINE *eng); [all …]
|
| H A D | mac_api.h | 18 void FPri_End(MAC_ENGINE *eng, uint8_t option); 19 void FPri_RegValue(MAC_ENGINE *eng, uint8_t option);
|
| H A D | phy_api.h | 5 uint32_t phy_find_addr (MAC_ENGINE *eng);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tesseract/ |
| H A D | tesseract_5.5.0.bb | 21 RRECOMMENDS:${PN} += "tesseract-lang-eng"
|
| /openbmc/qemu/hw/adc/ |
| H A D | aspeed_adc.c | 359 Object *eng = OBJECT(&s->engines[i]); in aspeed_adc_realize() local 361 if (!sysbus_realize(SYS_BUS_DEVICE(eng), errp)) { in aspeed_adc_realize() 364 sysbus_connect_irq(SYS_BUS_DEVICE(eng), 0, in aspeed_adc_realize()
|
| /openbmc/u-boot/doc/ |
| H A D | README.s5pc1xx | 72 http://meritech.co.kr/eng/products/product_view.php?num=28
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | fedora-win64-cross.docker | 64 tesseract-langpack-eng \
|
| H A D | fedora.docker | 133 tesseract-langpack-eng \
|
| H A D | ubuntu2204.docker | 136 tesseract-ocr-eng \
|
| H A D | debian.docker | 138 tesseract-ocr-eng \
|
| H A D | fedora-rust-nightly.docker | 133 tesseract-langpack-eng \
|
| H A D | debian-armhf-cross.docker | 64 tesseract-ocr-eng \
|
| H A D | debian-s390x-cross.docker | 64 tesseract-ocr-eng \
|
| H A D | debian-amd64-cross.docker | 64 tesseract-ocr-eng \
|
| H A D | debian-arm64-cross.docker | 64 tesseract-ocr-eng \
|
| H A D | debian-mipsel-cross.docker | 63 tesseract-ocr-eng \
|
| H A D | debian-mips64el-cross.docker | 63 tesseract-ocr-eng \
|
| H A D | debian-i686-cross.docker | 64 tesseract-ocr-eng \
|
| H A D | debian-ppc64el-cross.docker | 64 tesseract-ocr-eng \
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | coverity-scan.docker | 135 tesseract-langpack-eng \
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | stih410.dtsi | 20 st,syscfg-eng = <&syscfg_opp 0x4 0x0>;
|