Searched refs:nvp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_nvram.h | 184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp); 185 int sym_read_nvram (struct sym_device *np, struct sym_nvram *nvp); 186 char *sym_nvram_type(struct sym_nvram *nvp); 190 static inline int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram() argument 192 nvp->type = 0; in sym_read_nvram() 195 static inline char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type() argument
|
| H A D | sym_nvram.c | 125 void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp) in sym_nvram_setup_target() argument 127 switch (nvp->type) { in sym_nvram_setup_target() 129 sym_Symbios_setup_target(tp, target, &nvp->data.Symbios); in sym_nvram_setup_target() 132 sym_Tekram_setup_target(tp, target, &nvp->data.Tekram); in sym_nvram_setup_target() 741 int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram() argument 743 if (!sym_read_Symbios_nvram(np, &nvp->data.Symbios)) { in sym_read_nvram() 744 nvp->type = SYM_SYMBIOS_NVRAM; in sym_read_nvram() 745 sym_display_Symbios_nvram(np, &nvp->data.Symbios); in sym_read_nvram() 746 } else if (!sym_read_Tekram_nvram(np, &nvp->data.Tekram)) { in sym_read_nvram() 747 nvp->type = SYM_TEKRAM_NVRAM; in sym_read_nvram() [all …]
|
| H A D | sym_glue.c | 1435 static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() argument 1437 devp->nvram = nvp; in sym_get_nvram() 1438 nvp->type = 0; in sym_get_nvram() 1440 sym_read_nvram(devp, nvp); in sym_get_nvram() 1443 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram() argument
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 2354 int i, j, nvp, nvps = 0; in vop2_create_crtcs() local 2389 nvp = 0; in vop2_create_crtcs() 2412 possible_crtcs = BIT(nvp); in vop2_create_crtcs() 2419 nvp++; in vop2_create_crtcs() 2443 nvp = 0; in vop2_create_crtcs() 2451 possible_crtcs |= BIT(nvp); in vop2_create_crtcs() 2452 nvp++; in vop2_create_crtcs()
|