Home
last modified time | relevance | path

Searched refs:NB (Results 1 – 25 of 35) sorted by relevance

12

/linux-5.19.10/arch/arm/mach-pxa/
Dmxm8x10.c368 #define NB(x) (NAND_BLOCK_SIZE * (x)) macro
372 .size = NB(0x002),
373 .offset = NB(0x000),
378 .size = NB(0x010),
379 .offset = NB(0x002),
384 .size = NB(0x36c),
385 .offset = NB(0x012)
389 .size = NB(0x082),
390 .offset = NB(0x37e),
/linux-5.19.10/drivers/video/fbdev/nvidia/
Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local
155 NB = 1; in nvGetClocks()
158 NB = (pll >> 24) & 0xFF; in nvGetClocks()
160 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
168 NB = (pll >> 24) & 0xFF; in nvGetClocks()
170 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
179 NB = (pll >> 8) & 0xFF; in nvGetClocks()
182 NB = 1; in nvGetClocks()
184 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
193 NB = (pll >> 8) & 0xFF; in nvGetClocks()
[all …]
/linux-5.19.10/tools/perf/trace/beauty/
Dflock.c39 P_CMD(NB); in syscall_arg__scnprintf_flock()
/linux-5.19.10/arch/arm64/boot/dts/microchip/
Dsparx5_pcb134_emmc.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
Dsparx5_pcb135_emmc.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
Dsparx5_pcb125.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
/linux-5.19.10/arch/arm/boot/dts/
Dimx6sl-tolino-shine2hd.dts5 * Name on mainboard is: 37NB-E60QF0+4A2 or 37NB-E60QF0+4A3
593 * 37NB-E60QF0+4A2: CyberTan WC121 (BCM43362) SDIO WiFi
594 * 37NB-E60QF0+4A3: RTL8189F SDIO WiFi
Dimx6sl-tolino-shine3.dts5 * Name on mainboard is: 37NB-E60K00+4A4
Dimx6sl-tolino-vision5.dts5 * Name on mainboard is: 37NB-E70K0M+6A3
Dimx6sll-kobo-clarahd.dts5 * Name on mainboard is: 37NB-E60K00+4A4
Dimx6sll-kobo-librah2o.dts5 * Name on mainboard is: 37NB-E70K0M+6A3
/linux-5.19.10/Documentation/devicetree/bindings/thermal/
Dst-thermal.txt19 NB: For thermal sensor's for which no interrupt has been
/linux-5.19.10/Documentation/devicetree/bindings/clock/ti/davinci/
Dpsc.txt27 the device-specific datasheet to find these numbers. NB: Most local
/linux-5.19.10/Documentation/devicetree/bindings/usb/
Ddwc3-st.txt36 NB: The dr_mode property described in [1] is NOT optional for this driver, as the default value
/linux-5.19.10/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.txt49 NB: To be clear, if voltage-table is provided, then the device will be used
/linux-5.19.10/Documentation/devicetree/bindings/mmc/
Dsdhci-st.txt13 - clock-names: Should be "mmc" and "icn". (NB: The latter is not compulsory)
/linux-5.19.10/Documentation/hwmon/
Dfam15h_power.rst41 consumed by the processor for NB and logic external to the core.
Dabituguru-datasheet.rst269 - Sensor 1 usually controls the NB (or chipset for single chip) fan
298 - Sensor 1: NB (or chipset for single chip) fan speed
/linux-5.19.10/Documentation/devicetree/bindings/dma/
Dste-dma40.txt42 [NB: This list will grow]
/linux-5.19.10/Documentation/admin-guide/media/
Dsaa7134-cardlist.rst394 - LifeView FlyDVB-T Hybrid Cardbus/MSI TV @nywhere A/D NB
Dgspca-cardlist.rst66 sonixj 0458:702e Genius Slim 310 NB
329 sonixb 0c45:6001 Genius VideoCAM NB
/linux-5.19.10/fs/jffs2/
DREADME.Locking76 (NB) the per-inode list of physical nodes. The latter is a special
/linux-5.19.10/Documentation/filesystems/
Ddirectory-locking.rst31 NB: we might get away with locking the source (and target in exchange
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h730 uint32_t NB; member
/linux-5.19.10/Documentation/
Datomic_t.txt313 NB. try_cmpxchg() also generates better code on some platforms (notably x86)

12