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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dau1550_spi.c136 return PSC_SPICFG_SET_BAUD(brg) | PSC_SPICFG_SET_DIV(div);
218 cfg &= ~PSC_SPICFG_SET_DIV(3);
276 cfg &= ~PSC_SPICFG_SET_DIV(3);
745 cfg |= PSC_SPICFG_SET_BAUD(4) | PSC_SPICFG_SET_DIV(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_psc.h329 #define PSC_SPICFG_SET_DIV(x) (((x) & 0x03) << 13) macro

Completed in 69 milliseconds