Searched refs:CONN_RESVAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 1404 #define CONN_RESVAL(r, e, n) ((r) >> ((32 / (e)) * (n))) in hdaa_widget_connection_parse() macro 1405 #define CONN_RANGE(r, e, n) (CONN_RESVAL(r, e, n) & CONN_RMASK(e)) in hdaa_widget_connection_parse() 1406 #define CONN_CNID(r, e, n) (CONN_RESVAL(r, e, n) & CONN_NMASK(e)) in hdaa_widget_connection_parse()
|