Searched refs:BE0 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dks8851_mll.c466 #define BE0 0x1000 /* Byte Enable 0 */ macro
488 ks->cmd_reg_cache = (u16) offset | (u16)(BE0 << shift_bit);
504 ks->cmd_reg_cache = (u16)offset | ((BE1 | BE0) << (offset & 0x02));
520 ks->cmd_reg_cache = (u16)offset | (BE0 << shift_bit);
535 ks->cmd_reg_cache = (u16)offset | ((BE1 | BE0) << (offset & 0x02));

Completed in 97 milliseconds