Home
last modified time | relevance | path

Searched refs:HiethRead (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dctrl.c150 old = HiethRead(ld, GLB_RW_IRQ_ENA); in IrqEnable()
152 old = HiethRead(ld, GLB_RW_IRQ_ENA); in IrqEnable()
160 old = HiethRead(ld, GLB_RW_IRQ_ENA); in IrqDisable()
169 status = HiethRead(ld, GLB_RO_IRQ_STAT); in ReadIrqstatus()
202 reg = HiethRead(ld, GLB_HOSTMAC_H16); in HiethHwGetMacAddress()
204 reg = HiethRead(ld, GLB_DN_HOSTMAC_H16); in HiethHwGetMacAddress()
210 reg = HiethRead(ld, GLB_HOSTMAC_L32); in HiethHwGetMacAddress()
212 reg = HiethRead(ld, GLB_DN_HOSTMAC_L32); in HiethHwGetMacAddress()
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Dhieth_pri.h117 #define HiethRead(ld, ofs) \ macro
134 unsigned long _reg = HiethRead(ld, ofs); \
145 (HiethRead(ld, ofs)&_mask)>>(_shift); })
H A Dmdio.h47 #define TestMdioReady(ld) (HiethRead(ld, MDIO_RWCTRL) & (1 << 15))
52 #define MdioGetPhyreadVal(ld) (HiethRead(ld, MDIO_RO_DATA) & 0xFFFF)
H A Dctrl.h274 #define IsRecvPacket(ld) (HiethRead(ld, GLB_RW_IRQ_RAW) & (UD_BIT_NAME(HIETH_INT_RX_RDY)))
278 #define HwGetRxpkgInfo(ld) HiethRead(ld, UD_REG_NAME(GLB_RO_IQFRM_DES))

Completed in 3 milliseconds