Searched refs:v8 (Results 1 – 4 of 4) sorted by relevance
/drivers/leds/ |
D | leds-hp6xx.c | 24 u8 v8; in hp6xxled_green_set() local 26 v8 = inb(PKDR); in hp6xxled_green_set() 28 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set() 30 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
|
/drivers/char/ |
D | sonypi.c | 604 u8 v8; in sonypi_type3_srs() local 613 pci_read_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, &v8); in sonypi_type3_srs() 614 v8 = (v8 & 0xCF) | 0x10; in sonypi_type3_srs() 615 pci_write_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, v8); in sonypi_type3_srs()
|
/drivers/video/sis/ |
D | sis_main.c | 4342 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local 4394 v5 = 0x06; v6 = 0x00; v7 = 0x00; v8 = 0x00; in sisfb_post_sis300() 4404 v8 = bios[memtype + 56]; in sisfb_post_sis300() 4415 SiS_SetReg(SISSR, 0x1c, v8); /* ---- */ in sisfb_post_sis300()
|
/drivers/staging/wlags49_h2/ |
D | hcf.c | 427 hcf_16 v8; // HCF_EXT member
|