Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powermac/
Dfeature.c340 MACIO_BIC(HEATHROW_FCR, HRW_SCC_TRANS_EN_N); in heathrow_modem_enable()
342 MACIO_BIS(HEATHROW_FCR, HRW_SCC_TRANS_EN_N); in heathrow_modem_enable()
344 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_modem_enable()
366 HEATHROW_FCR, in heathrow_floppy_enable()
383 MACIO_BIS(HEATHROW_FCR, HRW_MESH_ENABLE); in heathrow_mesh_enable()
385 MACIO_BIC(HEATHROW_FCR, HRW_MESH_ENABLE); in heathrow_mesh_enable()
386 (void)MACIO_IN32(HEATHROW_FCR); in heathrow_mesh_enable()
406 HEATHROW_FCR, HRW_IDE0_ENABLE, value); in heathrow_ide_enable()
409 HEATHROW_FCR, HRW_BAY_IDE_ENABLE, value); in heathrow_ide_enable()
421 HEATHROW_FCR, HRW_IDE0_RESET_N, !value); in heathrow_ide_reset()
[all …]
/arch/powerpc/include/asm/
Dheathrow.h21 #define HEATHROW_FCR 0x38 /* Feature control */ macro