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 D | ql_xioctl.c | 4946 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() 4952 ql_write_flash_byte(ha, 0xaaaa, 0xaa); in ql_setup_flash() 4953 ql_write_flash_byte(ha, 0x5555, 0x55); in ql_setup_flash() 4954 ql_write_flash_byte(ha, 0xaaaa, 0x90); in ql_setup_flash() 4958 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash() 4959 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_setup_flash() 4960 ql_write_flash_byte(ha, 0x5555, 0x90); in ql_setup_flash() 4965 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash() [all …]
|
H A D | ql_api.c | 11240 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() 11246 ql_write_flash_byte(ha, 0x5555, 0xa0); in ql_program_flash_address() 11247 ql_write_flash_byte(ha, addr, data); in ql_program_flash_address() 11312 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_erase_flash() 11313 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_erase_flash() 11314 ql_write_flash_byte(ha, 0x5555, 0x80); in ql_erase_flash() 11315 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_erase_flash() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2495 void ql_write_flash_byte(ql_adapter_state_t *, uint32_t, uint8_t);
|