Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4946 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash()
4947 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_setup_flash()
4948 ql_write_flash_byte(ha, 0x5555, 0x90); in ql_setup_flash()
4965 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash()
4966 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_setup_flash()
4967 ql_write_flash_byte(ha, 0x5555, 0xf0); in ql_setup_flash()
5547 ql_write_flash_byte(ha, 0x5555, 0xa0); in ql_program_flash_address()
5548 ql_write_flash_byte(ha, addr, data); in ql_program_flash_address()
5550 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_program_flash_address()
5551 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_program_flash_address()
[all …]
H A Dql_api.c11240 ql_write_flash_byte(ha, 0x5555, 0xa0); in ql_program_flash_address()
11241 ql_write_flash_byte(ha, addr, data); in ql_program_flash_address()
11244 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_program_flash_address()
11245 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_program_flash_address()
11247 ql_write_flash_byte(ha, addr, data); in ql_program_flash_address()
11439 ql_write_flash_byte(ha, 0xaaa, 0xaa); in ql_flash_enable()
11440 ql_write_flash_byte(ha, 0x555, 0x55); in ql_flash_enable()
11441 ql_write_flash_byte(ha, 0xaaa, 0x20); in ql_flash_enable()
11442 ql_write_flash_byte(ha, 0x555, 0xf0); in ql_flash_enable()
11479 ql_write_flash_byte(ha, 0x555, 0x90); in ql_flash_disable()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2495 void ql_write_flash_byte(ql_adapter_state_t *, uint32_t, uint8_t);