Searched refs:chip_rev (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_power.c164 if (bcm->chip_rev == 0)
166 if (bcm->chip_rev == 1)
H A Dbcm43xx.h775 u8 chip_rev; member in struct:bcm43xx_private
H A Dbcm43xx_debugfs.c97 fappend("chip_id: 0x%04x chip_rev: 0x%02x\n", bcm->chip_id, bcm->chip_rev);
H A Dbcm43xx_main.c468 if (bcm->chip_rev == 0x00)
470 else if (bcm->chip_rev == 0x01)
2222 if (bcm->chip_id == 0x4306 && bcm->chip_rev == 3)
2548 bcm->chip_rev = (chip_id_32 & 0x000F0000) >> 16;
2552 bcm->chip_id, bcm->chip_rev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsky2.c210 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > 1)
232 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > 1)
519 hw->chip_rev == CHIP_REV_YU_EC_U_A1) {
560 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > 1)
664 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev == 0 && port == 1) {
1133 (hw->chip_rev == CHIP_REV_YU_EC_U_A1
1134 || hw->chip_rev == CHIP_REV_YU_EC_U_B0))
1282 && hw->chip_rev == CHIP_REV_YU_EC_U_A0)
1590 if (!(hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev == 0
2521 hw->chip_rev
[all...]
H A Dskge.c141 if (hw->chip_id == CHIP_ID_YUKON && hw->chip_rev == 0)
180 hw->chip_rev >= CHIP_REV_YU_LITE_A3) {
1964 hw->chip_rev >= CHIP_REV_YU_LITE_A3) {
1976 hw->chip_rev >= CHIP_REV_YU_LITE_A3) {
2641 && hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON)
3094 (hw->chip_id == CHIP_ID_YUKON && hw->chip_rev == 0)
3421 hw->chip_rev = (mac_cfg & CFG_CHIP_R_MSK) >> 4;
3678 skge_board_name(hw), hw->chip_rev);
H A Dsky2.h1916 u8 chip_rev; member in struct:sky2_hw
H A Dskge.h2418 u8 chip_rev; member in struct:skge_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dxircom_cb.c208 unsigned char chip_rev; local
227 pci_read_config_byte(pdev, PCI_REVISION_ID, &chip_rev);
289 printk(KERN_INFO "%s: Xircom cardbus revision %i at irq %i \n", dev->name, chip_rev, pdev->irq);
H A Dtulip_core.c1240 u8 chip_rev; local
1355 pci_read_config_byte (pdev, PCI_REVISION_ID, &chip_rev);
1377 tp->revision = chip_rev;
1394 if (chip_idx == DC21143 && chip_rev == 65)
1635 " %#llx,", dev->name, chip_name, chip_rev,
H A Dxircom_tulip_cb.c527 u8 chip_rev; local
622 pci_read_config_byte(pdev, PCI_REVISION_ID, &chip_rev);
624 dev->name, xircom_tbl[chip_idx].chip_name, chip_rev, ioaddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h37 *chip_rev variables);
570 int chip_rev; member in struct:cyclades_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c1859 u8 chip_rev; local
1863 chip_rev = (aty_ld_le32(CONFIG_CNTL) >> 16) & 0x1F;
1873 printk(KERN_INFO "aty128fb: %s [chip rev 0x%x] ", video_card, chip_rev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c2410 __u32 cy_clock = ((info->chip_rev >= CD1400_REV_J) ? 60000000 :
2503 if (info->chip_rev >= CD1400_REV_J) {
3421 ret_val = info->chip_rev;
3898 if ((info->chip_rev = readb(cinfo->base_addr +

Completed in 164 milliseconds