Home
last modified time | relevance | path

Searched refs:KEYLARGO_FCR3 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dfeature.c1145 reg = MACIO_IN32(KEYLARGO_FCR3); in core99_usb_enable()
1150 MACIO_OUT32(KEYLARGO_FCR3, reg); in core99_usb_enable()
1151 (void)MACIO_IN32(KEYLARGO_FCR3); in core99_usb_enable()
1199 reg = MACIO_IN32(KEYLARGO_FCR3); in core99_usb_enable()
1204 MACIO_OUT32(KEYLARGO_FCR3, reg); in core99_usb_enable()
1205 (void)MACIO_IN32(KEYLARGO_FCR3); in core99_usb_enable()
1477 MACIO_BIS(KEYLARGO_FCR3, fcrs[cell][2]); in g5_i2s_enable()
1479 MACIO_BIC(KEYLARGO_FCR3, fcrs[cell][2]); in g5_i2s_enable()
1581 temp = MACIO_IN32(KEYLARGO_FCR3); in keylargo_shutdown()
1596 MACIO_OUT32(KEYLARGO_FCR3, temp); in keylargo_shutdown()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkeylargo.h21 #define KEYLARGO_FCR3 0x44 macro