Home
last modified time | relevance | path

Searched refs:get_bitmask_order (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/sysdev/
A Dfsl_rmu.c690 desc->dwcnt = is_power_of_2(len) ? len : 1 << get_bitmask_order(len); in fsl_add_outb_message()
793 ((get_bitmask_order(entries) - 2) << 12)); in fsl_open_outb_mbox()
907 setbits32(&rmu->msg_regs->imr, (get_bitmask_order(entries) - 2) << 12); in fsl_open_inb_mbox()
/linux/include/linux/
A Dbitops.h69 static inline int get_bitmask_order(unsigned int count) in get_bitmask_order() function
/linux/fs/omfs/
A Dinode.c535 sbi->s_block_shift = get_bitmask_order(sbi->s_blocksize) - in omfs_fill_super()
536 get_bitmask_order(sbi->s_sys_blocksize); in omfs_fill_super()
/linux/drivers/mtd/maps/
A Dphysmap-core.c531 info->win_order = get_bitmask_order(resource_size(res)) - 1; in physmap_flash_probe()
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-hw.c201 bits = get_bitmask_order(VLAN_VID_MASK); in xlgmac_vid_crc32_le()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-dev.c897 bits = get_bitmask_order(VLAN_VID_MASK); in xgbe_vid_crc32_le()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c6206 bits = get_bitmask_order(VLAN_VID_MASK); in stmmac_vid_crc32_le()

Completed in 45 milliseconds