Home
last modified time | relevance | path

Searched refs:HEATHROW_MBCR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ppc/
Dheathrow.h17 #define HEATHROW_MBCR 0x34 /* Media bay control */ macro
/linux-2.4.37.9/drivers/macintosh/
Dmediabay.c193 return (MB_IN32(bay, HEATHROW_MBCR) >> 12) & 7; in heathrow_mb_content()
257 MB_BIC(bay, HEATHROW_MBCR, 0x00000F00); in heathrow_mb_power()
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_feature.c436 MACIO_BIC(HEATHROW_MBCR, 0x00000004); in heathrow_mesh_enable()
438 MACIO_BIS(HEATHROW_MBCR, 0x00000004); in heathrow_mesh_enable()
441 MACIO_BIC(HEATHROW_MBCR, 0x00040000); in heathrow_mesh_enable()
443 MACIO_BIS(HEATHROW_MBCR, 0x00040000); in heathrow_mesh_enable()
445 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()