Searched refs:v8 (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/sh/boards/mach-hp6xx/ |
D | setup.c | 58 u8 v8; in dac_audio_start() local 66 v8 = inb(PKDR); in dac_audio_start() 67 v8 &= ~PKDR_SPEAKER; in dac_audio_start() 68 outb(v8, PKDR); in dac_audio_start() 76 u8 v8; in dac_audio_stop() local 84 v8 = inb(PKDR); in dac_audio_stop() 85 v8 |= PKDR_SPEAKER; in dac_audio_stop() 86 outb(v8, PKDR); in dac_audio_stop() 127 u8 v8; in hp6xx_setup() local 152 v8 = __raw_readb(DACR); in hp6xx_setup() [all …]
|
/linux-2.6.39/drivers/leds/ |
D | leds-hp6xx.c | 23 u8 v8; in hp6xxled_green_set() local 25 v8 = inb(PKDR); in hp6xxled_green_set() 27 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set() 29 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
|
/linux-2.6.39/arch/unicore32/lib/ |
D | backtrace.S | 21 #define offset v8 33 stm.w (v4 - v8, lr), [sp-] @ Save an extra register 103 no_frame: ldm.w (v4 - v8, pc), [sp]+
|
/linux-2.6.39/drivers/char/ |
D | sonypi.c | 605 u8 v8; in sonypi_type3_srs() local 614 pci_read_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, &v8); in sonypi_type3_srs() 615 v8 = (v8 & 0xCF) | 0x10; in sonypi_type3_srs() 616 pci_write_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, v8); in sonypi_type3_srs()
|
/linux-2.6.39/arch/sparc/ |
D | Kconfig | 464 SPARC-v8 standard. LEON is part of the GRLIB collection of
|
/linux-2.6.39/drivers/video/sis/ |
D | sis_main.c | 4352 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local 4404 v5 = 0x06; v6 = 0x00; v7 = 0x00; v8 = 0x00; in sisfb_post_sis300() 4414 v8 = bios[memtype + 56]; in sisfb_post_sis300() 4425 SiS_SetReg(SISSR, 0x1c, v8); /* ---- */ in sisfb_post_sis300()
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | hcf.c | 433 hcf_16 v8; // HCF_EXT member
|