Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2196 uint8_t ql_read_flash_byte(ql_adapter_state_t *, uint32_t);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4812 xp->fdesc.flash_manuf = (uint8_t)ql_read_flash_byte(ha, 0x0000); in ql_setup_flash()
4819 ql_read_flash_byte(ha, 0x0002); in ql_setup_flash()
4825 ql_read_flash_byte(ha, 0x0001); in ql_setup_flash()
5326 *dp++ = (uint8_t)ql_read_flash_byte(ha, startpos++); in ql_dump_fcode()
H A Dql_api.c10925 *tmp++ = (uint8_t)ql_read_flash_byte(ha, cnt); in ql_erase_flash()
11005 flash_data = (uint8_t)ql_read_flash_byte(ha, addr); in ql_poll_flash()
11065 (void) ql_read_flash_byte(ha, 0); in ql_flash_enable()
11183 ql_read_flash_byte(ql_adapter_state_t *ha, uint32_t addr) in ql_read_flash_byte() function