Home
last modified time | relevance | path

Searched refs:minrev (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/rtc/
H A Drtc-abx80x.c778 unsigned int majrev, minrev; in abx80x_probe() local
795 minrev = buf[2] & 0x7; in abx80x_probe()
800 partnumber, majrev, minrev, lot, wafer, uid); in abx80x_probe()
/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c225 bool ath9k_hw_nvram_check_version(struct ath_hw *ah, int version, int minrev) in ath9k_hw_nvram_check_version() argument
230 ah->eep_ops->get_eeprom_rev(ah) < minrev) { in ath9k_hw_nvram_check_version()
H A Deeprom.h682 bool ath9k_hw_nvram_check_version(struct ath_hw *ah, int version, int minrev);
/linux/drivers/infiniband/hw/hfi1/
H A Dsysfs.c412 return sysfs_emit(buf, "%x\n", dd_from_dev(dev)->minrev); in hw_rev_show()
H A Dhfi.h1183 u8 minrev; member
H A Dverbs.c1308 rdi->dparms.props.hw_ver = dd->minrev; in hfi1_fill_device_attr()
H A Dmad.c589 ni->revision = cpu_to_be32(dd->minrev); in __subn_get_opa_nodeinfo()
626 nip->revision = cpu_to_be32(dd->minrev); in subn_get_nodeinfo()
H A Dchip.c9426 ret = write_local_device_id(dd, dd->pcidev->device, dd->minrev); in set_local_link_attributes()
15059 dd->minrev = (dd->revision >> CCE_REVISION_CHIP_REV_MINOR_SHIFT) in hfi1_init_dd()
15194 (u32)dd->minrev, in hfi1_init_dd()
/linux/arch/x86/
H A DKconfig1343 the kernel command line with "microcode.minrev=Y".
1359 "microcode.minrev" parameter on the kernel command line.