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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/tx4938/
H A Dspi.h26 extern void txx9_spi_init(unsigned long base, int (*cs_func)(int chipid, int on)) __init;
28 extern int txx9_spi_io(int chipid, struct spi_dev_desc *desc,
32 extern int spi_eeprom_write_enable(int chipid, int enable);
33 extern int spi_eeprom_read_status(int chipid);
34 extern int spi_eeprom_read(int chipid, int address, unsigned char *buf, int len);
35 extern int spi_eeprom_write(int chipid, int address, unsigned char *buf, int len);
36 extern void spi_eeprom_proc_create(struct proc_dir_entry *dir, int chipid) __init;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/tx4938/
H A Dspi.h26 extern void txx9_spi_init(unsigned long base, int (*cs_func)(int chipid, int on)) __init;
28 extern int txx9_spi_io(int chipid, struct spi_dev_desc *desc,
32 extern int spi_eeprom_write_enable(int chipid, int enable);
33 extern int spi_eeprom_read_status(int chipid);
34 extern int spi_eeprom_read(int chipid, int address, unsigned char *buf, int len);
35 extern int spi_eeprom_write(int chipid, int address, unsigned char *buf, int len);
36 extern void spi_eeprom_proc_create(struct proc_dir_entry *dir, int chipid) __init;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dspi_eeprom.c45 spi_eeprom_io(int chipid, argument
49 return txx9_spi_io(chipid, &seeprom_dev_desc,
53 int spi_eeprom_write_enable(int chipid, int enable) argument
65 stat = spi_eeprom_io(chipid, inbufs, incounts, NULL, NULL);
70 static int spi_eeprom_read_status_nolock(int chipid) argument
84 stat = spi_eeprom_io(chipid, inbufs, incounts, outbufs, outcounts);
90 int spi_eeprom_read_status(int chipid) argument
95 stat = spi_eeprom_read_status_nolock(chipid);
100 int spi_eeprom_read(int chipid, int address, unsigned char *buf, int len) argument
119 stat = spi_eeprom_io(chipid, inbuf
124 spi_eeprom_write(int chipid, int address, unsigned char *buf, int len) argument
206 spi_eeprom_proc_create(struct proc_dir_entry *dir, int chipid) argument
[all...]
H A Dspi_txx9.c23 static int (*txx9_spi_cs_func)(int chipid, int on);
30 void __init txx9_spi_init(unsigned long base, int (*cs_func)(int chipid, int on)) argument
58 int txx9_spi_io(int chipid, struct spi_dev_desc *desc, argument
88 if ((ret = txx9_spi_cs_func(chipid, 1)) < 0) {
155 txx9_spi_cs_func(chipid, 0);
H A Dsetup.c577 static int rbtx4938_spi_cs_func(int chipid, int on) argument
580 switch (chipid) {
608 extern int spi_eeprom_read(int chipid, int address, unsigned char *buf, int len);
652 extern void __init txx9_spi_init(unsigned long base, int (*cs_func)(int chipid, int on));
899 extern void __init rtc_rx5c348_init(int chipid);
1020 extern void spi_eeprom_proc_create(struct proc_dir_entry *dir, int chipid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/common/
H A Drtc_rx5c348.c169 rtc_rx5c348_init(int chipid) argument
172 srtc_chipid = chipid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c63 int chipid; member in struct:mace_data
165 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) |
251 printk(", chip revision %d.%d\n", mp->chipid >> 8, mp->chipid & 0xff);
353 if (mp->chipid == BROKEN_ADDRCHG_REV)
364 if (mp->chipid != BROKEN_ADDRCHG_REV)
381 if (mp->chipid == BROKEN_ADDRCHG_REV)
390 if (mp->chipid != BROKEN_ADDRCHG_REV)
624 if (mp->chipid == BROKEN_ADDRCHG_REV)
633 if (mp->chipid !
[all...]
H A Dmacmace.c70 int chipid; member in struct:mace_data
220 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo;
308 if (mp->chipid == BROKEN_ADDRCHG_REV)
319 if (mp->chipid != BROKEN_ADDRCHG_REV)
337 if (mp->chipid == BROKEN_ADDRCHG_REV)
346 if (mp->chipid != BROKEN_ADDRCHG_REV)
535 if (mp->chipid == BROKEN_ADDRCHG_REV)
544 if (mp->chipid != BROKEN_ADDRCHG_REV)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.h143 unsigned short chipid, chipvendor; member in struct:sisusb_usb_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsbsdram.S162 lw t1,CC_CHIPID(t0) # Get chipid
163 andi t1,CID_ID_MASK # Check chipid
743 lw a1,CC_CHIPID(t8) # Get chipid
762 li t8,KSEG1ADDR(SI_ENUM_BASE) # Get chipid again
H A Dhndmips.c1614 (void) R_REG(osh, &cc->chipid);
1683 (void) R_REG(osh, &cc->chipid);
H A Dbcmutils.c3088 bcm_chipname(uint chipid, char *buf, uint len) argument
3092 fmt = ((chipid > 0xa000) || (chipid < 0x4000)) ? "%d" : "%x";
3093 snprintf(buf, len, fmt, chipid);
H A Dsiutils.c1086 * We assume we can read chipid at offset 0 from the regs arg.
1094 w = R_REG(osh, &cc->chipid);
5882 uint chipid = 0; local
5886 chipid = BCM4339_CHIP_ID;
5888 chipid = sih->chip;
5892 chipid = sih->chip;
5895 return chipid;
H A Daiutils.c429 i = (R_REG(sii->osh, &cc->chipid) & CID_PKG_MASK) >> CID_PKG_SHIFT;
H A Dsbutils.c519 numcores = (R_REG(sii->osh, &cc->chipid) & CID_CC_MASK) >>
H A Dbcmotp.c950 OTP_ERR(("%s: chipid region not programmed\n", __FUNCTION__));
1612 switch (cc->chipid & 0x0000ffff) {
1797 OTP_ERR(("%s: chipid region has been programmed\n", __FUNCTION__));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmdevs.h242 #define BCM4306_CHIP_ID 0x4306 /* 4306 chipcommon chipid */
244 #define BCM43111_CHIP_ID 43111 /* 43111 chipcommon chipid (OTP chipid) */
245 #define BCM43112_CHIP_ID 43112 /* 43112 chipcommon chipid (OTP chipid) */
246 #define BCM4312_CHIP_ID 0x4312 /* 4312 chipcommon chipid */
248 #define BCM43131_CHIP_ID 43131 /* 43131 chip id (OTP chipid) */
250 #define BCM4318_CHIP_ID 0x4318 /* 4318 chipcommon chipid */
252 #define BCM4320_CHIP_ID 0x4320 /* 4320 chipcommon chipid */
253 #define BCM4321_CHIP_ID 0x4321 /* 4321 chipcommon chipid */
[all...]
H A Dbcmutils.h866 extern char *bcm_chipname(uint chipid, char *buf, uint len);
H A Dsbchipc.h88 uint32 chipid; /* 0x0 */ member in struct:__anon3243
522 /* chipid */
630 #define OTPS_GUP_CI 0x00000400 /* chipid/pkgopt subregion is programmed */

Completed in 267 milliseconds