Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dmidictl.c150 #define CTL7SHIFT(chan) (16+((chan)<<3)) macro
598 return 0xff & (s->table[s->idx]>>CTL7SHIFT(chan)); in store_extract()
629 orig &= ~(((uint64_t)0xff)<<CTL7SHIFT(chan)); in store_update()
630 orig |= ((uint64_t)(0xff & value)) << CTL7SHIFT(chan); in store_update()