/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/ |
H A D | 0002-Revert-Support-compressed-pixel-formats-when-saving-.patch | 133 -static uint16_t dequantize(uint16_t q, int qmode) 135 - switch (qmode) 155 - int qmode = (w & 3); 156 - if (qmode < 3) 162 - if (qmode == 2 && field0 >= 384) 173 - if (qmode == 2) 176 - if (qmode == 2) 191 - d[0] = dequantize(q[0], qmode); 192 - d[2] = dequantize(q[1], qmode); 193 - d[4] = dequantize(q[2], qmode); [all …]
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac4_dma.c | 263 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_rx_chan_op_mode() argument 294 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwmac4_dma_rx_chan_op_mode() 332 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_tx_chan_op_mode() argument 375 if (qmode != MTL_QUEUE_AVB) in dwmac4_dma_tx_chan_op_mode() 500 u32 channel, u8 qmode) in dwmac4_qmode() argument 507 if (qmode != MTL_QUEUE_AVB) in dwmac4_qmode() 596 .qmode = dwmac4_qmode, 625 .qmode = dwmac4_qmode,
|
H A D | dwxgmac2_dma.c | 147 int mode, u32 channel, int fifosz, u8 qmode) in dwxgmac2_dma_rx_mode() argument 169 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwxgmac2_dma_rx_mode() 213 int mode, u32 channel, int fifosz, u8 qmode) in dwxgmac2_dma_tx_mode() argument 244 if (qmode != MTL_QUEUE_AVB) in dwxgmac2_dma_tx_mode() 547 u32 channel, u8 qmode) in dwxgmac2_qmode() argument 553 if (qmode != MTL_QUEUE_AVB) { in dwxgmac2_qmode() 639 .qmode = dwxgmac2_qmode,
|
H A D | dwmac1000_dma.c | 154 u32 channel, int fifosz, u8 qmode) in dwmac1000_dma_operation_mode_rx() argument 183 u32 channel, int fifosz, u8 qmode) in dwmac1000_dma_operation_mode_tx() argument
|
H A D | dwmac100_dma.c | 55 u32 channel, int fifosz, u8 qmode) in dwmac100_dma_operation_mode_tx() argument
|
H A D | hwif.h | 187 int fifosz, u8 qmode); 189 int mode, u32 channel, int fifosz, u8 qmode); 224 void (*qmode)(struct stmmac_priv *priv, void __iomem *ioaddr, member 225 u32 channel, u8 qmode); 283 stmmac_do_void_callback(__priv, dma, qmode, __priv, __args)
|
H A D | dwmac-sun8i.c | 513 u32 channel, int fifosz, u8 qmode) in sun8i_dwmac_dma_operation_mode_rx() argument 537 u32 channel, int fifosz, u8 qmode) in sun8i_dwmac_dma_operation_mode_tx() argument
|
H A D | stmmac_main.c | 2359 u8 qmode = 0; in stmmac_dma_operation_mode() local 2394 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode() 2397 rxfifosz, qmode); in stmmac_dma_operation_mode() 2412 qmode = priv->plat->tx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode() 2415 txfifosz, qmode); in stmmac_dma_operation_mode()
|