Home
last modified time | relevance | path

Searched refs:coe (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c343 int coe; member
694 static unsigned int CCO(unsigned int x,unsigned int coe[],int k) in CCO() argument
699 return (x & ~31)+(31 - (coe[31-(x&31)] & 31)); in CCO()
701 return (x & ~31)+(coe[x&31] & 31); in CCO()
706 return (x & ~63)+(63 - (coe[63-(x&63)] & 63)); in CCO()
708 return (x & ~63)+(coe[x&63] & 63); in CCO()
712 return (x & ~63)+(coe[x&63] & 63); in CCO()
1529 int coe; in PointEdge() member
1600 stretch->left[i].coe/128; in PointEdge()
1619 stretch->right[i].coe/128; in PointEdge()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.cpp219 if (rgb_enh->coe > 3.96875 || rgb_enh->coe < 0) { in check_rgb_enhance_param()
528 msg->rgb_enh_coe = (RK_U32)(rgb_enh->coe * 32); in iep_control()
/OK3568_Linux_fs/external/mpp/mpp/vproc/inc/
H A Diep_api.h98 float coe; // [0, 3.96875] member
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp1160 static inline void NormalRgaCompatModeConvertRga2FullCscCoe(rga2_csc_coe_t *coe, csc_coe_t *orig_co… in NormalRgaCompatModeConvertRga2FullCscCoe() argument
1161 coe->r_v = orig_coe->r_v; in NormalRgaCompatModeConvertRga2FullCscCoe()
1162 coe->g_y = orig_coe->g_y; in NormalRgaCompatModeConvertRga2FullCscCoe()
1163 coe->b_u = orig_coe->b_u; in NormalRgaCompatModeConvertRga2FullCscCoe()
1164 coe->off = orig_coe->off; in NormalRgaCompatModeConvertRga2FullCscCoe()
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlock.cat131 let coe = co & ext
H A Dlinux-kernel.cat61 empty rmw & (fre ; coe) as atomic
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmsc9420.c1247 u32 coe = smsc9420_reg_read(pd, COE_CR) | RX_COE_EN; in smsc9420_alloc_rx_ring() local
1248 smsc9420_reg_write(pd, COE_CR, coe); in smsc9420_alloc_rx_ring()
1249 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe); in smsc9420_alloc_rx_ring()
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
555 CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
674 that occur on different CPUs (external coherence order, or coe).
1177 It's important to understand that neither coe nor fre is included in
1179 W ->coe W'. This means that W and W' are stores to the same location,
1297 The formal definition of the prop relation involves a coe or fre link,
1301 of complexity. For instance, here's an example containing a coe link
1332 overwritten by P1's store since x = 2 at the end (a coe link), the
1357 F via a coe or fre link, an arbitrary number of cumul-fences, an
1362 of links begins with coe). Then there are events W, X, Y, and Z such
[all …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A Diep_test.cpp143 cfg->rgb_enh->coe = in parse_cfg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3771 int coe = priv->hw->rx_csum; in stmmac_rx_buf1_len() local
3788 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf1_len()
3798 int coe = priv->hw->rx_csum; in stmmac_rx_buf2_len() local
3809 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf2_len()
3828 int status = 0, coe = priv->hw->rx_csum; in stmmac_rx() local
4001 if (unlikely(!coe)) in stmmac_rx()
H A Ddwmac-rk-tool.c595 int coe = priv->hw->rx_csum; in dwmac_rk_rx_validate() local
606 frame_len = priv->hw->desc->get_rx_frame_len(p, coe); in dwmac_rk_rx_validate()