Searched refs:rev_type (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace-iwlwifi.h | 147 __field(u32, rev_type) 166 __entry->rev_type = table->gp3; 180 __entry->rev_type, __entry->major, __entry->minor,
|
/Linux-v4.19/arch/mips/lantiq/ |
D | prom.h | 18 unsigned char rev_type[LTQ_SYS_REV_LEN]; member
|
D | prom.c | 106 soc_info.name, soc_info.rev_type); in prom_init()
|
/Linux-v4.19/drivers/net/ethernet/cirrus/ |
D | mac89x0.c | 169 unsigned rev_type = 0; in mac89x0_device_probe() local 221 rev_type = readreg(dev, PRODUCT_ID_ADD); in mac89x0_device_probe() 222 lp->chip_type = rev_type &~ REVISON_BITS; in mac89x0_device_probe() 223 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in mac89x0_device_probe()
|
D | cs89x0.c | 1315 unsigned rev_type = 0; in cs89x0_probe1() local 1351 rev_type = readreg(dev, PRODUCT_ID_ADD); in cs89x0_probe1() 1352 lp->chip_type = rev_type & ~REVISON_BITS; in cs89x0_probe1() 1353 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()
|
/Linux-v4.19/arch/mips/lantiq/falcon/ |
D | prom.c | 63 sprintf(i->rev_type, "%c%d%d", (i->srev & 0x4) ? ('B') : ('A'), in ltq_soc_detect()
|
/Linux-v4.19/arch/mips/lantiq/xway/ |
D | prom.c | 47 sprintf(i->rev_type, "1.%d", i->rev); in ltq_soc_detect()
|