Searched refs:GROUP_BOUNDARY (Results 1 – 1 of 1) sorted by relevance
823 #define GROUP_BOUNDARY 0x800 in musycc_init() macro825 regaddr = OS_kmalloc (sizeof (struct musycc_groupr) + GROUP_BOUNDARY); in musycc_init()837 pi->regram = (struct musycc_groupr *) ((unsigned long) (regaddr + GROUP_BOUNDARY - 1) & in musycc_init()838 (~(GROUP_BOUNDARY - 1))); /* this calculates in musycc_init()