Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv10.c65 nv10_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv10_sw_new() argument
67 return nvkm_sw_new_(&nv10_sw, device, type, inst, psw); in nv10_sw_new()
Dnv04.c136 nv04_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv04_sw_new() argument
138 return nvkm_sw_new_(&nv04_sw, device, type, inst, psw); in nv04_sw_new()
Dbase.c99 enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nvkm_sw_new_() argument
103 if (!(sw = *psw = kzalloc(sizeof(*sw), GFP_KERNEL))) in nvkm_sw_new_()
Dnv50.c139 nv50_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv50_sw_new() argument
141 return nvkm_sw_new_(&nv50_sw, device, type, inst, psw); in nv50_sw_new()
Dgf100.c144 gf100_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in gf100_sw_new() argument
146 return nvkm_sw_new_(&gf100_sw, device, type, inst, psw); in gf100_sw_new()
/drivers/usb/host/
Dohci-dbg.c300 u16 psw = ohci_hwPSW (ohci, td, i); in ohci_dump_td() local
301 int cc = (psw >> 12) & 0x0f; in ohci_dump_td()
303 psw, cc, in ohci_dump_td()
305 psw & 0x0fff); in ohci_dump_td()