Searched refs:amd_ntb_reg_write (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c290 amd_ntb_reg_write(4, AMD_INTMASK_OFFSET, ntb->int_mask);
300 amd_ntb_reg_write(4, AMD_CNTL_OFFSET, ntb_ctl);
318 amd_ntb_reg_write(4, AMD_INTMASK_OFFSET, ntb->int_mask);
328 amd_ntb_reg_write(4, AMD_CNTL_OFFSET, ntb_ctl);
428 amd_ntb_reg_write(4, bar_info->limit_off, (uint32_t)size);
434 amd_ntb_reg_write(8, bar_info->limit_off, (uint64_t)size);
553 amd_ntb_reg_write(2, AMD_DBSTAT_OFFSET, (uint16_t)db_bits);
566 amd_ntb_reg_write(2, AMD_DBMASK_OFFSET, ntb->db_mask);
580 amd_ntb_reg_write(2, AMD_DBMASK_OFFSET, ntb->db_mask);
590 amd_ntb_reg_write(
[all...]
H A Dntb_hw_amd.h78 #define amd_ntb_reg_write(SIZE, offset, val) \ macro

Completed in 41 milliseconds