Home
last modified time | relevance | path

Searched full:bu (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/microblaze/lib/
H A Dcmpdi2.c11 const DWunion bu = { in __cmpdi2() local
15 if (au.s.high < bu.s.high) in __cmpdi2()
17 else if (au.s.high > bu.s.high) in __cmpdi2()
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c9 const DWunion bu = {.ll = b}; in __ucmpdi2() local
11 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
13 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/linux/arch/parisc/lib/
H A Ducmpdi2.c16 union ull_union bu = {.ull = b}; in __ucmpdi2() local
18 if (au.ui.high < bu.ui.high) in __ucmpdi2()
20 else if (au.ui.high > bu.ui.high) in __ucmpdi2()
22 if (au.ui.low < bu.ui.low) in __ucmpdi2()
24 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
/linux/lib/
H A Dcmpdi2.c14 const DWunion bu = { in __cmpdi2() local
18 if (au.s.high < bu.s.high) in __cmpdi2()
20 else if (au.s.high > bu.s.high) in __cmpdi2()
23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c11 const DWunion bu = {.ll = b}; in __ucmpdi2() local
13 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
15 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/linux/tools/power/cpupower/man/
H A Dcpupower-monitor.134 .IP \(bu
36 .IP \(bu
38 .IP \(bu
41 .IP \(bu
45 .IP \(bu
47 .IP \(bu
49 .IP \(bu
51 .IP \(bu
/linux/drivers/gpu/drm/i915/display/
H A Dintel_tv.c70 u16 ru, gu, bu, au; member
140 * 12 bit fields (gy, rv, bu)
198 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
208 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
218 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
228 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
238 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
248 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
258 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
268 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig83 tristate "Realtek 8822BU USB wireless network adapter"
89 Select this option will enable support for 8822BU chipset
/linux/arch/loongarch/lib/
H A Dunaligned.S38 2: ld.bu t3, a0, 0
/linux/drivers/staging/rtl8723bs/include/
H A Dhal_pg.h25 /* EEPROM/Efuse PG Offset for 8723BE/8723BU/8723BS */
/linux/Documentation/networking/pse-pd/
H A Dintroduction.rst38 - **802.3bu (Approved in 2016-12-07)**: Formerly referred to as PoDL, detailed
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst231 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
232 LDX.B LDX.BU LDX.H LDX.HU LDX.W LDX.WU LDX.D STX.B STX.H STX.W STX.D
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst231 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
232 LDX.B LDX.BU LDX.H LDX.HU LDX.W LDX.WU LDX.D STX.B STX.H STX.W STX.D
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8723b.c236 * The 8723bu vendor driver indicates that bit 8 should be set in
305 strscpy(priv->chip_name, "8723BU", sizeof(priv->chip_name)); in rtl8723bu_identify_chip()
629 * S0S1 path 1 for the 8723bu. This may be different for 8192eu in rtl8723bu_iqk_path_a()
637 * Bit 12 seems to be BT_GRANT, and is only found in the 8723bu. in rtl8723bu_iqk_path_a()
739 * S0S1 path 1 for the 8723bu. This may be different for 8192eu in rtl8723bu_rx_iqk_path_a()
747 * Bit 12 seems to be BT_GRANT, and is only found in the 8723bu. in rtl8723bu_rx_iqk_path_a()
1221 dev_dbg(dev, "%s: 8723BU 2T not supported\n", __func__); in rtl8723bu_phy_iq_calibrate()
H A D8710b.c3 * RTL8XXXU mac80211 USB driver - 8710bu aka 8188gu specific subdriver
577 sprintf(priv->chip_name, "8710BU"); in rtl8710bu_identify_chip()
H A D8192e.c1328 * This is needed for 8723bu as well, presumable
/linux/Documentation/arch/loongarch/
H A Dintroduction.rst264 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
265 LDX.B LDX.BU LDX.H LDX.HU LDX.W LDX.WU LDX.D STX.B STX.H STX.W STX.D
/linux/net/sched/
H A Dsch_skbprio.c6 * Cody Doucette, <doucette@bu.edu>
/linux/arch/sparc/math-emu/
H A Dmath_32.c282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
H A Dmath_64.c176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() argument
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c240 /* Set the address sent bu Host in SET_ADD request */
/linux/drivers/hid/
H A Dhid-wiimote-modules.c2225 __u8 sx, sy, tb, wb, bd, bm, bp, bo, br, bb, bg, by, bu; in wiimod_guitar_in_ext() local
2238 * 6 | BO | BR | BB | BG | BY | 1 | 1 | BU | in wiimod_guitar_in_ext()
2245 * 1 | 0 | 0 | SX <5:1> | BU | in wiimod_guitar_in_ext()
2270 bu = !(ext[5] & 0x01); in wiimod_guitar_in_ext()
2273 bu = !(ext[0] & 0x01); in wiimod_guitar_in_ext()
2300 bu); in wiimod_guitar_in_ext()
/linux/arch/powerpc/include/asm/
H A Dpasemi_dma.h104 #define _PAS_DMA_TXCHAN_DSCRBU 0x308 /* Descriptor BU Allocation */
/linux/drivers/bluetooth/
H A Dbtrtl.c226 /* 8761BU */
/linux/drivers/acpi/
H A Ddevice_pm.c438 * We don't need to really switch the state, bu we need in acpi_device_update_power()

12