Home
last modified time | relevance | path

Searched refs:ql_read_flash_byte (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2496 uint8_t ql_read_flash_byte(ql_adapter_state_t *, uint32_t);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4949 xp->fdesc.flash_manuf = (uint8_t)ql_read_flash_byte(ha, 0x0000); in ql_setup_flash()
4956 ql_read_flash_byte(ha, 0x0002); in ql_setup_flash()
4962 ql_read_flash_byte(ha, 0x0001); in ql_setup_flash()
5500 *dp++ = (uint8_t)ql_read_flash_byte(ha, startpos++); in ql_dump_fcode()
H A Dql_api.c11308 *tmp++ = (uint8_t)ql_read_flash_byte(ha, cnt); in ql_erase_flash()
11393 flash_data = (uint8_t)ql_read_flash_byte(ha, addr); in ql_poll_flash()
11453 (void) ql_read_flash_byte(ha, 0); in ql_flash_enable()
11571 ql_read_flash_byte(ql_adapter_state_t *ha, uint32_t addr) in ql_read_flash_byte() function