HomeSort by relevance Sort by last modified time
    Searched refs:chip (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/include/pci_ids/
pci_id_driver_map.h 11 #define CHIPSET(chip, desc, misc) chip,
17 #define CHIPSET(chip, desc, misc) chip,
24 #define CHIPSET(chip, name, family) chip,
30 #define CHIPSET(chip, name, family) chip,
37 #define CHIPSET(chip, name, family) chip,
    [all...]
  /external/mesa3d/include/pci_ids/
pci_id_driver_map.h 11 #define CHIPSET(chip, desc, misc) chip,
17 #define CHIPSET(chip, desc, misc) chip,
24 #define CHIPSET(chip, name, family) chip,
30 #define CHIPSET(chip, name, family) chip,
37 #define CHIPSET(chip, name, family) chip,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 97 unsigned char (*in8)(struct vx_core *chip, int reg);
98 unsigned int (*in32)(struct vx_core *chip, int reg);
99 void (*out8)(struct vx_core *chip, int reg, unsigned char val);
100 void (*out32)(struct vx_core *chip, int reg, unsigned int val);
102 int (*test_and_ack)(struct vx_core *chip);
103 void (*validate_irq)(struct vx_core *chip, int enable);
105 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
106 void (*akm_write)(struct vx_core *chip, int reg, unsigned int data);
107 void (*reset_codec)(struct vx_core *chip);
108 void (*change_audio_source)(struct vx_core *chip, int src)
    [all...]
ak4xxx-adda.h 33 void (*lock)(struct snd_akm4xxx *ak, int chip);
34 void (*unlock)(struct snd_akm4xxx *ak, int chip);
35 void (*write)(struct snd_akm4xxx *ak, int chip, unsigned char reg,
81 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg,
87 #define snd_akm4xxx_get(ak,chip,reg) \
88 (ak)->images[(chip) * 16 + (reg)]
89 #define snd_akm4xxx_set(ak,chip,reg,val) \
90 ((ak)->images[(chip) * 16 + (reg)] = (val))
91 #define snd_akm4xxx_get_vol(ak,chip,reg) \
92 (ak)->volumes[(chip) * 16 + (reg)
    [all...]
cs4231.h 41 #define CS4231_HW_DETECT 0x0000 /* let CS4231 driver detect chip */
45 #define CS4231_HW_CS4231 0x0100 /* CS4231 chip */
46 #define CS4231_HW_CS4231A 0x0101 /* CS4231A chip */
47 #define CS4231_HW_AD1845 0x0102 /* AD1845 chip */
59 #define CS4231_HW_INTERWAVE 0x1000 /* InterWave chip */
60 #define CS4231_HW_OPL3SA2 0x1101 /* OPL3-SA2 chip, similar to cs4231 */
75 unsigned short version; /* version of CODEC chip */
102 void (*set_playback_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);
103 void (*set_capture_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char cdfr);
104 void (*trigger) (struct snd_cs4231 *chip, unsigned int what, int start)
    [all...]
sb.h 37 SB_HW_16CSP, /* SB16 with CSP chip */
38 SB_HW_ALS100, /* Avance Logic ALS100 chip */
39 SB_HW_ALS4000, /* Avance Logic ALS4000 chip */
65 unsigned long port; /* base port of DSP chip */
68 int irq; /* IRQ number of DSP chip */
71 unsigned short version; /* version of DSP chip */
119 #define SBP(chip, x) ((chip)->port + s_b_SB_##x)
273 static inline void snd_sb_ack_8bit(struct snd_sb *chip)
275 inb(SBP(chip, DATA_AVAIL))
    [all...]
ad1848.h 30 #define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x )
118 #define AD1848_HW_DETECT 0x0000 /* let AD1848 driver detect chip */
119 #define AD1848_HW_AD1847 0x0001 /* AD1847 chip */
120 #define AD1848_HW_AD1848 0x0002 /* AD1848 chip */
121 #define AD1848_HW_CS4248 0x0003 /* CS4248 chip */
122 #define AD1848_HW_CMI8330 0x0004 /* CMI8330 chip */
135 unsigned short version; /* version of CODEC chip */
152 void (*suspend)(struct snd_ad1848 *chip);
153 void (*resume)(struct snd_ad1848 *chip);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 97 unsigned char (*in8)(struct vx_core *chip, int reg);
98 unsigned int (*in32)(struct vx_core *chip, int reg);
99 void (*out8)(struct vx_core *chip, int reg, unsigned char val);
100 void (*out32)(struct vx_core *chip, int reg, unsigned int val);
102 int (*test_and_ack)(struct vx_core *chip);
103 void (*validate_irq)(struct vx_core *chip, int enable);
105 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
106 void (*akm_write)(struct vx_core *chip, int reg, unsigned int data);
107 void (*reset_codec)(struct vx_core *chip);
108 void (*change_audio_source)(struct vx_core *chip, int src)
    [all...]
ak4xxx-adda.h 33 void (*lock)(struct snd_akm4xxx *ak, int chip);
34 void (*unlock)(struct snd_akm4xxx *ak, int chip);
35 void (*write)(struct snd_akm4xxx *ak, int chip, unsigned char reg,
81 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg,
87 #define snd_akm4xxx_get(ak,chip,reg) \
88 (ak)->images[(chip) * 16 + (reg)]
89 #define snd_akm4xxx_set(ak,chip,reg,val) \
90 ((ak)->images[(chip) * 16 + (reg)] = (val))
91 #define snd_akm4xxx_get_vol(ak,chip,reg) \
92 (ak)->volumes[(chip) * 16 + (reg)
    [all...]
cs4231.h 41 #define CS4231_HW_DETECT 0x0000 /* let CS4231 driver detect chip */
45 #define CS4231_HW_CS4231 0x0100 /* CS4231 chip */
46 #define CS4231_HW_CS4231A 0x0101 /* CS4231A chip */
47 #define CS4231_HW_AD1845 0x0102 /* AD1845 chip */
59 #define CS4231_HW_INTERWAVE 0x1000 /* InterWave chip */
60 #define CS4231_HW_OPL3SA2 0x1101 /* OPL3-SA2 chip, similar to cs4231 */
75 unsigned short version; /* version of CODEC chip */
102 void (*set_playback_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);
103 void (*set_capture_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char cdfr);
104 void (*trigger) (struct snd_cs4231 *chip, unsigned int what, int start)
    [all...]
sb.h 37 SB_HW_16CSP, /* SB16 with CSP chip */
38 SB_HW_ALS100, /* Avance Logic ALS100 chip */
39 SB_HW_ALS4000, /* Avance Logic ALS4000 chip */
65 unsigned long port; /* base port of DSP chip */
68 int irq; /* IRQ number of DSP chip */
71 unsigned short version; /* version of DSP chip */
119 #define SBP(chip, x) ((chip)->port + s_b_SB_##x)
273 static inline void snd_sb_ack_8bit(struct snd_sb *chip)
275 inb(SBP(chip, DATA_AVAIL))
    [all...]
ad1848.h 30 #define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x )
118 #define AD1848_HW_DETECT 0x0000 /* let AD1848 driver detect chip */
119 #define AD1848_HW_AD1847 0x0001 /* AD1847 chip */
120 #define AD1848_HW_AD1848 0x0002 /* AD1848 chip */
121 #define AD1848_HW_CS4248 0x0003 /* CS4248 chip */
122 #define AD1848_HW_CMI8330 0x0004 /* CMI8330 chip */
135 unsigned short version; /* version of CODEC chip */
152 void (*suspend)(struct snd_ad1848 *chip);
153 void (*resume)(struct snd_ad1848 *chip);
    [all...]
  /external/kernel-headers/original/linux/mtd/
nand.h 37 * is supported now. If you add a chip with bigger oobsize/page
49 /* Select the chip by setting nCE to low */
137 /* Chip can not auto increment pages */
143 /* Chip has cache program function */
145 /* Chip has copy back function */
147 /* AND Chip which has 4 banks and a confusing page / block
150 /* Chip has a array of 4 pages which can be read without
153 /* Chip requires that BBT is periodically rewritten to prevent
157 /* Chip does not require ready check on read. True
167 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)
568 struct nand_chip *chip = mtd->priv; local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 102 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
104 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
105 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
106 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
152 struct nand_chip *chip,
156 struct nand_chip *chip,
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nand.h 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR))
110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING))
111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK))
157 struct nand_chip *chip,
160 struct nand_chip *chip,
    [all...]

Completed in 448 milliseconds

1 2 3 4 5 6 7 8