Home
last modified time | relevance | path

Searched refs:ctl_op (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_ctl.c139 u32 ctl_op = 0; in set_ctl_op() local
142 ctl_op |= MDP5_CTL_OP_INTF_NUM(INTF0 + intf->num); in set_ctl_op()
147 ctl_op |= MDP5_CTL_OP_CMD_MODE; in set_ctl_op()
152 ctl_op |= MDP5_CTL_OP_MODE(MODE_WB_2_LINE); in set_ctl_op()
160 ctl_op |= MDP5_CTL_OP_PACK_3D_ENABLE | in set_ctl_op()
164 ctl_write(ctl, REG_MDP5_CTL_OP(ctl->id), ctl_op); in set_ctl_op()
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c162 ulong ctl_op; member
327 if (test_and_set_bit(0, &devinfo->ctl_op)) { in brcmf_usb_tx_ctlpkt()
336 clear_bit(0, &devinfo->ctl_op); in brcmf_usb_tx_ctlpkt()
346 clear_bit(0, &devinfo->ctl_op); in brcmf_usb_tx_ctlpkt()
372 if (test_and_set_bit(0, &devinfo->ctl_op)) { in brcmf_usb_rx_ctlpkt()
381 clear_bit(0, &devinfo->ctl_op); in brcmf_usb_rx_ctlpkt()
392 clear_bit(0, &devinfo->ctl_op); in brcmf_usb_rx_ctlpkt()