Searched refs:BF (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/nvmem/
H A Dvf610-ocotp.c52 #define BF(value, field) (((value) << field) & field##_MASK) macro
127 timing = BF(relax, OCOTP_TIMING_RELAX);
128 timing |= BF(strobe_read, OCOTP_TIMING_STROBE_READ);
129 timing |= BF(strobe_prog, OCOTP_TIMING_STROBE_PROG);
166 reg |= BF(fuse_addr, OCOTP_CTRL_ADDR);
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c199 /* The BF field in an X or XL form instruction. */
200 #define BF BDPA + 1
202 #define CRFD BF
204 #define CRD BF
207 /* The BF field in an X or XL form instruction. */
208 #define BFF BF + 1
211 /* An optional BF field. This is used for comparison instructions,
212 in which an omitted BF field is taken as zero. */
2623 /* The mask for an X form instruction with the BF bits specified. */
2644 /* The mask for an XX2 form instruction with the BF bit
198 #define BF macro
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dvc032x.c3797 #define BF(bridge, flags) \ macro
3801 {USB_DEVICE(0x041e, 0x405b), BF(VC0323, FL_VFLIP)},
3802 {USB_DEVICE(0x046d, 0x0892), BF(VC0321, 0)},
3803 {USB_DEVICE(0x046d, 0x0896), BF(VC0321, 0)},
3804 {USB_DEVICE(0x046d, 0x0897), BF(VC0321, 0)},
3805 {USB_DEVICE(0x0ac8, 0x0321), BF(VC0321, 0)},
3806 {USB_DEVICE(0x0ac8, 0x0323), BF(VC0323, 0)},
3807 {USB_DEVICE(0x0ac8, 0x0328), BF(VC0321, 0)},
3808 {USB_DEVICE(0x0ac8, 0xc001), BF(VC0321, 0)},
3809 {USB_DEVICE(0x0ac8, 0xc002), BF(VC032
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h133 #define BF 0x20 /* int: script: bus fault */ macro
H A Dsym_hipd.c1044 if (dstat & (MDPE|BF|IID)) {
1171 if (dstat & (MDPE|BF))
1853 OUTB(np, nc_dien , MDPE|BF|SSI|SIR|IID);
2892 !(dstat & (MDPE|BF|ABRT|IID))) {
2922 !(dstat & (MDPE|BF|ABRT|IID))) {
2940 (dstat & (MDPE|BF|ABRT|IID))) {
/linux-master/drivers/scsi/
H A Dncr53c8xx.h654 #define BF 0x20 /* int: script: bus fault */ macro
H A Dncr53c8xx.c5166 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID);
5784 !(dstat & (MDPE|BF|ABRT|IID))) {
5831 !(dstat & (MDPE|BF|ABRT))) {
5848 ** For MDPE, BF, ABORT, IID, SGE and HTH we reset the
5869 (dstat & (MDPE|BF|ABRT|IID))) {
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1753 /* reply with identity matrix to avoid 2x2 BF negative gain */
3931 return mt76_mcu_skb_send_msg(&dev->mt76, skb, MCU_WM_UNI_CMD(BF), true);

Completed in 243 milliseconds