Searched refs:SIGN (Results 1 – 6 of 6) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | vsprintf.c | 144 #define SIGN 2 /* unsigned/signed long */ macro 229 if (!(flags & SIGN)) in get_sign() 427 flags |= SIGN; in vsnprintf() 446 num = get_number(flags & SIGN, qualifier, &args); in vsnprintf()
|
/drivers/usb/misc/ |
D | cytherm.c | 114 #define SIGN 0x34 /* RAM location for temperature sign */ macro 138 retval = vendor_command(cytherm->udev, READ_RAM, SIGN, 0, buffer, 8); in temp_show()
|
/drivers/usb/renesas_usbhs/ |
D | common.h | 186 #define SIGN (1 << 5) /* Setup Transaction Error Interrupt Status */ macro
|
D | mod.c | 306 if (irq_state.intsts1 & SIGN) in usbhs_interrupt()
|
/drivers/usb/host/ |
D | r8a66597-hcd.c | 1073 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in prepare_setup_packet() 1659 if (mask1 & SIGN) { in r8a66597_irq() 1660 r8a66597_write(r8a66597, ~SIGN, INTSTS1); in r8a66597_irq()
|
/drivers/media/i2c/ |
D | ov772x.c | 213 #define SIGN 0xAB /* Sign bit for Hue and contrast */ macro
|