Searched refs:BF (Results 1 – 7 of 7) sorted by relevance
| /drivers/nvmem/ |
| A D | vf610-ocotp.c | 52 #define BF(value, field) (((value) << field) & field##_MASK) macro 127 timing = BF(relax, OCOTP_TIMING_RELAX); in vf610_ocotp_calculate_timing() 128 timing |= BF(strobe_read, OCOTP_TIMING_STROBE_READ); in vf610_ocotp_calculate_timing() 129 timing |= BF(strobe_prog, OCOTP_TIMING_STROBE_PROG); in vf610_ocotp_calculate_timing() 166 reg |= BF(fuse_addr, OCOTP_CTRL_ADDR); in vf610_ocotp_read()
|
| /drivers/media/usb/gspca/ |
| A D | vc032x.c | 3797 #define BF(bridge, flags) \ macro 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(VC0321, 0)}, 3811 {USB_DEVICE(0x15b8, 0x6001), BF(VC0323, 0)}, [all …]
|
| /drivers/scsi/sym53c8xx_2/ |
| A D | sym_defs.h | 133 #define BF 0x20 /* int: script: bus fault */ macro
|
| A D | sym_hipd.c | 1044 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))) {
|
| /drivers/scsi/ |
| A D | ncr53c8xx.h | 654 #define BF 0x20 /* int: script: bus fault */ macro
|
| A D | ncr53c8xx.c | 5166 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID); in ncr_init() 5784 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception() 5831 !(dstat & (MDPE|BF|ABRT))) { in ncr_exception() 5869 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()
|
| /drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mcu.c | 4215 return mt76_mcu_skb_send_msg(&dev->mt76, skb, MCU_WM_UNI_CMD(BF), true); in mt7996_mcu_set_txbf()
|
Completed in 850 milliseconds