Home
last modified time | relevance | path

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

/freebsd/sys/dev/pwm/
H A Dpwmbus.c76 device_get_nameunit(device_get_parent(dev)), ivars->pi_channel); in pwmbus_child_location()
94 resource_int_value(dname, dunit, "channel", &ivars->pi_channel); in pwmbus_hinted_child()
106 rv += printf(" channel %u", ivars->pi_channel); in pwmbus_print_child()
120 ivars->pi_channel); in pwmbus_probe_nomatch()
134 *(u_int *)result = ivars->pi_channel; in pwmbus_read_ivar()
181 ivars->pi_channel = chan; in pwmbus_attach()
H A Dofw_pwmbus.c157 ivars->base.pi_channel = chan; in ofw_pwmbus_attach()
183 ivars->base.pi_channel = chan; in ofw_pwmbus_attach()
H A Dpwmbus.h37 u_int pi_channel; member