| /freebsd-14.2/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() 247 SETREG(bas, UART_DM_TF(0), (c & 0xff)); in msm_putc() 375 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_transmit() 409 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_receive() 468 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend() 489 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend() 499 SETREG(bas, UART_DM_IMR, u->ier); in msm_bus_ipend() 542 SETREG(bas, UART_DM_IMR, 0); in msm_bus_grab() [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-14.2/usr.sbin/bhyve/amd64/ |
| H A D | task_switch.c | 112 SETREG(struct vcpu *vcpu, int reg, uint64_t val) in SETREG() function 534 SETREG(vcpu, VM_REG_GUEST_RFLAGS, eflags); in tss32_restore() 535 SETREG(vcpu, VM_REG_GUEST_RIP, tss->tss_eip); in tss32_restore() 548 SETREG(vcpu, VM_REG_GUEST_ES, tss->tss_es); in tss32_restore() 549 SETREG(vcpu, VM_REG_GUEST_CS, tss->tss_cs); in tss32_restore() 550 SETREG(vcpu, VM_REG_GUEST_SS, tss->tss_ss); in tss32_restore() 551 SETREG(vcpu, VM_REG_GUEST_DS, tss->tss_ds); in tss32_restore() 552 SETREG(vcpu, VM_REG_GUEST_FS, tss->tss_fs); in tss32_restore() 553 SETREG(vcpu, VM_REG_GUEST_GS, tss->tss_gs); in tss32_restore() 686 SETREG(vcpu, VM_REG_GUEST_RSP, esp); in push_errcode() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 430 SETREG, enumerator
|
| H A D | SOPInstructions.td | 1135 // Variant of SETREG that is guaranteed to only touch FP bits in the MODE
|
| H A D | AMDGPUISelLowering.cpp | 5380 NODE_NAME_CASE(SETREG) in getTargetNodeName()
|