Home
last modified time | relevance | path

Searched defs:oft (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c29 static int hsdk_creg_gpio_set_value(struct udevice *dev, unsigned oft, int val) in hsdk_creg_gpio_set_value()
43 static int hsdk_creg_gpio_direction_output(struct udevice *dev, unsigned oft, in hsdk_creg_gpio_direction_output()
51 static int hsdk_creg_gpio_direction_input(struct udevice *dev, unsigned oft) in hsdk_creg_gpio_direction_input()
60 static int hsdk_creg_gpio_get_value(struct udevice *dev, unsigned int oft) in hsdk_creg_gpio_get_value()
/openbmc/u-boot/drivers/clk/
H A Dclk-hsdk-cgu.c130 u32 oft; member
150 u32 oft; member
/openbmc/u-boot/drivers/net/
H A Ddm9000x.c283 int i, oft, lnk; in dm9000_init() local