Home
last modified time | relevance | path

Searched refs:qla2x00_read_flash_byte (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_sup.c1997 * qla2x00_read_flash_byte() - Reads a byte from flash
2006 qla2x00_read_flash_byte(struct qla_hw_data *ha, uint32_t addr) in qla2x00_read_flash_byte() function
2142 flash_data = qla2x00_read_flash_byte(ha, addr); in qla2x00_poll_flash()
2276 *man_id = qla2x00_read_flash_byte(ha, 0x0000); in qla2x00_get_flash_manufacturer()
2277 *flash_id = qla2x00_read_flash_byte(ha, 0x0001); in qla2x00_get_flash_manufacturer()
2300 data = qla2x00_read_flash_byte(ha, saddr); in qla2x00_read_flash_data()
2374 *data = qla2x00_read_flash_byte(ha, addr); in qla2x00_read_optrom_data()
3097 ((qla2x00_read_flash_byte(ha, pcids + 0x0B) << 8) | in qla2x00_get_fcode_version()
3098 qla2x00_read_flash_byte(ha, pcids + 0x0A)); in qla2x00_get_fcode_version()
3106 if (qla2x00_read_flash_byte(h in qla2x00_get_fcode_version()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c1997 * qla2x00_read_flash_byte() - Reads a byte from flash
2006 qla2x00_read_flash_byte(struct qla_hw_data *ha, uint32_t addr) in qla2x00_read_flash_byte() function
2142 flash_data = qla2x00_read_flash_byte(ha, addr); in qla2x00_poll_flash()
2276 *man_id = qla2x00_read_flash_byte(ha, 0x0000); in qla2x00_get_flash_manufacturer()
2277 *flash_id = qla2x00_read_flash_byte(ha, 0x0001); in qla2x00_get_flash_manufacturer()
2300 data = qla2x00_read_flash_byte(ha, saddr); in qla2x00_read_flash_data()
2374 *data = qla2x00_read_flash_byte(ha, addr); in qla2x00_read_optrom_data()
3097 ((qla2x00_read_flash_byte(ha, pcids + 0x0B) << 8) | in qla2x00_get_fcode_version()
3098 qla2x00_read_flash_byte(ha, pcids + 0x0A)); in qla2x00_get_fcode_version()
3106 if (qla2x00_read_flash_byte(h in qla2x00_get_fcode_version()
[all...]

Completed in 8 milliseconds