Searched refs:dw_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ |
H A D | designware_spi.c | 119 static inline u32 dw_read(struct dw_spi_priv *priv, u32 offset) in dw_read() function 193 if (fifo != dw_read(priv, DW_SPI_TXFLTR)) in spi_hw_init() 299 tx_room = priv->fifo_len - dw_read(priv, DW_SPI_TXFLR); in tx_max() 320 return min_t(u32, rx_left, dw_read(priv, DW_SPI_RXFLR)); in rx_max() 348 rxw = dw_read(priv, DW_SPI_DR); in dw_reader() 443 if (dw_read(priv, DW_SPI_CTRL0) != cr0) in dw_spi_xfer()
|
/openbmc/linux/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 102 #define dw_read(ptr, type, end) ({ \ macro 123 *val = dw_read(cur, unsigned long, end); in __dw_read_encoded_value() 144 *val += dw_read(cur, s32, end); in __dw_read_encoded_value() 147 *val += dw_read(cur, u32, end); in __dw_read_encoded_value() 150 *val += dw_read(cur, s64, end); in __dw_read_encoded_value() 153 *val += dw_read(cur, u64, end); in __dw_read_encoded_value()
|