Home
last modified time | relevance | path

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

/u-boot/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()
/u-boot/drivers/phy/marvell/
A Dcomphy_mux.c82 const fdt32_t *mux_lane_order, u32 bitcount) in comphy_mux_reg_write() argument
98 offset = fdt32_to_cpu(mux_lane_order[lane]) * bitcount; in comphy_mux_reg_write()
100 offset = lane * bitcount; in comphy_mux_reg_write()
102 mask = (((1 << bitcount) - 1) << offset); in comphy_mux_reg_write()
/u-boot/drivers/gpio/
A Dmscc_sgpio.c75 u32 bitcount; member
230 priv->bitcount = DIV_ROUND_UP(uc_priv->gpio_count, in mscc_sgpio_probe()
233 uc_priv->gpio_count, priv->bitcount); in mscc_sgpio_probe()
240 MSCC_F_CFG_SIO_PORT_WIDTH(priv, priv->bitcount - 1) | in mscc_sgpio_probe()
/u-boot/doc/device-tree-bindings/phy/
A Dmvebu_comphy.txt17 - mux-bitcount: Number of bits that are allocated for every MUX in the COMPHY-selector register.
37 mux-bitcount = <4>;
/u-boot/arch/arm/dts/
A Darmada-cp110.dtsi191 mux-bitcount = <4>;

Completed in 16 milliseconds