/freebsd/sys/dev/uart/ |
H A D | uart_dev_msm.c | 51 #define SETREG(bas, reg, value) \ macro 194 SETREG(bas, UART_DM_CR, UART_DM_RESET_TX); in msm_init() 195 SETREG(bas, UART_DM_CR, UART_DM_RESET_RX); in msm_init() 196 SETREG(bas, UART_DM_CR, UART_DM_RESET_ERROR_STATUS); in msm_init() 197 SETREG(bas, UART_DM_CR, UART_DM_RESET_BREAK_INT); in msm_init() 198 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT); in msm_init() 237 SETREG(bas, UART_DM_CR, UART_DM_CLEAR_TX_READY); in msm_putc() 247 SETREG(bas, UART_DM_TF(0), (c & 0xff)); in msm_putc() 375 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_transmit() 406 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT); in msm_bus_receive() [all …]
|
H A D | uart_dev_imx.c | 205 SETREG(bas, REG(UFCR), reg); in imx_uart_init() 206 SETREG(bas, REG(UBIR), 15); in imx_uart_init() 207 SETREG(bas, REG(UBMR), (baseclk / baudrate) - 1); in imx_uart_init() 219 SETREG(bas, REG(UFCR), reg); in imx_uart_init() 234 SETREG(bas, REG(UTXD), c); in imx_uart_putc() 394 SETREG(bas, REG(USR1), 0xffff); in imx_uart_bus_attach() 395 SETREG(bas, REG(USR2), 0xffff); in imx_uart_bus_attach() 432 SETREG(&sc->sc_bas, REG(UCR4), 0); in imx_uart_bus_detach() 507 SETREG(bas, REG(USR1), usr1); in imx_uart_bus_ipend() 508 SETREG(bas, REG(USR2), usr2); in imx_uart_bus_ipend() [all …]
|
H A D | uart_dev_lowrisc.c | 110 SETREG(bas, UART_DR, c); in lowrisc_uart_putc() 129 SETREG(bas, UART_INT_STATUS, INT_STATUS_ACK); in lowrisc_uart_getc() 276 SETREG(bas, UART_INT_STATUS, INT_STATUS_ACK); in lowrisc_uart_bus_ipend() 334 SETREG(bas, UART_INT_STATUS, INT_STATUS_ACK); in lowrisc_uart_bus_receive() 362 SETREG(bas, UART_DR, sc->sc_txbuf[i] & 0xff); in lowrisc_uart_bus_transmit()
|
H A D | uart_dev_imx.h | 203 #define SETREG(bas, reg, value) \ macro 207 SETREG((_bas), (_r), GETREG((_bas), (_r)) & ~(_b)) 209 SETREG((_bas), (_r), GETREG((_bas), (_r)) | (_b))
|
H A D | uart_dev_lowrisc.h | 61 #define SETREG(bas, reg, value) \ macro
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 111 SETREG(struct vcpu *vcpu, int reg, uint64_t val) in SETREG() function 499 SETREG(vcpu, VM_REG_GUEST_LDTR, tss->tss_ldt); in tss32_restore() 523 SETREG(vcpu, VM_REG_GUEST_PDPTE0, pdpte[0]); in tss32_restore() 524 SETREG(vcpu, VM_REG_GUEST_PDPTE1, pdpte[1]); in tss32_restore() 525 SETREG(vcpu, VM_REG_GUEST_PDPTE2, pdpte[2]); in tss32_restore() 526 SETREG(vcpu, VM_REG_GUEST_PDPTE3, pdpte[3]); in tss32_restore() 528 SETREG(vcpu, VM_REG_GUEST_CR3, tss->tss_cr3); in tss32_restore() 533 SETREG(vcpu, VM_REG_GUEST_RFLAGS, eflags); in tss32_restore() 534 SETREG(vcpu, VM_REG_GUEST_RIP, tss->tss_eip); in tss32_restore() 537 SETREG(vcpu, VM_REG_GUEST_RAX, tss->tss_eax); in tss32_restore() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 447 SETREG, enumerator
|
H A D | SOPInstructions.td | 1152 // Variant of SETREG that is guaranteed to only touch FP bits in the MODE
|
H A D | AMDGPUISelLowering.cpp | 5435 NODE_NAME_CASE(SETREG) in getTargetNodeName()
|