Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dazalia.h473 #define CORB_CD_PORT_BITS 0x3 macro
474 #define CORB_CD_PORT_MASK (CORB_CD_PORT_BITS << CORB_CD_PORT_OFFSET)
475 #define CORB_CD_PORT(x) ((x >> CORB_CD_PORT_OFFSET) & CORB_CD_PORT_BITS)
H A Dazalia_codec.c2597 bits = CORB_CD_PORT_BITS; in azalia_pin_config_ov()