Searched refs:tmd (Results 1 – 3 of 3) sorted by relevance
299 static inline void pcnet_tmd_load(PCNetState *s, struct pcnet_TMD *tmd, in pcnet_tmd_load() argument309 tmd->tbadr = le32_to_cpu(xda.tbadr) & 0xffffff; in pcnet_tmd_load()310 tmd->length = le16_to_cpu(xda.length); in pcnet_tmd_load()311 tmd->status = (le32_to_cpu(xda.tbadr) >> 16) & 0xff00; in pcnet_tmd_load()312 tmd->misc = le16_to_cpu(xda.status) << 16; in pcnet_tmd_load()313 tmd->res = 0; in pcnet_tmd_load()315 s->phys_mem_read(s->dma_opaque, addr, (void *)tmd, sizeof(*tmd), 0); in pcnet_tmd_load()316 le32_to_cpus(&tmd->tbadr); in pcnet_tmd_load()317 le16_to_cpus((uint16_t *)&tmd->length); in pcnet_tmd_load()318 le16_to_cpus((uint16_t *)&tmd->status); in pcnet_tmd_load()[all …]
34 u32 tmd : 4; member
562 if (stp_info.todoff || stp_info.tmd != 2) { in stp_sync_clock()570 if (rc == 0 && stp_info.tmd != 2) in stp_sync_clock()866 ret = sprintf(buf, "%i\n", stp_info.tmd); in timing_mode_show()