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