Home
last modified time | relevance | path

Searched refs:hwrev (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Dzl38060.c446 unsigned int hwrev, fwprod, fwrev; in zl38_check_revision() local
450 err = regmap_read(regmap, REG_HW_REV, &hwrev); in zl38_check_revision()
464 hwrev & 0x1F, fwprod, fw_major, fw_minor, fw_micro); in zl38_check_revision()
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst26 hwrev Hardware/Product Revision (from CID Register)
/linux/drivers/mmc/core/
H A Dsd.c91 card->cid.hwrev = unstuff_bits(resp, 60, 4); in mmc_decode_cid()
706 MMC_DEV_ATTR(hwrev, "0x%x\n", card->cid.hwrev);
H A Dmmc.c82 card->cid.hwrev = unstuff_bits(resp, 44, 4); in mmc_decode_cid()
788 MMC_DEV_ATTR(hwrev, "0x%x\n", card->cid.hwrev);
/linux/drivers/scsi/
H A Dqla1280.c2179 uint16_t hwrev, cfg1, cdma_conf; in qla1280_nvram_config() local
2181 hwrev = RD_REG_WORD(&reg->cfg_0) & ISP_CFG0_HWMSK; in qla1280_nvram_config()
2187 if (hwrev != ISP_CFG0_1040A) in qla1280_nvram_config()