Searched refs:bpid_offset (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/fsl-mc/
H A Dfsl_dpaa_fd.h21 u32 bpid_offset; member in struct:dpaa_fd::__anon1176::dpaa_fd_simple
62 return (uint16_t)(fd->simple.bpid_offset >> 16) & 0x0FFF;
67 fd->simple.bpid_offset &= 0xF000FFFF;
68 fd->simple.bpid_offset |= (u32)offset << 16;
73 return (uint16_t)(fd->simple.bpid_offset & 0xFFFF);
78 fd->simple.bpid_offset &= 0xFFFF0000;
79 fd->simple.bpid_offset |= (u32)bpid;
H A Dfsl_qbman_base.h75 uint32_t bpid_offset; member in struct:qbman_fd::__anon1182::qbman_fd_simple
/u-boot/include/
H A Dfsl_sec.h264 uint32_t bpid_offset; member in struct:sg_entry

Completed in 88 milliseconds