Home
last modified time | relevance | path

Searched refs:DFH (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fpga/
A Ddfl.h63 #define DFH 0x0 macro
86 #define FME_HDR_DFH DFH
126 #define PORT_HDR_DFH DFH
409 u64 v = readq(base + DFH); in dfl_feature_is_fme()
417 u64 v = readq(base + DFH); in dfl_feature_is_port()
425 return (u8)FIELD_GET(DFH_REVISION, readq(base + DFH)); in dfl_feature_revision()
A Ddfl.c1145 v = readq(binfo->ioaddr + DFH); in parse_feature_fiu()
1195 v = readq(binfo->ioaddr + ofst + DFH); in parse_feature()
1236 v = readq(binfo->ioaddr + start - binfo->start + DFH); in parse_feature_list()

Completed in 8 milliseconds