Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/p1022ds/
H A DREADME9 Add the environment 'usb2', 'audclk' and 'tdm' to support pin multiplex
13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz)
16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources
21 'setenv hwconfig 'audclk:12;tdm' --- error !
22 'setenv hwconfig 'audclk:11;tdm' --- error !
23 'setenv hwconfig 'audclk:10' --- error !
H A Dp1022ds.c104 const char *audclk; in misc_init_r() local
158 audclk = hwconfig_arg("audclk", &arglen); in misc_init_r()
160 if (audclk && (strncmp(audclk, "11", 2) == 0)) in misc_init_r()
316 const char *audclk; in ft_codec_setup() local
320 audclk = hwconfig_arg("audclk", &arglen); in ft_codec_setup()
321 if (audclk) { in ft_codec_setup()
322 if (strncmp(audclk, "11", 2) == 0) in ft_codec_setup()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dstarfive,jh7100-audclk.yaml4 $id: http://devicetree.org/schemas/clock/starfive,jh7100-audclk.yaml#
14 const: starfive,jh7100-audclk
50 compatible = "starfive,jh7100-audclk";
/openbmc/u-boot/doc/
H A DREADME.fsl-hwconfig6 audclk
17 'audclk:11'
20 'audclk:12'