Home
last modified time | relevance | path

Searched refs:last_ch (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dvidconsole-uclass.c114 priv->last_ch = 0; in vidconsole_newline()
429 priv->last_ch = 0; in vidconsole_put_char()
446 priv->last_ch = ch; in vidconsole_put_char()
H A Dconsole_truetype.c215 if (vc_priv->last_ch) { in console_truetype_putc_xy()
217 vc_priv->last_ch, ch); in console_truetype_putc_xy()
/openbmc/u-boot/include/
H A Dvideo_console.h74 int last_ch; member
/openbmc/qemu/hw/display/
H A Dvga_int.h124 uint8_t last_cw, last_ch; member
H A Dvga.c1243 cw != s->last_cw || cheight != s->last_ch || s->last_depth) { in vga_draw_text()
1252 s->last_ch = cheight; in vga_draw_text()
1868 s->last_ch = 0; in vga_common_reset()
1963 cw != s->last_cw || cheight != s->last_ch) { in vga_update_text()
1971 s->last_ch = cheight; in vga_update_text()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c414 if (ar->last_ch != channel) in ath6kl_connect_ap_mode_bss()
980 ar->last_ch = le16_to_cpu(vif->profile.ch); in ath6kl_disconnect_event()
1055 ath6kl_check_ch_switch(ar, ar->last_ch); in ath6kl_disconnect_event()
H A Dcore.h751 u16 last_ch; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2172 int i, n_chan, batch_size, idx = 0, tx_power, last_ch; in mt76_connac_mcu_rate_txpower_band() local
2195 last_ch = chan_list_6ghz[ARRAY_SIZE(chan_list_6ghz) - 1]; in mt76_connac_mcu_rate_txpower_band()
2197 last_ch = chan_list_5ghz[ARRAY_SIZE(chan_list_5ghz) - 1]; in mt76_connac_mcu_rate_txpower_band()
2199 last_ch = chan_list_2ghz[ARRAY_SIZE(chan_list_2ghz) - 1]; in mt76_connac_mcu_rate_txpower_band()
2244 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()