Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 6 of 6) sorted by relevance

/drivers/char/
Dtoshiba.c248 unsigned short ax,bx; in tosh_ioctl() local
260 bx = regs.ebx & 0xffff; in tosh_ioctl()
262 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl()
268 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
350 unsigned short bx,cx; in tosh_get_machine_id() local
365 bx = (unsigned short) (regs.ebx & 0xffff); in tosh_get_machine_id()
375 bx = 0xe6f5; in tosh_get_machine_id()
379 address = bx; in tosh_get_machine_id()
381 address = 9+bx+cx; in tosh_get_machine_id()
/drivers/usb/misc/sisusbvga/
Dsisusb_init.c768 unsigned short si, di, bx, sf; in SiS_LoadDAC() local
821 bx = si + 4; in SiS_LoadDAC()
825 table[di], table[bx], in SiS_LoadDAC()
833 table[bx]); in SiS_LoadDAC()
/drivers/video/fbdev/
Dffb.c206 u32 bx; member
502 upa_writel(rect->dx, &fbc->bx); in ffb_fillrect()
535 upa_writel(area->sx, &fbc->bx); in ffb_copyarea()
/drivers/net/wireless/atmel/
Datmel.c4363 bx lr
4375 bx lr
4386 bx lr
4414 bx lr
4442 bx lr
4471 bx lr
4522 bx lr
/drivers/hid/
Dhid-wiimote-modules.c822 __s16 x, y, z, bx, by; in wiimod_nunchuk_in_ext() local
854 bx = ext[0]; in wiimod_nunchuk_in_ext()
856 bx -= 128; in wiimod_nunchuk_in_ext()
878 input_report_abs(wdata->extension.input, ABS_HAT0X, bx); in wiimod_nunchuk_in_ext()
/drivers/video/fbdev/sis/
Dinit.c2875 unsigned short si, di, bx, sf; in SiS_LoadDAC() local
2926 bx = si + 4; in SiS_LoadDAC()
2929 SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[bx], table[si]); in SiS_LoadDAC()
2934 SiS_WriteDAC(SiS_Pr, DACData, sf, n, table[di], table[si], table[bx]); in SiS_LoadDAC()