Searched refs:store_extract (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ |
H A D | midictl.c | 97 static uint16_t store_extract(midictl_store *s, class c, 312 val = store_extract(mc->store, c, chan, key); in midictl_change() 325 val = store_extract(mc->store, c, chan, key); in midictl_change() 356 !(C1_SET&(val = store_extract(mc->store, c, chan, key))) ) { in midictl_read() 364 !(C7_SET&(val = store_extract(mc->store, c, chan, key))) ) { in midictl_read() 456 stval = (present) ? store_extract(mc->store, c, chan, key) : 0; in enter14() 484 val = store_extract(mc->store, c, chan, key); in read14() 587 store_extract(midictl_store *s, class c, uint_fast8_t chan, in store_extract() function
|