Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c118 pcieadm_regdef_addend_t prdv_hex; member
519 if (regdef->prd_val.prdv_hex.pra_shift > 0) { in pcieadm_cfgspace_print_regdef()
520 actval <<= regdef->prd_val.prdv_hex.pra_shift; in pcieadm_cfgspace_print_regdef()
522 actval += regdef->prd_val.prdv_hex.pra_addend; in pcieadm_cfgspace_print_regdef()
890 .prd_val = { .prdv_hex = { 12 } } },
898 .prd_val = { .prdv_hex = { 12, 0xfff } } },
927 .prd_val = { .prdv_hex = { 20 } } },
933 .prd_val = { .prdv_hex = { 20, 0xfffff } } },
941 .prd_val = { .prdv_hex = { 20 } } },
949 .prd_val = { .prdv_hex = { 20, 0xfffff } } },
[all …]