Lines Matching refs:wmem
363 const __u8 *wmem, __u8 size) in wiimote_cmd_write() argument
370 wiiproto_req_wreg(wdata, offset, wmem, size); in wiimote_cmd_write()
413 __u8 wmem; in wiimote_cmd_init_ext() local
417 wmem = 0x55; in wiimote_cmd_init_ext()
418 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext()
423 wmem = 0x0; in wiimote_cmd_init_ext()
424 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext()
468 __u8 wmem; in wiimote_cmd_init_mp() local
472 wmem = 0x55; in wiimote_cmd_init_mp()
473 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp()
478 wmem = 0x0; in wiimote_cmd_init_mp()
479 ret = wiimote_cmd_write(wdata, 0xa600fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp()
489 __u8 wmem; in wiimote_cmd_map_mp() local
496 wmem = 0x07; in wiimote_cmd_map_mp()
499 wmem = 0x05; in wiimote_cmd_map_mp()
502 wmem = 0x04; in wiimote_cmd_map_mp()
506 return wiimote_cmd_write(wdata, 0xa600fe, &wmem, sizeof(wmem)); in wiimote_cmd_map_mp()