Searched refs:buff (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-ecaps.c | 1442 u32 buff; in cap_ptm() local 1456 buff = get_conf_long(d, where + 4); in cap_ptm() 1459 FLAG(buff, 0x1), in cap_ptm() 1460 FLAG(buff, 0x2), in cap_ptm() 1461 FLAG(buff, 0x4)); in cap_ptm() 1463 clock = BITS(buff, 8, 8); in cap_ptm() 1477 buff = get_conf_long(d, where + 8); in cap_ptm() 1480 FLAG(buff, 0x1), in cap_ptm() 1481 FLAG(buff, 0x2)); in cap_ptm() 1483 clock = BITS(buff, 8, 8); in cap_ptm()
|