Searched refs:MALO_REG_INT_CODE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/malo/ |
| HD | if_malohal.c | 186 dummy = malo_hal_read4(mh, MALO_REG_INT_CODE); in malo_hal_send_cmd() 221 if (malo_hal_read4(mh, MALO_REG_INT_CODE) == 0xffffffff) { in malo_hal_execute_cmd() 298 if (malo_hal_read4(mh, MALO_REG_INT_CODE) == 0xffffffff) { in malo_hal_fw_reset() 316 dummy = malo_hal_read4(mh, MALO_REG_INT_CODE); in malo_hal_trigger_pcicmd() 318 malo_hal_write4(mh, MALO_REG_INT_CODE, 0x00); in malo_hal_trigger_pcicmd() 319 dummy = malo_hal_read4(mh, MALO_REG_INT_CODE); in malo_hal_trigger_pcicmd() 323 dummy = malo_hal_read4(mh, MALO_REG_INT_CODE); in malo_hal_trigger_pcicmd() 333 if (malo_hal_read4(mh, MALO_REG_INT_CODE) == val) in malo_hal_waitfor() 360 __func__, malo_hal_read4(mh, MALO_REG_INT_CODE)); in malo_hal_send_helper() 366 malo_hal_write4(mh, MALO_REG_INT_CODE, 0); in malo_hal_send_helper() [all …]
|
| HD | if_malo.h | 57 #define MALO_REG_INT_CODE 0x00000C14 macro 107 #define MALO_REG_INT_CODE 0x00000C14 macro
|