Searched refs:CONFIG_REG (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/fdt/ |
H A D | cwfg.c | 60 #define CONFIG_REG 0x08 macro 262 if ((error = cwfg_read(sc, CONFIG_REG, &config)) != 0) in cwfg_set_config() 292 if ((error = cwfg_read(sc, CONFIG_REG, &config)) != 0) in cwfg_set_config() 295 if ((error = cwfg_write(sc, CONFIG_REG, config)) != 0) in cwfg_set_config()
|
/openbsd/sys/arch/macppc/dev/ |
H A D | wdc_obio.c | 317 #define CONFIG_REG (0x200) /* IDE access timing register */ macro 383 bus_space_write_4(chp->cmd_iot, chp->cmd_ioh, CONFIG_REG, conf); in wdc_obio_adjust_timing() 464 bus_space_write_4(chp->cmd_iot, chp->cmd_ioh, CONFIG_REG, conf); in wdc_obio_ata4_adjust_timing() 516 conf = bus_space_read_4(chp->cmd_iot, chp->cmd_ioh, CONFIG_REG); in wdc_obio_ata6_adjust_timing() 530 bus_space_write_4(chp->cmd_iot, chp->cmd_ioh, CONFIG_REG, conf); in wdc_obio_ata6_adjust_timing()
|