Searched refs:ql_write_flash_byte (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 4809 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash() 4810 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_setup_flash() 4811 ql_write_flash_byte(ha, 0x5555, 0x90); in ql_setup_flash() 4815 ql_write_flash_byte(ha, 0xaaaa, 0xaa); in ql_setup_flash() 4816 ql_write_flash_byte(ha, 0x5555, 0x55); in ql_setup_flash() 4817 ql_write_flash_byte(ha, 0xaaaa, 0x90); in ql_setup_flash() 4821 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash() 4822 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_setup_flash() 4823 ql_write_flash_byte(ha, 0x5555, 0x90); in ql_setup_flash() 4828 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_setup_flash() [all …]
|
H A D | ql_api.c | 10856 ql_write_flash_byte(ha, 0x5555, 0xa0); in ql_program_flash_address() 10857 ql_write_flash_byte(ha, addr, data); in ql_program_flash_address() 10860 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_program_flash_address() 10861 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_program_flash_address() 10862 ql_write_flash_byte(ha, 0x5555, 0xa0); in ql_program_flash_address() 10863 ql_write_flash_byte(ha, addr, data); in ql_program_flash_address() 10930 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_erase_flash() 10931 ql_write_flash_byte(ha, 0x2aaa, 0x55); in ql_erase_flash() 10932 ql_write_flash_byte(ha, 0x5555, 0x80); in ql_erase_flash() 10933 ql_write_flash_byte(ha, 0x5555, 0xaa); in ql_erase_flash() [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2195 void ql_write_flash_byte(ql_adapter_state_t *, uint32_t, uint8_t);
|