HelenOS sources
pio_set_32 44 uspace/drv/bus/usb/ehci/ehci_regs.h #define EHCI_SET(reg, val) pio_set_32(&(reg), host2uint32_t_le(val), 10)
pio_set_32 44 uspace/drv/bus/usb/ohci/ohci_regs.h #define OHCI_SET(reg, val) pio_set_32(&(reg), host2uint32_t_le(val), 1)
pio_set_32 190 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&mpu->clken_pll, MPU_CM_CLKEN_PLL_EN_MPU_DPLL_LP_MODE_FLAG, 5);
pio_set_32 206 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->cm.iva2->clken_pll, MPU_CM_CLKEN_PLL_EN_MPU_DPLL_LP_MODE_FLAG, 5);
pio_set_32 332 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->cm.core->fclken3,
pio_set_32 334 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->cm.core->iclken3,
pio_set_32 338 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->cm.usbhost->fclken,
pio_set_32 341 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->cm.usbhost->iclken,
pio_set_32 379 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->tll->sysconfig, TLL_SYSCONFIG_SOFTRESET_FLAG, 5);
pio_set_32 399 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->uhh->hostconfig,
pio_set_32 405 uspace/drv/platform/amdm37x/amdm37x.c pio_set_32(&device->tll->shared_conf, TLL_SHARED_CONF_FCLK_IS_ON_FLAG, 5);
HelenOS homepage, sources at GitHub