Home
last modified time | relevance | path

Searched refs:bdf_addr (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dqwxvar.h167 uint32_t bdf_addr; member
H A Dqwzvar.h182 uint32_t bdf_addr; member
H A Dqwx.c3384 .bdf_addr = 0x4B0C0000,
3476 .bdf_addr = 0x4ABC0000,
3565 .bdf_addr = 0x4B0C0000,
3746 .bdf_addr = 0x4B0C0000,
3837 .bdf_addr = 0x4B0C0000,
3927 .bdf_addr = 0x4B0C0000,
8632 void *bdf_addr = NULL; in qwx_qmi_load_file_target_mem() local
8646 bdf_addr = ioremap(ab->hw_params.bdf_addr, ab->hw_params.fw.board_size); in qwx_qmi_load_file_target_mem()
8647 if (!bdf_addr) { in qwx_qmi_load_file_target_mem()
8693 memcpy_toio(bdf_addr, p, len); in qwx_qmi_load_file_target_mem()
[all …]
H A Dqwz.c6553 void *bdf_addr = NULL; in qwz_qmi_load_file_target_mem() local