Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c329 (void)MACIO_IN8(HRW_GPIO_MODEM_RESET); in heathrow_modem_enable()
346 (void)MACIO_IN8(HRW_GPIO_MODEM_RESET); in heathrow_modem_enable()
349 (void)MACIO_IN8(HRW_GPIO_MODEM_RESET); in heathrow_modem_enable()
1014 (void)MACIO_IN8(0x1a3e0); in core99_airport_enable()
1032 (void)MACIO_IN8(KL_GPIO_AIRPORT_4); in core99_airport_enable()
1072 (void)MACIO_IN8(reset_io); in core99_reset_cpu()
1075 (void)MACIO_IN8(reset_io); in core99_reset_cpu()
1281 MACIO_IN8(KL_GPIO_FW_CABLE_POWER); in core99_firewire_cable_power()
1319 return MACIO_IN8(param); in core99_read_gpio()
1518 (void)MACIO_IN8(reset_io); in g5_reset_cpu()
[all …]
H A Dpfunc_base.c175 MACIO_OUT8(offset, (MACIO_IN8(offset) & ~mask) | (value & mask)); in macio_do_write_reg8()
188 *((u8 *)(args->u[0].p)) = MACIO_IN8(offset); in macio_do_read_reg8()
214 *((u8 *)(args->u[0].p)) = ((MACIO_IN8(offset) & mask) >> shift) ^ xor; in macio_do_read_reg8_msrx()
250 tmp = MACIO_IN8(offset); in macio_do_write_reg8_slm()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpmac_feature.h374 #define MACIO_IN8(r) (in_8(MACIO_FCR8(macio,r))) macro