Searched refs:chip_type (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dboard-nokia.h27 u8 chip_type; member in struct:omap_bluetooth_config
37 u8 chip_type; member in struct:omap_wlan_cx3110x_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dhpt366.c278 u8 chip_type; /* Chip type */ member in struct:hpt_info
317 .chip_type = HPT36x,
324 .chip_type = HPT370,
331 .chip_type = HPT370A,
338 .chip_type = HPT374,
345 .chip_type = HPT372,
352 .chip_type = HPT372A,
359 .chip_type = HPT302,
366 .chip_type = HPT371,
373 .chip_type
411 u8 chip_type = info->chip_type; local
1128 u8 chip_type = info->chip_type; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmac89x0.c116 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local
239 lp->chip_type = rev_type &~ REVISON_BITS;
245 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
247 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
255 lp->chip_type==CS8900?'0':'2',
256 lp->chip_type==CS8920M?"M":"",
322 if (lp->chip_type == CS8900)
H A Dcs89x0.c224 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local
611 lp->chip_type = rev_type &~ REVISON_BITS;
617 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
619 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
627 lp->chip_type==CS8900?'0':'2',
628 lp->chip_type==CS8920M?"M":"",
717 if (lp->chip_type == CS8900)
792 if (lp->chip_type != CS8900 &&
800 if (lp->chip_type == CS8900) {
896 if (lp->chip_type
907 write_dma(struct net_device *dev, int chip_type, int dma) argument
1236 write_irq(struct net_device *dev, int chip_type, int irq) argument
[all...]
H A Datp.h19 enum chip_type { RTL8002, RTL8012 }; enum
H A Datp.c182 chip_type; member in struct:net_local
329 lp->chip_type = RTL8002;
346 lp->chip_type == RTL8002 ? &set_rx_mode_8002 : &set_rx_mode_8012;
H A Dvia-velocity.h1170 enum chip_type { enum
1175 enum chip_type chip_id;
1731 enum chip_type chip_id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_schizo.c1083 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO)
1100 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) {
1274 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO &&
1284 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO &&
1290 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO)
1303 if (pbm->chip_type == PBM_CHIP_TYPE_TOMATILLO) {
1317 int chip_type)
1324 switch (chip_type) {
1371 pbm->chip_type = chip_type;
1315 schizo_pbm_init(struct pci_controller_info *p, struct device_node *dp, u32 portid, int chip_type) argument
1397 portid_compare(u32 x, u32 y, int chip_type) argument
1407 __schizo_init(struct device_node *dp, char *model_name, int chip_type) argument
[all...]
H A Dpci_impl.h57 int chip_type; member in struct:pci_pbm_info
H A Dpci_sabre.c548 if (pbm->chip_type == PBM_CHIP_TYPE_SABRE)
735 pbm->chip_type = PBM_CHIP_TYPE_SABRE;
H A Dpci_psycho.c977 pbm->chip_type = PBM_CHIP_TYPE_PSYCHO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dvia82xx.c351 int chip_type; member in struct:via82xx
723 if (chip->chip_type != TYPE_VIA686)
1824 if (chip->chip_type != TYPE_VIA686) {
1899 caps = chip->chip_type == TYPE_VIA8233A ? 1 : 2;
1911 if (chip->chip_type != TYPE_VIA8233A) {
2088 if (chip->chip_type == TYPE_VIA686) {
2095 if (chip->chip_type != TYPE_VIA686) {
2106 if (chip->chip_type != TYPE_VIA8233A) {
2140 if (chip->chip_type != TYPE_VIA686) {
2170 if (chip->chip_type
2223 snd_via82xx_create(struct snd_card *card, struct pci_dev *pci, int chip_type, int revision, unsigned int ac97_clock, struct via82xx ** r_via) argument
2393 int chip_type = 0, card_type; local
[all...]
H A Dals300.c138 int chip_type; /* ALS300 or ALS300+ */ member in struct:snd_als300
179 if (((chip->revision > 5 || chip->chip_type == DEVICE_ALS300_PLUS) ^
675 struct pci_dev *pci, int chip_type,
708 chip->chip_type = chip_type;
718 if (chip->chip_type == DEVICE_ALS300_PLUS)
804 int err, chip_type; local
818 chip_type = pci_id->driver_data;
820 if ((err = snd_als300_create(card, pci, chip_type, &chip)) < 0) {
827 if (chip->chip_type
674 snd_als300_create(struct snd_card *card, struct pci_dev *pci, int chip_type, struct snd_als300 **rchip) argument
[all...]
H A Dvia82xx_modem.c1087 int chip_type,
1156 int chip_type = 0, card_type; local
1177 if ((err = snd_via82xx_create(card, pci, chip_type, revision,
1085 snd_via82xx_create(struct snd_card *card, struct pci_dev *pci, int chip_type, int revision, unsigned int ac97_clock, struct via82xx_modem ** r_via) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c316 ftdi_chip_type_t chip_type; member in struct:ftdi_private
608 switch(priv->chip_type) {
648 } /* priv->chip_type */
653 ftdi_chip_name[priv->chip_type]);
758 priv->chip_type = FT2232C;
774 priv->chip_type = SIO;
781 priv->chip_type = FT8U232AM;
784 priv->chip_type = FT232BM;
787 priv->chip_type = FT232RL;
789 info("Detected %s", ftdi_chip_name[priv->chip_type]);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dit87.c114 static u16 chip_type; variable
885 chip_type = superio_inw(DEVID);
886 if (chip_type != IT8712F_DEVID
887 && chip_type != IT8716F_DEVID
888 && chip_type != IT8718F_DEVID
889 && chip_type != IT8705F_DEVID)
906 chip_type, *address, superio_inb(DEVREV) & 0x0f);
909 if (chip_type != IT8705F_DEVID) {
913 if (chip_type == it8718)
963 switch (chip_type) {
[all...]
H A Dadm1031.c75 int chip_type; member in struct:adm1031_data
474 || (data->chip_type == adm1031
833 data->chip_type = kind;
897 if (data->chip_type == adm1031) {
928 chan < ((data->chip_type == adm1031) ? 3 : 2); chan++) {
976 if (data->chip_type == adm1030) {
980 for (chan=0; chan<(data->chip_type == adm1030 ? 1 : 2); chan++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.h285 int chip_type; member in struct:mpt_ioctl_test
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Ddmfe.c249 u8 chip_type; /* Keep DM9102A chip type */ member in struct:dmfe_board_info
451 db->chip_type = 1; /* DM9102A E3 */
453 db->chip_type = 0;
1125 if (db->chip_type && (db->chip_id==PCI_DM9102_ID)) {
1685 if ( db->chip_type && (db->chip_id == PCI_DM9102_ID) )
1687 if ( !db->chip_type )
1732 if ( db->chip_type && (db->chip_id == PCI_DM9102_ID) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.h89 u8 chip_type; /* chip type */ member in struct:hpt_controller_info
H A Dfd_mcs.c137 enum chip_type { enum
188 enum chip_type _chip;
257 enum chip_type fd_chip;
H A Dadvansys.c2062 #define ASC_IERR_BAD_CHIPTYPE 0x8000 /* Invalid 'chip_type' setting. */
2274 uchar chip_type; member in struct:adv_dvc_var
3846 adv_dvc_varp->chip_type = ADV_CHIP_ASC3550;
3850 adv_dvc_varp->chip_type = ADV_CHIP_ASC38C0800;
3854 adv_dvc_varp->chip_type = ADV_CHIP_ASC38C1600;
3869 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550)
3872 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800)
4163 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550)
4185 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800)
4616 if (adv_dvc_varp->chip_type
[all...]
H A Dfdomain.c338 enum chip_type { enum
395 static enum chip_type chip = unknown;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmv64x60.h300 u32 mv64x60_get_mem_size(u32 bridge_base, u32 chip_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmv64x60.c989 mv64x60_get_mem_size(u32 bridge_base, u32 chip_type) argument
997 bh.type = chip_type;

Completed in 525 milliseconds

12