Home
last modified time | relevance | path

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

/u-boot/include/dt-bindings/sound/
A Dazalia.h25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument
27 (nid) << AZALIA_NID_SHIFT | \
32 #define AZALIA_WORD(codec, nid, opcode, val) \ argument
33 (AZALIA_SET_BYTE(codec, nid, opcode, val, 0) | \
34 AZALIA_SET_BYTE(codec, nid, opcode, val, 1) | \
35 AZALIA_SET_BYTE(codec, nid, opcode, val, 2) | \
36 AZALIA_SET_BYTE(codec, nid, opcode, val, 3))
38 #define AZALIA_PIN_CFG(codec, nid, val) \ argument
39 AZALIA_WORD(codec, nid, AZALIA_OPCODE_CONFIG_DEFAULT, val)
/u-boot/drivers/sound/
A Dhda_codec.c79 static inline uint hda_verb(uint nid, uint verb, uint param) in hda_verb() argument
81 return nid << HDA_VERB_NID_S | verb << HDA_VERB_VERB_S | in hda_verb()
329 static int get_subnode_info(struct hda_regs *regs, uint nid, in get_subnode_info() argument
335 ret = exec_verb(regs, hda_verb(nid, HDA_VERB_GET_PARAMS, in get_subnode_info()
339 printf("Audio: Error reading sub-node info %d\n", nid); in get_subnode_info()
400 static int audio_group_has_beep_node(struct hda_regs *regs, uint nid) in audio_group_has_beep_node() argument
405 ret = exec_verb(regs, hda_verb(nid, HDA_VERB_GET_PARAMS, in audio_group_has_beep_node()
409 printf("Audio: Error reading audio group caps %d\n", nid); in audio_group_has_beep_node()
/u-boot/doc/device-tree-bindings/sound/
A Dintel-hda.txt14 - intel,beep-nid: Node ID to use for beep (will be detected if not provided)

Completed in 5 milliseconds