Home
last modified time | relevance | path

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

/drivers/video/
A Dconsole_core.c81 int step, line_step, pbytes, bitcount, width_remainder, ret; in fill_char_vertically() local
101 bitcount = 8; in fill_char_vertically()
108 bitcount = width_remainder; in fill_char_vertically()
112 for (int bit = 0; bit < bitcount; bit++) { in fill_char_vertically()
134 int step, line_step, pbytes, bitcount = 8, width_remainder, ret; in fill_char_horizontally() local
158 bitcount = width_remainder; in fill_char_horizontally()
160 for (int bit = 0; bit < bitcount; bit++) { in fill_char_horizontally()
/drivers/phy/marvell/
A Dcomphy_mux.c81 const fdt32_t *mux_lane_order, u32 bitcount) in comphy_mux_reg_write() argument
97 offset = fdt32_to_cpu(mux_lane_order[lane]) * bitcount; in comphy_mux_reg_write()
99 offset = lane * bitcount; in comphy_mux_reg_write()
101 mask = (((1 << bitcount) - 1) << offset); in comphy_mux_reg_write()
/drivers/gpio/
A Dmscc_sgpio.c74 u32 bitcount; member
229 priv->bitcount = DIV_ROUND_UP(uc_priv->gpio_count, in mscc_sgpio_probe()
232 uc_priv->gpio_count, priv->bitcount); in mscc_sgpio_probe()
239 MSCC_F_CFG_SIO_PORT_WIDTH(priv, priv->bitcount - 1) | in mscc_sgpio_probe()

Completed in 12 milliseconds