CONFIG_PORT_SET
u8 tmp = ioread8(galaxy->config_port + CONFIG_PORT_SET);
iowrite8(tmp | 0x80, galaxy->config_port + CONFIG_PORT_SET);
iowrite8(tmp & 0x7f, galaxy->config_port + CONFIG_PORT_SET);