Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-sp7021-intc.c126 bool is_low = (type == IRQ_TYPE_LEVEL_LOW || type == IRQ_TYPE_EDGE_FALLING); in sp_intc_set_type() local
133 ASSIGN_STATE(hwirq, _IS_LOW, is_low); in sp_intc_set_type()
140 sp_intc_assign_bit(hwirq, REG_INTR_POLARITY, is_low); in sp_intc_set_type()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c656 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local
670 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx()
689 if (is_low) in wcn36xx_start_tx()
698 ret = wcn36xx_dxe_tx_frame(wcn, vif_priv, &bd, skb, is_low); in wcn36xx_start_tx()
H A Ddxe.c749 bool is_low) in wcn36xx_dxe_tx_frame() argument
757 ch = is_low ? &wcn->dxe_tx_l_ch : &wcn->dxe_tx_h_ch; in wcn36xx_dxe_tx_frame()
835 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
H A Ddxe.h468 bool is_low);
/linux/drivers/net/ethernet/microchip/
H A Denc28j60.c626 static void enc28j60_lowpower(struct enc28j60_net *priv, bool is_low) in enc28j60_lowpower() argument
631 dev_dbg(dev, "%s power...\n", is_low ? "low" : "high"); in enc28j60_lowpower()
634 if (is_low) { in enc28j60_lowpower()