Searched defs:reg_width (Results 1 – 9 of 9) sorted by relevance
/u-boot-v2022.01-rc1/drivers/reset/ |
A D | reset-socfpga.c | 69 int reg_width = sizeof(u32); in socfpga_reset_assert() local 81 int reg_width = sizeof(u32); in socfpga_reset_deassert() local
|
/u-boot-v2022.01-rc1/drivers/serial/ |
A D | serial_s5p.c | 48 u8 reg_width; /* register width */ member 95 static void __maybe_unused s5p_serial_baud(struct s5p_uart *uart, u8 reg_width, in s5p_serial_baud()
|
/u-boot-v2022.01-rc1/drivers/gpio/ |
A D | sh_pfc.c | 37 unsigned long reg_width) in gpio_read_raw_reg() 54 unsigned long reg_width, in gpio_write_raw_reg()
|
/u-boot-v2022.01-rc1/drivers/pwm/ |
A D | pwm-mtk.c | 62 reg_width = PWMDWIDTH, reg_thres = PWMTHRES; in mtk_pwm_set_config() local
|
/u-boot-v2022.01-rc1/include/ |
A D | sh_pfc.h | 45 unsigned long reg, reg_width, field_width; member 63 unsigned long reg, reg_width, reg_shadow; member
|
A D | ns16550.h | 75 int reg_width; member
|
A D | serial.h | 149 u8 reg_width; member
|
/u-boot-v2022.01-rc1/drivers/pinctrl/renesas/ |
A D | pfc.c | 97 u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width) in sh_pfc_read_raw_reg() 112 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, in sh_pfc_write_raw_reg()
|
A D | sh_pfc.h | 123 u8 reg_width, field_width; member 205 u8 reg_width; member
|
Completed in 21 milliseconds