Searched refs:HEATHROW_MBCR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | heathrow.h | 21 #define HEATHROW_MBCR 0x34 /* Media bay control */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | heathrow.h | 21 #define HEATHROW_MBCR 0x34 /* Media bay control */ macro
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | mediabay.c | 142 return (MB_IN32(bay, HEATHROW_MBCR) >> 12) & 7; in heathrow_mb_content() 206 MB_BIC(bay, HEATHROW_MBCR, 0x00000F00); in heathrow_mb_power()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | mediabay.c | 142 return (MB_IN32(bay, HEATHROW_MBCR) >> 12) & 7; in heathrow_mb_content() 206 MB_BIC(bay, HEATHROW_MBCR, 0x00000F00); in heathrow_mb_power()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 385 MACIO_BIC(HEATHROW_MBCR, 0x04000000); in heathrow_mesh_enable() 387 MACIO_BIS(HEATHROW_MBCR, 0x04000000); in heathrow_mesh_enable() 388 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 386 MACIO_BIC(HEATHROW_MBCR, 0x04000000); in heathrow_mesh_enable() 388 MACIO_BIS(HEATHROW_MBCR, 0x04000000); in heathrow_mesh_enable() 389 (void)MACIO_IN32(HEATHROW_MBCR); in heathrow_mesh_enable()
|
Completed in 9 milliseconds