Home
last modified time | relevance | path

Searched refs:hwidth (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c23 int hwidth; member
104 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports()
154 hstop = hstop - params[i].hwidth; in _sdw_compute_port_params()
185 params[i].hwidth = (sel_col * in sdw_compute_group_params()
189 column_needed += params[i].hwidth; in sdw_compute_group_params()
/openbmc/linux/drivers/auxdisplay/
H A Dhd44780_common.c61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
63 addr += hdc->hwidth; in hd44780_common_gotoxy()
364 hd->hwidth = DEFAULT_LCD_HWIDTH; in hd44780_common_alloc()
H A Dhd44780_common.h9 int hwidth; /* Default set by hd44780_alloc() */ member
H A Dpanel.c854 hdc->hwidth = lcd_hwidth; in lcd_init()
866 hdc->hwidth = 64; in lcd_init()
879 hdc->hwidth = 16; in lcd_init()
892 hdc->hwidth = 64; in lcd_init()
911 hdc->hwidth = 64; in lcd_init()
924 hdc->hwidth = lcd_hwidth; in lcd_init()
947 if (hdc->hwidth <= 0) in lcd_init()
948 hdc->hwidth = DEFAULT_LCD_HWIDTH; in lcd_init()