Lines Matching full:ocm
18 /* ---------- OCM stuff ---------- */
51 * OCM directory default
60 * OCM directory Entries default
108 * asd_read_ocm_seg - read an on chip memory (OCM) segment
111 * @offs: offset into OCM where to read from
134 ASD_DPRINTK("couldn't read ocm segment\n"); in asd_read_ocm_dir()
139 ASD_DPRINTK("no valid dir signature(%c%c) at start of OCM\n", in asd_read_ocm_dir()
144 asd_printk("unsupported major version of ocm dir:0x%x\n", in asd_read_ocm_dir()
153 * asd_write_ocm_seg - write an on chip memory (OCM) segment
156 * @offs: offset into OCM to write to
218 ASD_DPRINTK("couldn't read ocm segment\n"); in asd_get_bios_chim()
276 /* Zero OCM */ in asd_hwi_initialize_ocm_dir()
301 /* check if OCM has been initialized by BIOS */ in asd_hwi_check_ocm_access()
312 printk(KERN_INFO "OCM is not initialized by BIOS," in asd_hwi_check_ocm_access()
333 * asd_read_ocm - read on chip memory (OCM)
346 asd_printk("no memory for ocm dir\n"); in asd_read_ocm()