Home
last modified time | relevance | path

Searched refs:clear_flags (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c233 u32 clear_flags = 0; in bdc_sr_uspc() local
248 clear_flags |= BDC_PCC; in bdc_sr_uspc()
259 clear_flags |= BDC_VBC; in bdc_sr_uspc()
264 clear_flags |= BDC_PRC; in bdc_sr_uspc()
268 clear_flags |= BDC_PSC; in bdc_sr_uspc()
285 bdc_writel(bdc->regs, BDC_USPC, clear_flags); in bdc_sr_uspc()
/openbmc/linux/drivers/net/can/usb/
H A Df81604.c142 unsigned long clear_flags; member
509 set_bit(F81604_CLEAR_OVERRUN, &priv->clear_flags); in f81604_handle_can_bus_errors()
561 set_bit(F81604_CLEAR_ECC, &priv->clear_flags); in f81604_handle_can_bus_errors()
585 set_bit(F81604_CLEAR_ALC, &priv->clear_flags); in f81604_handle_can_bus_errors()
600 if (priv->clear_flags) in f81604_handle_can_bus_errors()
890 if (test_and_clear_bit(F81604_CLEAR_ALC, &priv->clear_flags)) in f81604_clear_reg_work()
894 if (test_and_clear_bit(F81604_CLEAR_ECC, &priv->clear_flags)) in f81604_clear_reg_work()
898 if (test_and_clear_bit(F81604_CLEAR_OVERRUN, &priv->clear_flags)) in f81604_clear_reg_work()
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddat.h26 void (*clear_flags)(struct i3c_hci *hci, unsigned int dat_idx, u32 w0, u32 w1); member
H A Ddat_v1.c189 .clear_flags = hci_dat_v1_clear_flags,
H A Dcore.c483 mipi_i3c_hci_dat_v1.clear_flags(hci, dat_idx, DAT_0_IBI_PAYLOAD, 0); in i3c_hci_request_ibi()
501 mipi_i3c_hci_dat_v1.clear_flags(hci, dev_data->dat_idx, DAT_0_SIR_REJECT, 0); in i3c_hci_enable_ibi()
/openbmc/u-boot/env/
H A Dflags.c443 static int clear_flags(ENTRY *entry) in clear_flags() function
479 hwalk_r(&env_htab, clear_flags); in on_flags()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_events.h77 uint8_t clear_flags; member
/openbmc/linux/fs/ocfs2/
H A Dalloc.h121 int new_flags, int clear_flags);
H A Dalloc.c5153 int new_flags, int clear_flags) in ocfs2_change_extent_flag() argument
5197 if (clear_flags && !(rec->e_flags & clear_flags)) { in ocfs2_change_extent_flag()
5201 clear_flags); in ocfs2_change_extent_flag()
5212 if (clear_flags) in ocfs2_change_extent_flag()
5213 split_rec.e_flags &= ~clear_flags; in ocfs2_change_extent_flag()
/openbmc/qemu/accel/tcg/
H A Duser-exec.c350 int set_flags, int clear_flags) in pageflags_set_clear() argument
370 merge_flags = (p_flags & ~clear_flags) | set_flags; in pageflags_set_clear()
/openbmc/linux/drivers/cxl/
H A Dcxlmem.h637 u8 clear_flags; member
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c4398 goto clear_flags; in qm_restart_done()
4409 clear_flags: in qm_restart_done()
/openbmc/linux/fs/btrfs/
H A Dinode.c975 unsigned long clear_flags = EXTENT_DELALLOC | in compress_file_range() local
994 clear_flags, in compress_file_range()