Home
last modified time | relevance | path

Searched refs:apu (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/
H A Des1968.c454 u8 apu[4]; member
527 unsigned char apu[NR_APUS]; member
911 offset = apu_get_register(chip, es->apu[0], 5); in snd_es1968_get_dma_ptr()
918 static void snd_es1968_apu_set_freq(struct es1968 *chip, int apu, int freq) in snd_es1968_apu_set_freq() argument
920 apu_set_register(chip, apu, 2, in snd_es1968_apu_set_freq()
921 (apu_get_register(chip, apu, 2) & 0x00FF) | in snd_es1968_apu_set_freq()
923 apu_set_register(chip, apu, 3, freq >> 8); in snd_es1968_apu_set_freq()
927 static inline void snd_es1968_trigger_apu(struct es1968 *esm, int apu, int mode) in snd_es1968_trigger_apu() argument
930 __apu_set_register(esm, apu, 0, in snd_es1968_trigger_apu()
931 (__apu_get_register(esm, apu, 0) & 0xff0f) | in snd_es1968_trigger_apu()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr-util/
H A Dconfigure_fixes.patch11 -sinclude(build/apu-conf.m4)
12 -sinclude(build/apu-iconv.m4)
13 -sinclude(build/apu-hints.m4)
20 +#sinclude(build/apu-conf.m4)
21 +#sinclude(build/apu-iconv.m4)
22 +#sinclude(build/apu-hints.m4)
H A Dconfigfix.patch3 Index: apr-util-1.3.4/apu-config.in
5 --- apr-util-1.3.4.orig/apu-config.in 2009-01-12 17:08:06.000000000 +0000
6 +++ apr-util-1.3.4/apu-config.in 2009-01-12 17:09:00.000000000 +0000
50 --apu-la-file)
/OK3568_Linux_fs/buildroot/package/apache/
H A D0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch8 but for example APU_INCLUDEDIR contains both the apr headers and apu
14 APR_INCLUDEDIR and the apu headers from the APU_INCLUDEDIR.
42 + ls $(APU_INCLUDE_DIR)/{apu.h,apu_*.h} 2>/dev/null; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/
H A Dapr-util_1.6.3.bb29 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apu-1-config"
64 -e 's,APU_BUILD_DIR=.*,APR_BUILD_DIR=,g' ${D}${bindir}/apu-1-config
/OK3568_Linux_fs/buildroot/package/log4cxx/
H A Dlog4cxx.mk16 -DAPR_UTIL_CONFIG_EXECUTABLE=$(STAGING_DIR)/usr/bin/apu-1-config
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A D0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch29 apu = str(env['APU'])
/OK3568_Linux_fs/buildroot/package/apr-util/
H A Dapr-util.mk18 APR_UTIL_CONFIG_SCRIPTS = apu-1-config
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/
H A Dserf_1.3.9.bb35 APU=`which apu-1-config` \
/OK3568_Linux_fs/kernel/drivers/leds/
H A DMakefile16 obj-$(CONFIG_LEDS_APU) += leds-apu.o
H A DKconfig94 module will be called leds-apu.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/
H A Dapache2_2.4.56.bb162 …sed -i 's!^APU_CONFIG = .*!APU_CONFIG = ${STAGING_BINDIR_CROSS}/apu-1-config!' ${SYSROOT_DESTDIR}$…