Lines Matching refs:wmem
366 const __u8 *wmem, __u8 size) in wiimote_cmd_write() argument
373 wiiproto_req_wreg(wdata, offset, wmem, size); in wiimote_cmd_write()
416 __u8 wmem; in wiimote_cmd_init_ext() local
420 wmem = 0x55; in wiimote_cmd_init_ext()
421 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext()
426 wmem = 0x0; in wiimote_cmd_init_ext()
427 ret = wiimote_cmd_write(wdata, 0xa400fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext()
465 __u8 wmem; in wiimote_cmd_init_mp() local
469 wmem = 0x55; in wiimote_cmd_init_mp()
470 ret = wiimote_cmd_write(wdata, 0xa600f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp()
475 wmem = 0x0; in wiimote_cmd_init_mp()
476 ret = wiimote_cmd_write(wdata, 0xa600fb, &wmem, sizeof(wmem)); in wiimote_cmd_init_mp()
486 __u8 wmem; in wiimote_cmd_map_mp() local
491 wmem = 0x07; in wiimote_cmd_map_mp()
494 wmem = 0x05; in wiimote_cmd_map_mp()
497 wmem = 0x04; in wiimote_cmd_map_mp()
501 return wiimote_cmd_write(wdata, 0xa600fe, &wmem, sizeof(wmem)); in wiimote_cmd_map_mp()