Home
last modified time | relevance | path

Searched refs:id_l (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A Dqla1280.c1552 dprintk(3, "qla1280_chip_diag: testing device at 0x%p \n", &reg->id_l); in qla1280_chip_diag()
1589 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_chip_diag()
2212 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nvram_config()
2215 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nvram_config()
2361 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nvram_request()
2368 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nvram_request()
2375 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nvram_request()
2387 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nv_write()
2390 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nv_write()
2393 RD_REG_WORD(&reg->id_l); /* Flush PCI write */ in qla1280_nv_write()
[all …]
H A Dqla1280.h115 uint16_t id_l; /* ID low */ member
/linux/drivers/mmc/core/
H A Dsd_uhs2.c231 u8 id_f = 0xF, id_l = 0x0; in sd_uhs2_enum() local
249 payload0 = (id_f << 4) | id_l; in sd_uhs2_enum()
268 id_l = uhs2_cmd.uhs2_resp[4] & 0xF; in sd_uhs2_enum()
/linux/drivers/fpga/
H A Ddfl-fme-mgr.c272 id->id_l = readq(fme_pr + FME_PR_INTFC_ID_L); in fme_mgr_get_compat_id()