Home
last modified time | relevance | path

Searched refs:BF (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/drivers/nvmem/
Dvf610-ocotp.c52 #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()
/linux-6.6.21/drivers/media/usb/gspca/
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(VC0321, 0)},
[all …]
/linux-6.6.21/Documentation/admin-guide/pm/
Dintel-speed-select.rst76 Intel(R) SST-BF (feature base-freq) is not supported
292 (Intel(R) SST-BF) and Intel(R) Speed Select Technology - Turbo Frequency (Intel
306 Given these results, the "speed-select-base-freq" (Intel(R) SST-BF) in level 4
315 The Intel(R) SST-BF and the Intel(R) SST-TF features are built on a foundation
317 The platform firmware enables this feature when Intel(R) SST-BF or Intel(R) SST-TF
536 Intel(R) Speed Select Technology - Base Frequency (Intel(R) SST-BF)
539 The Intel(R) Speed Select Technology - Base Frequency (Intel(R) SST-BF) feature lets
546 The support of Intel(R) SST-BF depends on the Intel(R) Speed Select Technology -
548 possible that only certain performance levels support Intel(R) SST-BF. It is also
550 SST-BF. Consequently, first select the desired performance level to enable this
[all …]
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-class-tpm134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B
141 10 AD 94 14 65 F9 6A 17 78 BD 16 53 84 30 BF 70
142 E0 DC 65 FD 3C C6 B0 1E BF B9 C1 B5 6C EF B1 3A
/linux-6.6.21/tools/perf/pmu-events/arch/x86/
Dmapfile.csv2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.21,alderlake,core
/linux-6.6.21/arch/powerpc/xmon/
Dppc-opc.c198 #define BF BDPA + 1 macro
200 #define CRFD BF
202 #define CRD BF
206 #define BFF BF + 1
3088 {"ps_cmpu0", X (4, 0), XBF_MASK, PPCPS, 0, {BF, FRA, FRB}},
3163 {"ps_cmpo0", X (4, 32), XBF_MASK, PPCPS, 0, {BF, FRA, FRB}},
3184 {"ps_cmpu1", X (4, 64), XBF_MASK, PPCPS, 0, {BF, FRA, FRB}},
3199 {"ps_cmpo1", X (4, 96), XBF_MASK, PPCPS, 0, {BF, FRA, FRB}},
3835 {"cmpli", OP(10), OP_MASK, PPC, PPCVLE, {BF, L32OPT, RA, UISIGNOPT}},
3836 {"cmpli", OP(10), OP_MASK, PWRCOM, PPC|PPCVLE, {BF, RA, UISIGNOPT}},
[all …]
/linux-6.6.21/Documentation/arch/xtensa/
Dmmu.rst41 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
/linux-6.6.21/drivers/scsi/sym53c8xx_2/
Dsym_defs.h133 #define BF 0x20 /* int: script: bus fault */ macro
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-6.6.21/drivers/scsi/
Dncr53c8xx.h654 #define BF 0x20 /* int: script: bus fault */ macro
Dncr53c8xx.c5166 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()
/linux-6.6.21/Documentation/scsi/
Dsym53c8xx_2.rst769 Bit 0x20 BF Bus Fault
779 BF (0x20), then the cause may be likely due to a PCI BUS problem.
Dncr53c8xx.rst1557 Bit 0x20 BF Bus Fault
1567 BF (0x20), then the cause may be likely due to a PCI BUS problem.
/linux-6.6.21/Documentation/userspace-api/ioctl/
Dioctl-number.rst361 0xCA 80-BF uapi/scsi/cxlflash_ioctl.h
/linux-6.6.21/
DCREDITS1192 P: 1024/F81FB2E1 41 B7 E4 E6 3E D4 A6 71 6D 9C F3 9F F2 BF DF 6E
3675 P: 1024/ACFFA969 5A 9C 42 AB E4 24 82 31 99 56 00 BF D3 2B 25 46
3719 P: 512/B4AFC909 BC BF 6D B1 52 26 1E D6 E3 2F A3 24 2A 84 FE 21
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7996/
Dmcu.c3330 return mt76_mcu_skb_send_msg(&dev->mt76, skb, MCU_WM_UNI_CMD(BF), true); in mt7996_mcu_set_txbf()