Searched refs:ODR (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_gpio-test.c | 33 #define ODR 0x14 macro 198 gpio_writel(GPIO_A, ODR, 0xDEADBEEF); in test_idr_reset_value() 203 gpio_writel(GPIO_B, ODR, 0xDEADBEEF); in test_idr_reset_value() 208 gpio_writel(GPIO_C, ODR, 0xDEADBEEF); in test_idr_reset_value() 213 gpio_writel(GPIO_H, ODR, 0xDEADBEEF); in test_idr_reset_value() 220 uint32_t odr = gpio_readl(GPIO_A, ODR); in test_idr_reset_value() 227 g_assert_cmphex(odr, ==, reset(GPIO_A, ODR)); in test_idr_reset_value() 235 odr = gpio_readl(GPIO_B, ODR); in test_idr_reset_value() 242 g_assert_cmphex(odr, ==, reset(GPIO_B, ODR)); in test_idr_reset_value() 250 odr = gpio_readl(GPIO_C, ODR); in test_idr_reset_value() [all …]
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | rx.c | 50 rx_writel(dev, MUnit.ODR,DoorBellPrintfReady); in aac_rx_intr_producer() 54 rx_writel(dev, MUnit.ODR, DoorBellAdapterNormCmdReady); in aac_rx_intr_producer() 58 rx_writel(dev, MUnit.ODR,DoorBellAdapterNormRespReady); in aac_rx_intr_producer() 62 rx_writel(dev, MUnit.ODR, DoorBellAdapterNormCmdNotFull); in aac_rx_intr_producer() 65 rx_writel(dev, MUnit.ODR, DoorBellAdapterNormCmdNotFull); in aac_rx_intr_producer() 66 rx_writel(dev, MUnit.ODR, DoorBellAdapterNormRespNotFull); in aac_rx_intr_producer() 101 MUnit.ODR, in aac_rx_intr_message() 640 rx_writel(dev, MUnit.ODR, 0xffffffff); in _aac_rx_init()
|
H A D | aacraid.h | 1105 __le32 ODR; /* 132Ch | 2Ch | Outbound Doorbell Register */ member 1137 #define OutboundDoorbellReg MUnit.ODR
|
/openbmc/libmctp/docs/bindings/ |
H A D | vendor-ibm-astlpc.md | 74 Output Data Register (ODR). 76 ### ODR: Output Data Register 78 One of the three register interfaces exposed by a KCS device. The ODR is a one 85 indication of IBF and OBF events on the input (IDR) and output (ODR) buffers. 135 (ODR) and the Input Data Register (IDR). The ODR is written by the BMC and read 139 to determine if there is data in the ODR or IDR. These are single-bit flags, 141 hardware when data has been written to the corresponding ODR/IDR buffer (and 153 interrupt to signal a status update by writing a dummy command to ODR after 329 | 1 | The BMC writes a command value to ODR | 332 | 4 | If OBF is set, the host reads the BMC command from ODR | [all …]
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | immap.c | 186 ODR, in do_iopset() enumerator 218 cmd = ODR; in do_iopset() 259 case ODR: in do_iopset()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | dev-raw-kcs | 20 | 0 | IDR | ODR |
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-mcp23s08.txt | 50 - drive-open-drain: Sets the ODR flag in the IOCON register. This configures
|
/openbmc/docs/designs/ |
H A D | bmc-service-failure-debug-and-recovery.md | 358 As STR is polled by the host it's not necessary for the BMC to write to ODR. The
|