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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Damd766rom.c147 char **chip_type; local
154 chip_type = rom_probe_types;
155 for(; !info->mtd && *chip_type; chip_type++) {
156 info->mtd = do_map_probe(*chip_type, &amd766rom_map.map);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmac89x0.c115 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local
235 lp->chip_type = rev_type &~ REVISON_BITS;
241 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
243 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
251 lp->chip_type==CS8900?'0':'2',
252 lp->chip_type==CS8920M?"M":"",
315 if (lp->chip_type == CS8900)
H A Dcs89x0.c193 int chip_type; /* one of: CS8900, CS8920, CS8920M */ member in struct:net_local
459 lp->chip_type = rev_type &~ REVISON_BITS;
465 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
467 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
475 lp->chip_type==CS8900?'0':'2',
476 lp->chip_type==CS8920M?"M":"",
565 if (lp->chip_type == CS8900)
640 if (lp->chip_type != CS8900 &&
648 if (lp->chip_type == CS8900) {
737 if (lp->chip_type
746 write_dma(struct net_device *dev, int chip_type, int dma) argument
1072 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 Ddmfe.c227 u8 chip_type; /* Keep DM9102A chip type */ member in struct:dmfe_board_info
416 db->chip_type = 1; /* DM9102A E3 */
418 db->chip_type = 0;
1053 if (db->chip_type && (db->chip_id==PCI_DM9102_ID)) {
1580 if ( db->chip_type && (db->chip_id == PCI_DM9102_ID) )
1582 if ( !db->chip_type )
1626 if ( db->chip_type && (db->chip_id == PCI_DM9102_ID) )
H A Datp.c187 chip_type; member in struct:net_local
346 lp->chip_type = RTL8002;
366 lp->chip_type == RTL8002 ? &set_rx_mode_8002 : &set_rx_mode_8012;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.h242 int chip_type; member in struct:mpt_ioctl_test
H A Dmptbase.c392 if ((int)ioc->chip_type <= (int)FC929)
441 if ((int)ioc->chip_type > (int)FC929) {
1398 ioc->chip_type = FCUNK;
1400 ioc->chip_type = FC909;
1404 ioc->chip_type = FC929;
1408 ioc->chip_type = FC919;
1412 ioc->chip_type = FC929X;
1416 ioc->chip_type = FC919X;
1420 ioc->chip_type = C1030;
1480 if ((ioc->chip_type
[all...]
H A Dmptctl.c1273 if (ioc->chip_type == C1030)
1523 karg.chip_type = ioc->mfcnt;
1525 karg.chip_type = ioc->chip_type;
H A Dmptbase.h579 CHIP_TYPE chip_type; member in struct:_MPT_ADAPTER
H A Dmptscsih.c1253 if ((int)this->chip_type > (int)FC929)
1307 if ((int)this->chip_type > (int)FC929)
1311 (this->chip_type == FC919 || this->chip_type == FC929))
5943 if ((int)ioc->chip_type <= (int)FC929)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dftdi_sio.c545 ftdi_chip_type_t chip_type; member in struct:ftdi_private
886 switch(priv->chip_type) {
927 } /* priv->chip_type */
1112 priv->chip_type = SIO;
1133 priv->chip_type = FT8U232AM;
1153 priv->chip_type = FT232BM;
1928 switch (priv->chip_type) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dfd_mcs.c138 enum chip_type { enum
189 enum chip_type _chip;
258 enum chip_type fd_chip;
H A Dadvansys.c2189 #define ASC_IERR_BAD_CHIPTYPE 0x8000 /* Invalid 'chip_type' setting. */
2401 uchar chip_type; member in struct:adv_dvc_var
4131 adv_dvc_varp->chip_type = ADV_CHIP_ASC3550;
4135 adv_dvc_varp->chip_type = ADV_CHIP_ASC38C0800;
4139 adv_dvc_varp->chip_type = ADV_CHIP_ASC38C1600;
4154 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550)
4157 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800)
4453 if (adv_dvc_varp->chip_type == ADV_CHIP_ASC3550)
4475 } else if (adv_dvc_varp->chip_type == ADV_CHIP_ASC38C0800)
4920 if (adv_dvc_varp->chip_type
[all...]
H A Dfdomain.c340 enum chip_type { enum
394 static enum chip_type chip = unknown;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253x.h533 unsigned int chip_type; member in struct:sab_chip
H A D8253xini.c268 cptr->chip_type = ESCC2;
469 cptr->chip_type = ESCC8;
674 cptr->chip_type = ESCC8;
H A D8253xtty.c2301 (port->chip->chip_type == ESCC2) ? "sab82532" : "sab82538",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c307 u16 pci_id, chip_type; member in struct:__anon2847
1750 if (type == aty_chips[j].chip_type &&

Completed in 195 milliseconds