Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv10.c65 nv10_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv10_sw_new() argument
67 return nvkm_sw_new_(&nv10_sw, device, index, psw); in nv10_sw_new()
Dnv04.c135 nv04_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv04_sw_new() argument
137 return nvkm_sw_new_(&nv04_sw, device, index, psw); in nv04_sw_new()
Dbase.c100 int index, struct nvkm_sw **psw) in nvkm_sw_new_() argument
104 if (!(sw = *psw = kzalloc(sizeof(*sw), GFP_KERNEL))) in nvkm_sw_new_()
Dgf100.c152 gf100_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in gf100_sw_new() argument
154 return nvkm_sw_new_(&gf100_sw, device, index, psw); in gf100_sw_new()
Dnv50.c145 nv50_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv50_sw_new() argument
147 return nvkm_sw_new_(&nv50_sw, device, index, psw); in nv50_sw_new()
/drivers/usb/host/
Dohci-dbg.c299 u16 psw = ohci_hwPSW (ohci, td, i); in ohci_dump_td() local
300 int cc = (psw >> 12) & 0x0f; in ohci_dump_td()
302 psw, cc, in ohci_dump_td()
304 psw & 0x0fff); in ohci_dump_td()
/drivers/s390/char/
Dzcore.c519 memset(&map->psw, 0xff, sizeof(map->psw)); in set_lc_mask()