Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c538 TABLE(ref_clocks, BITS(cr1, 8, 2), buf), in cap_vc()
547 printf("\n\t\tCtrl:\tArbSelect=%s\n", TABLE(arb_selects, BITS(ctrl, 1, 3), buf)); in cap_vc()
587 TABLE(vc_arb_selects, BITS(rctrl, 17, 3), buf), in cap_vc()
620 TABLE(elt_types, BITS(esd, 0, 8), buf)); in cap_rclink()
801 TABLE(mod_ts_modes, PCI_32GT_CTL_MOD_TS_MODE(ctl), buf)); in cap_phy_32gt()
811 TABLE(enh_link_ctl, PCI_32GT_STATUS_RCV_ENH_LINK(status), buf), in cap_phy_32gt()
1708 TABLE(hdr_enc_mode, PCI_IDE_LINK_CTL_PART_ENC(l), buf1), in cap_ide()
1720 TABLE(stream_state, PCI_IDE_LINK_STS_STATUS(l), buf1), in cap_ide()
1756 TABLE(hdr_enc_mode, PCI_IDE_SEL_CTL_PART_ENC(l), buf1), in cap_ide()
1769 TABLE(stream_state, PCI_IDE_SEL_STS_STATUS(l), buf1), in cap_ide()
H A Dbitops.h36 #define TABLE(tab, x, buf) \ macro