Home
last modified time | relevance | path

Searched refs:ISALIGNED (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Dvpif_display.h44 #define ISALIGNED(a) (0 == ((a) & 7)) macro
H A Dvpif_display.c88 if (!ISALIGNED(addr + common->ytop_off) || in vpif_buffer_prepare()
89 !ISALIGNED(addr + common->ybtm_off) || in vpif_buffer_prepare()
90 !ISALIGNED(addr + common->ctop_off) || in vpif_buffer_prepare()
91 !ISALIGNED(addr + common->cbtm_off)) { in vpif_buffer_prepare()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsiutils_priv.h167 ISALIGNED((x), SI_CORE_SIZE))
168 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dbcmutils.c806 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktsetprio()
977 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktset8021xprio()
H A Ddhd_sdio.c2454 ASSERT(ISALIGNED((uintptr)PKTDATA(osh, pkt), 2)); in dhdsdio_txpkt_preprocess()
3086 ASSERT(ISALIGNED((uintptr)frame, 2)); in dhd_bus_txctl()
10343 if (!ISALIGNED(start_addr, 4)) { in _dhdsdio_download_btfw()
10358 if (!ISALIGNED(end_addr, 4)) { in _dhdsdio_download_btfw()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsiutils_priv.h183 ISALIGNED((x), SI_CORE_SIZE))
184 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dlinux_osl.c919 if (!ISALIGNED(DMA_CONSISTENT_ALIGN, align)) in osl_dma_alloc_consistent()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsiutils_priv.h183 ISALIGNED((x), SI_CORE_SIZE))
184 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dlinux_osl.c927 if (!ISALIGNED(DMA_CONSISTENT_ALIGN, align))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsiutils_priv.h183 ISALIGNED((x), SI_CORE_SIZE))
184 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dlinux_osl.c927 if (!ISALIGNED(DMA_CONSISTENT_ALIGN, align))
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsiutils_priv.h248 ISALIGNED((x), SI_CORE_SIZE))
249 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dbcmutils.c1071 ASSERT_FP(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in BCMFASTPATH()
5115 ASSERT(ISALIGNED(array, sizeof(uint32))); /* array should be alligned for this API */ in set_bitrange_u32()
5163 ASSERT(ISALIGNED(array, sizeof(uint32))); /* array should be alligned for this API */ in clr_bitrange_u32()
6093 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktset8021xprio()
H A Ddhd_sdio.c2495 ASSERT(ISALIGNED((uintptr)PKTDATA(osh, pkt), 2)); in dhdsdio_txpkt_preprocess()
3130 ASSERT(ISALIGNED((uintptr)frame, 2)); in dhd_bus_txctl()
4943 if (!ISALIGNED((uintptr)arg, sizeof(uint16))) { in dhdsdio_doiovar()
4957 if (!ISALIGNED((uintptr)arg, sizeof(uint16))) { in dhdsdio_doiovar()
11715 if (!ISALIGNED(start_addr, 4)) { in _dhdsdio_download_btfw()
11730 if (!ISALIGNED(end_addr, 4)) { in _dhdsdio_download_btfw()
H A Dlinux_osl.c1121 if (!ISALIGNED(DMA_CONSISTENT_ALIGN, align)) in osl_dma_alloc_consistent()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsiutils_priv.h248 ISALIGNED((x), SI_CORE_SIZE))
249 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
H A Dbcmutils.c1071 ASSERT_FP(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in BCMFASTPATH()
5115 ASSERT(ISALIGNED(array, sizeof(uint32))); /* array should be alligned for this API */ in set_bitrange_u32()
5163 ASSERT(ISALIGNED(array, sizeof(uint32))); /* array should be alligned for this API */ in clr_bitrange_u32()
6093 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16))); in pktset8021xprio()
H A Ddhd_sdio.c2484 ASSERT(ISALIGNED((uintptr)PKTDATA(osh, pkt), 2)); in dhdsdio_txpkt_preprocess()
3119 ASSERT(ISALIGNED((uintptr)frame, 2)); in dhd_bus_txctl()
4932 if (!ISALIGNED((uintptr)arg, sizeof(uint16))) { in dhdsdio_doiovar()
4946 if (!ISALIGNED((uintptr)arg, sizeof(uint16))) { in dhdsdio_doiovar()
11700 if (!ISALIGNED(start_addr, 4)) { in _dhdsdio_download_btfw()
11715 if (!ISALIGNED(end_addr, 4)) { in _dhdsdio_download_btfw()
H A Dlinux_osl.c1121 if (!ISALIGNED(DMA_CONSISTENT_ALIGN, align)) in osl_dma_alloc_consistent()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h552 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h552 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h552 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h501 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmutils.h668 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmutils.h668 #define ISALIGNED(a, x) (((uintptr)(a) & ((x) - 1)) == 0) macro

12